@ -128,7 +128,7 @@
"
>
<el-select
v-model="orderFormData.fromCorp"
v-model="orderFormData.fromCorpName"
filterable
remote
clearable
@ -364,7 +364,7 @@ export default {
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("往来信息不能为空!");