编辑单据页面:往来信息显示错误

master
1178634255 2 years ago
parent 97de905cc9
commit 15d9403e3f

@ -128,7 +128,7 @@
" "
> >
<el-select <el-select
v-model="orderFormData.fromCorp" v-model="orderFormData.fromCorpName"
filterable filterable
remote remote
clearable clearable

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

Loading…
Cancel
Save