@ -694,9 +694,11 @@ export default {
this.$message.error("单据类型不能为空!")
return;
}
if (isBlank(this.thirdBuyForm.thirdBuyName)) {
this.$message.error("第三方单据类型不能为空!")
if (this.submitOrderVisible) {
this.$message.error("第三方单据类型不能为空!");
// if (isBlank(this.thirdBuyForm.url)) {
// this.$message.error("接口地址不能为空!")
@ -297,9 +297,13 @@ export default {
updateBussinessType(this.inputQuery)
.then((response) => {
this.loading = false;
this.cancelDialog();
this.getList();
if (response.code === 20000) {
} else {
this.$message.error(response.message);
})
.catch(() => {