新增扫码单模块到待校验单据模块,备注会消失

master
1178634255 2 years ago
parent 4904f8109e
commit fc6e17a699

@ -119,7 +119,7 @@
<el-row>
<el-col :span="11">
<el-form-item
prop="fromCorp"
prop="fromName"
label="往来信息:"
v-if="
curAction.corpType === 0 ||
@ -128,7 +128,7 @@
"
>
<el-select
v-model="orderFormData.fromCorpName"
v-model="orderFormData.fromName"
filterable
remote
clearable
@ -565,6 +565,8 @@ export default {
action: null,
invCode: null,
fromCorp: null,
fromCorpName: null,
fromName: null,
fromInvCode: null,
remark: null,
fromType: 2,

@ -364,7 +364,7 @@ export default {
return;
}
if (this.$isBlank(this.idQuery.fromCorpName) && this.$isBlank(this.idQuery.fromInvCode)) {
if (this.$isBlank(this.idQuery.fromCorp) && this.$isBlank(this.idQuery.fromInvCode)) {
this.$message.error("往来信息不能为空!");
return;
}

Loading…
Cancel
Save