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

master
1178634255 2 years ago
parent 4904f8109e
commit fc6e17a699

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

@ -364,7 +364,7 @@ export default {
return; 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("往来信息不能为空!"); this.$message.error("往来信息不能为空!");
return; return;
} }

Loading…
Cancel
Save