From 9a14a4298fe1ad83a27280851703fc8c7e409c44 Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 22 Apr 2022 18:38:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=BF=90=E8=A1=8C=E5=8F=82=E6=95=B0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=202.=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=8D=95=E6=8D=AE=E5=88=B0=E8=87=AA=E5=8A=A9=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=203.=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95=204.=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=89=93=E5=8D=B0=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/param/systemParamConfig.js | 9 + src/router/index.js | 9 +- src/views/product/UnitManage.vue | 674 +++++++++--------- .../userManage/param/systemPDFModule.vue | 39 +- .../userManage/param/systemPDFTemplate.vue | 17 +- .../userManage/param/systemParamConfig.vue | 417 ++++++----- src/views/warehouse/stockOrderDelSearch.vue | 40 +- 7 files changed, 647 insertions(+), 558 deletions(-) diff --git a/src/api/param/systemParamConfig.js b/src/api/param/systemParamConfig.js index 60aeb0d..40c14bd 100644 --- a/src/api/param/systemParamConfig.js +++ b/src/api/param/systemParamConfig.js @@ -57,3 +57,12 @@ export function addCustomizeParam(data) { data: data }); } + +//删除参数 +export function deleteParam(query) { + return axios({ + url: "/udiwms/sys/config/deleteParam", + method: "get", + params: query + }); +} diff --git a/src/router/index.js b/src/router/index.js index fdf0db0..a25c9de 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -235,15 +235,14 @@ export const asyncRouterMap = [ } }, { - path: "/systemPDFTemplate", - component: Empty, + path: "systemPDFTemplate/template", + component: systemPDFTemplate, name: "打印模板", - redirect: "/systemPDFTemplate/template", icon: "", meta: { authRule: ["systemParam/systemPDFTemplate"] }, - children: [ + /*children: [ { path: "template", component: systemPDFTemplate, @@ -253,7 +252,7 @@ export const asyncRouterMap = [ authRule: ["pdf/template"] } } - ] + ]*/ }, { path: "/enterpriseManage", diff --git a/src/views/product/UnitManage.vue b/src/views/product/UnitManage.vue index f616154..2751e30 100644 --- a/src/views/product/UnitManage.vue +++ b/src/views/product/UnitManage.vue @@ -59,13 +59,13 @@ >编辑 - + + + +
@@ -105,17 +150,15 @@
- +
-
- - - -
+ + +
@@ -167,7 +210,6 @@ -
@@ -180,20 +222,6 @@
- -
- - - -
-
-
- -
@@ -209,7 +237,6 @@
-