|
|
|
@ -119,7 +119,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item
|
|
|
|
|
prop="fromName"
|
|
|
|
|
prop="fromCorp"
|
|
|
|
|
label="往来信息:"
|
|
|
|
|
v-if="
|
|
|
|
|
curAction.corpType === 0 ||
|
|
|
|
@ -128,7 +128,7 @@
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="orderFormData.fromName"
|
|
|
|
|
v-model="orderFormData.fromCorp"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
clearable
|
|
|
|
@ -566,7 +566,6 @@ export default {
|
|
|
|
|
invCode: null,
|
|
|
|
|
fromCorp: null,
|
|
|
|
|
fromCorpName: null,
|
|
|
|
|
fromName: null,
|
|
|
|
|
fromInvCode: null,
|
|
|
|
|
remark: null,
|
|
|
|
|
fromType: 2,
|
|
|
|
@ -1448,6 +1447,7 @@ export default {
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
this.orderFormData = this.orderQuery;
|
|
|
|
|
this.actionEnable = true;
|
|
|
|
|
this.orderFormData.fromCorp=this.orderFormData.fromCorpName;
|
|
|
|
|
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
|
|
|
|
|
this.checkPreInArray = this.orderFormData.split(",");
|
|
|
|
|
}
|
|
|
|
|