|
|
|
@ -431,6 +431,7 @@ export default {
|
|
|
|
|
action: this.formData.billType,
|
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
|
preCheck: this.formData.preCheck,
|
|
|
|
|
fromCorp: this.formData.fromCorp
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
submitOrderWeb(tQuery)
|
|
|
|
@ -541,6 +542,7 @@ export default {
|
|
|
|
|
} else if (response.code == 508) {
|
|
|
|
|
this.originCode = "";
|
|
|
|
|
this.formData.code = "01" + response.data.nameCode;
|
|
|
|
|
this.originCode =this.formData.code ;
|
|
|
|
|
// this.$confirm("当前商品条码对应产品信息:\n" +
|
|
|
|
|
// "DI标识:" + response.data.nameCode + "\n" +
|
|
|
|
|
// "产品名称:" + response.data.cpmctymc + "\n" +
|
|
|
|
@ -833,6 +835,7 @@ export default {
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck);
|
|
|
|
|
// this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
|
// this.formData.fromCorp = null;
|
|
|
|
|
},
|
|
|
|
|
//绑定数据
|
|
|
|
|
bindRl(val) {
|
|
|
|
|