|
|
|
@ -1144,7 +1144,7 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.curAction.corpType === 0 || this.curAction.corpType === 2 || (this.curAction.corpType === 1 && !this.curAction.genUnit)) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp)) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp) && this.$isBlank(this.orderFormData.sickerAdNum)) {
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -1435,7 +1435,7 @@ export default {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (this.curAction.corpType === 0 || this.curAction.corpType === 2 || (this.curAction.corpType === 1 && !this.curAction.genUnit)) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp)) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp) && this.$isBlank(this.orderFormData.sickerAdNum)) {
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -1447,7 +1447,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (this.curAction.corpType === 1 && this.curAction.genUnit) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp)) {
|
|
|
|
|
if (this.$isBlank(this.orderFormData.fromCorp) && this.$isBlank(this.orderFormData.sickerAdNum)) {
|
|
|
|
|
this.$message.warning("请选择往来单位!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|