From 72ea0797cca29703fbe4141c421d3dc38b05c2e2 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Thu, 21 Jul 2022 09:27:13 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=EF=BC=8C=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BasicThirdSys.vue | 8 ++++---- src/views/basic/UdiInfoManage.vue | 14 ++++++++++++++ src/views/thrsys/ThrInvWarehouse.vue | 7 ++++++- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/views/basic/BasicThirdSys.vue b/src/views/basic/BasicThirdSys.vue index 09a45c8..5302d95 100644 --- a/src/views/basic/BasicThirdSys.vue +++ b/src/views/basic/BasicThirdSys.vue @@ -697,10 +697,10 @@ export default { this.$message.error("第三方单据类型不能为空!") return; } - if (isBlank(this.thirdBuyForm.url)) { - this.$message.error("接口地址不能为空!") - return; - } + // if (isBlank(this.thirdBuyForm.url)) { + // this.$message.error("接口地址不能为空!") + // return; + // } if (!isBlank(this.thirdBuyForm.remark)) { if (this.thirdBuyForm.remark.length > 200) { diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 7189553..07d4e00 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -700,6 +700,20 @@ + +
+
+ 计量单位:  +
+ +
+
diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index 29a2c6c..4c5fc94 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -290,7 +290,12 @@ import { import {filterDetailByKey, getBasicThirdSys} from "../../api/basic/basicThirdSys"; import {findConfig} from "@/api/thrsys/spsSyncStatus"; import {isBlank} from "@/utils/strUtil"; -import {filterThridSubAll, filterSubByInv, deleteSubWarehouse, saveSubWarehouse} from "@/api/thrsys/thrdSubInvWarehouse"; +import { + filterThridSubAll, + filterSubByInv, + deleteSubWarehouse, + saveSubWarehouse +} from "@/api/thrsys/thrdSubInvWarehouse"; const formJson = {