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

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

Loading…
Cancel
Save