|
|
|
@ -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("往来信息不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|