|
|
@ -146,7 +146,7 @@
|
|
|
|
"
|
|
|
|
"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-select
|
|
|
|
<el-select
|
|
|
|
v-model="orderFormData.fromCorpName"
|
|
|
|
v-model="orderFormData.fromCorp"
|
|
|
|
filterable
|
|
|
|
filterable
|
|
|
|
remote
|
|
|
|
remote
|
|
|
|
clearable
|
|
|
|
clearable
|
|
|
@ -1091,7 +1091,6 @@ 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();
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -1130,6 +1129,7 @@ export default {
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
|
|
|
this.orderFormData.relId = null;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (response.code == 502) {
|
|
|
|
if (response.code == 502) {
|
|
|
|
//该产品绑定多个产品ID处理
|
|
|
|
//该产品绑定多个产品ID处理
|
|
|
|