|
|
|
@ -407,6 +407,7 @@ export default {
|
|
|
|
|
sickerAdNum: null,
|
|
|
|
|
workPlaceCode: null,
|
|
|
|
|
fifoSplit: 1,
|
|
|
|
|
splitBusType: null,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
detailList: [],
|
|
|
|
@ -1081,7 +1082,7 @@ export default {
|
|
|
|
|
parseTime(date, "{y}{m}{d}{h}{i}{s}") +
|
|
|
|
|
Math.ceil(Math.random() * 89 + 10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
|
this.loading = true;
|
|
|
|
|
let tQuery = Object.assign(
|
|
|
|
|
JSON.parse(JSON.stringify(this.orderFormData))
|
|
|
|
@ -1751,6 +1752,7 @@ export default {
|
|
|
|
|
preCurSpaceCode: null, //单据
|
|
|
|
|
sickerAdNum: null,
|
|
|
|
|
workPlaceCode: null,
|
|
|
|
|
splitBusType: null,
|
|
|
|
|
fifoSplit: 1,
|
|
|
|
|
}
|
|
|
|
|
this.scanCode = "";
|
|
|
|
@ -1847,7 +1849,8 @@ export default {
|
|
|
|
|
this.corpOrderIdDisabled = true
|
|
|
|
|
this.isLinkDisabled = true
|
|
|
|
|
this.workplaceId = this.$route.query.workplaceId
|
|
|
|
|
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId)
|
|
|
|
|
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId);
|
|
|
|
|
this.orderFormData.splitBusType = "YPCF002"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|