|
|
|
@ -694,9 +694,11 @@ export default {
|
|
|
|
this.$message.error("单据类型不能为空!")
|
|
|
|
this.$message.error("单据类型不能为空!")
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (isBlank(this.thirdBuyForm.thirdBuyName)) {
|
|
|
|
if (this.submitOrderVisible) {
|
|
|
|
this.$message.error("第三方单据类型不能为空!")
|
|
|
|
if (isBlank(this.thirdBuyForm.thirdBuyName)) {
|
|
|
|
return;
|
|
|
|
this.$message.error("第三方单据类型不能为空!");
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// if (isBlank(this.thirdBuyForm.url)) {
|
|
|
|
// if (isBlank(this.thirdBuyForm.url)) {
|
|
|
|
// this.$message.error("接口地址不能为空!")
|
|
|
|
// this.$message.error("接口地址不能为空!")
|
|
|
|
|