Browse Source

YT-2923品番直接发料后没有写入补料消耗记录(71557-X1744-00)

intex
张立 5 days ago
parent
commit
e53b94fa0e
  1. 2
      src/mycomponents/scan/winScanProductionLine.vue

2
src/mycomponents/scan/winScanProductionLine.vue

@ -99,7 +99,7 @@
sort: "", sort: "",
by: "ASC", by: "ASC",
filters : [{ filters : [{
action: "like", action: "==",
column: "productionLineCode", column: "productionLineCode",
value: this.code value: this.code
},{ },{

Loading…
Cancel
Save