|
|
|
@ -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("操作成功");
|
|
|
|
|
})
|
|
|
|
|