Browse Source

提交代码

lijuncheng0816
niexiting 1 month ago
parent
commit
5faae71e92
  1. 7
      src/pages/productionReceipt/job/productionReceiptJob.vue

7
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -3,8 +3,7 @@
<com-empty-view v-if="jobList.length==0"></com-empty-view> <com-empty-view v-if="jobList.length==0"></com-empty-view>
<job-filter ref="filter" otherTitle="ASN" @switchChangeToday="switchChangeToday" <job-filter ref="filter" otherTitle="ASN" @switchChangeToday="switchChangeToday"
@switchChangeWait="switchChangeWait" @onScanNumber="getScanNumber" :checkedToday="checkedToday" @switchChangeWait="switchChangeWait" @onScanNumber="getScanNumber" :checkedToday="checkedToday"
:checkedWaitTask="checkedWaitTask" :isShowProductionLineCode="true" :checkedWaitTask="checkedWaitTask" :isShowProductionLineCode="true" @productionLineCode="productionLineCode"
@productionLineCode="productionLineCode"
:productionline="productionLineList"> :productionline="productionLineList">
</job-filter> </job-filter>
<view v-if="jobList.length>0"> <view v-if="jobList.length>0">
@ -353,8 +352,8 @@
this.scanMessage = "" this.scanMessage = ""
var filters = [{ var filters = [{
column: "packingNumber", column: "packingNumber",
action: "==", action: "in",
value: result.label.packingNumber value: result.package.number + "," + result.package.parentNumber
}, },
{ {
column: "batch", column: "batch",

Loading…
Cancel
Save