From bac7aac8afbf97995c46f2143548cfa66660381e Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 5 Sep 2022 10:00:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E5=8A=9F=E8=83=BD=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=90=8D=E7=A7=B0=202.=E4=BC=98=E5=8C=96=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=AD=97=E5=85=B8=E9=A1=B5=E9=9D=A2=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=203.=E9=83=A8=E5=88=86=E9=A1=B5=E9=9D=A2=E6=96=87=E5=AD=97?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=86=85=E5=AE=B9=E8=B0=83=E6=95=B4=204.?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=8D=95=E6=8D=AE=E6=97=B6=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=98=AF=E5=90=A6=E5=90=AF=E7=94=A8=E5=A4=9A?= =?UTF-8?q?=E7=BA=A7=E4=BB=93=E5=BA=93=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=83=A8=E5=88=86=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inventory/invRelBusTypes.js | 10 +- src/router/index.js | 4 +- src/views/basic/UdiInfoManage.vue | 17 +++ src/views/basic/basicCompanyProducts.vue | 18 ++- .../basic/basicCompanyProductsImport.vue | 12 -- src/views/basic/invWarehouse.vue | 125 ++++++++---------- src/views/thrsys/ThrProductsAdd.vue | 17 +++ src/views/warehouse/addHosOrder.vue | 20 ++- 8 files changed, 129 insertions(+), 94 deletions(-) diff --git a/src/api/inventory/invRelBusTypes.js b/src/api/inventory/invRelBusTypes.js index 5c2bc12..114b3b2 100644 --- a/src/api/inventory/invRelBusTypes.js +++ b/src/api/inventory/invRelBusTypes.js @@ -9,7 +9,6 @@ export function filterSelectInvUser(query) { }); } - export function updateInvUser(query) { return axios( { @@ -20,3 +19,12 @@ export function updateInvUser(query) { ) } +export function filterUserBusTypeList(query) { + return axios( + { + url: "spms/bus/user/filterUserBusList", + method: "get", + params: query + } + ) +} diff --git a/src/router/index.js b/src/router/index.js index 183eb98..35916af 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -288,7 +288,7 @@ export const asyncRouterMap = [ { path: "authDept", component: authDept, - name: "部门管理", + name: "科室管理", icon: "", meta: { authRule: ["authMange/authDept"] @@ -468,7 +468,7 @@ export const asyncRouterMap = [ { path: "invWarehouse", component: invWarehouse, - name: "仓库字典", + name: "仓库 / 科室字典", icon: "", meta: { authRule: ["basicProduct/invWarehouse"] diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index cce1890..0029a26 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -688,6 +688,22 @@ + + +
+
+ 进口产品代理商:  +
+ +
+
+
+
@@ -849,6 +865,7 @@ export default { allowNoBatch: null, allowNoExpire: null, allowNoProduct: null, + cpdls: null }, defaultSys: null, isImport: false, diff --git a/src/views/basic/basicCompanyProducts.vue b/src/views/basic/basicCompanyProducts.vue index 13f3d37..6ecbda4 100644 --- a/src/views/basic/basicCompanyProducts.vue +++ b/src/views/basic/basicCompanyProducts.vue @@ -728,6 +728,19 @@ >
+ +
+
+ 进口产品代理商:  +
+ +
+
@@ -1785,7 +1798,6 @@ export default { }); }, handleSelectionChange(val) { - console.log("----" + val); this.multipleSelection = val; }, closeSelDialog(val) { @@ -1814,7 +1826,6 @@ export default { page: 1, limit: 10, }; - console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy); this.getDetailList(ttquery); this.getThirdSysDetail(); @@ -1864,7 +1875,6 @@ export default { page: 1, limit: 10, }; - console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy); this.getDetailList(ttquery); this.getThirdSysDetail(); @@ -1927,7 +1937,6 @@ export default { this.uuid = this.editQuery.uuid; this.originUuid = this.editQuery.originUuid; this.relId = this.editQuery.rlId; - console.log(this.uuid + "\n" + this.originUuid); }, closeDialog() { this.selectErpDialogVisible = false; @@ -1946,7 +1955,6 @@ export default { this.relevanceEdit.isUseDy = 0; } this.relevanceEdit.id = this.editQuery.rlId, - console.log(this.relevanceEdit.isUseDy); updatetUdiInfos(this.relevanceEdit) .then((response) => { this.loading = false; diff --git a/src/views/basic/basicCompanyProductsImport.vue b/src/views/basic/basicCompanyProductsImport.vue index 15d6104..6c527f7 100644 --- a/src/views/basic/basicCompanyProductsImport.vue +++ b/src/views/basic/basicCompanyProductsImport.vue @@ -555,14 +555,6 @@ > - - - 以使用单元数量入库 - - - @@ -712,7 +704,6 @@ export default { handleDetail(row) { this.editQuery = row; - console.log(row); }, combine() { @@ -744,7 +735,6 @@ export default { this.loading = false; if (response.code == 20000) { this.$message.success(response.data); - console.log("关闭弹窗"); this.$emit("closeSelDialog", true); this.closeSelDialog(); } else { @@ -798,7 +788,6 @@ export default { }); }, handleSelectionChange(val) { - console.log("----" + val); this.multipleSelection = val; }, @@ -821,7 +810,6 @@ export default { page: 1, limit: 10, }; - console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy); this.getDetailList(ttquery); this.getThirdSysDetail(); diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index 18d6e38..2d5dd33 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -161,14 +161,14 @@ type="text" size="small" :disabled="!configParms.basicInv" @click.native.stop="addUser(scope.row)" - >添加用户 + >管理用户 添加单据类型 + >管理单据类型 + style="width: 100%" + highlight-current-row + @current-change="loadUserBusType" + >