车间生产:5楼页面领料完善
master
xs 4 months ago
parent b5509540c8
commit 8a643eb67a

@ -1416,7 +1416,7 @@ export default {
//
getMaterials(returnFlag) {
if (returnFlag == '1') {
if (returnFlag === '1') {
this.applyMaterialTitle = "领柜体";
this.planAmount = null;
this.maxPlanAmount = 1;
@ -1434,10 +1434,11 @@ export default {
warehouseId: '',
planId: this.form?.planId,
planCode: this.form?.planCode,
dispatchCode: this.form?.dispatchCode,
planDetailCode: this.form?.planDetailCode,
saleOrderId: this.form?.saleOrderId,
applyReason: '',
taskType: '1',
taskType: this.taskType,
stationId: this.loginStationInfo.stationId,
endStationCode: this.loginStationInfo.stationCode,
wmsRawOutstockDetailList: []
@ -1734,8 +1735,8 @@ export default {
},
completeCollectMaterials() {
// const loginStationCode = this.loginStationInfo.stationCode;
const loginStationCode = 'ZP_06';//todo
const loginStationCode = this.loginStationInfo.stationCode;
//const loginStationCode = 'ZP_06';
completeCollectMaterials({endStationCode: loginStationCode}).then(v => {
this.$modal.msgSuccess("操作成功");
})

Loading…
Cancel
Save