|
@ -6,7 +6,7 @@ |
|
|
:checkedWaitTask="checkedWaitTask" @fromLocationCode="fromLocationCode"> |
|
|
:checkedWaitTask="checkedWaitTask" @fromLocationCode="fromLocationCode"> |
|
|
</job-filter> --> |
|
|
</job-filter> --> |
|
|
|
|
|
|
|
|
<job-filter :isShowFromLocationCode="true" :isShowProductionLineCode="true" :productionline="productionlineList" |
|
|
<job-filter :isShowFromLocationCode="true" :isShowProductionLineCode="false" :productionline="productionlineList" |
|
|
ref="filter" otherTitle="" @switchChangeToday="switchChangeToday" @switchChangeWait="switchChangeWait" |
|
|
ref="filter" otherTitle="" @switchChangeToday="switchChangeToday" @switchChangeWait="switchChangeWait" |
|
|
@onScanNumber="getScanNumber" :checkedToday="checkedToday" :checkedWaitTask="checkedWaitTask" |
|
|
@onScanNumber="getScanNumber" :checkedToday="checkedToday" :checkedWaitTask="checkedWaitTask" |
|
|
:isShowItemCode="true" @productionLineCode="productionLineCode" @fromLocationCode="fromLocationCode" |
|
|
:isShowItemCode="true" @productionLineCode="productionLineCode" @fromLocationCode="fromLocationCode" |
|
@ -102,8 +102,8 @@ |
|
|
scanBalance: {}, |
|
|
scanBalance: {}, |
|
|
inInventoryStatus: "", //目标入库库存状态 |
|
|
inInventoryStatus: "", //目标入库库存状态 |
|
|
outInventoryStatus: "", //来源出库库存状态 |
|
|
outInventoryStatus: "", //来源出库库存状态 |
|
|
productionLineCode:"", |
|
|
productionLineCode: "", |
|
|
productionlineList:[] |
|
|
productionlineList: [] |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
onLoad(option) { |
|
|
onLoad(option) { |
|
@ -209,8 +209,8 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: this.pageNo, |
|
|
pageNo: this.pageNo, |
|
|
pageSize: this.pageSize, |
|
|
pageSize: this.pageSize, |
|
|
sort: 'number', |
|
|
// sort: 'number', |
|
|
by: 'desc' |
|
|
// by: 'desc' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
getRepleinshJobList(params).then(res => { |
|
|
getRepleinshJobList(params).then(res => { |
|
@ -276,14 +276,7 @@ |
|
|
value: params.fromLocationCode |
|
|
value: params.fromLocationCode |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
if (params.productionLine) { |
|
|
|
|
|
// 生产线 |
|
|
|
|
|
filters.push({ |
|
|
|
|
|
column: "productionLineCode", |
|
|
|
|
|
action: "==", |
|
|
|
|
|
value: params.productionLine |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
|
|
|
if (params.itemCode) { |
|
|
if (params.itemCode) { |
|
|
// 生产线 |
|
|
// 生产线 |
|
|
filters.push({ |
|
|
filters.push({ |
|
|