|
|
@ -1048,6 +1048,7 @@ export default {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
tQuery.code = this.codeFormData.code;
|
|
|
|
tQuery.code = this.codeFormData.code;
|
|
|
|
tQuery.orderType = this.viewType;
|
|
|
|
tQuery.orderType = this.viewType;
|
|
|
|
|
|
|
|
debugger
|
|
|
|
this.addCodeSubmit(tQuery);
|
|
|
|
this.addCodeSubmit(tQuery);
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -1462,7 +1463,6 @@ export default {
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
this.orderFormData = this.orderQuery;
|
|
|
|
this.orderFormData = this.orderQuery;
|
|
|
|
this.actionEnable = true;
|
|
|
|
this.actionEnable = true;
|
|
|
|
this.orderFormData.fromCorp=this.orderFormData.fromCorpName;
|
|
|
|
|
|
|
|
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
|
|
|
|
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
|
|
|
|
this.checkPreInArray = this.orderFormData.split(",");
|
|
|
|
this.checkPreInArray = this.orderFormData.split(",");
|
|
|
|
}
|
|
|
|
}
|
|
|
|