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" + >