Merge remote-tracking branch 'origin/master'

master
schry 2 years ago
commit 880500b80c

@ -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