From 66b3a8a10dff971d916312471bd4039c2de49844 Mon Sep 17 00:00:00 2001 From: lzh Date: Fri, 6 Jan 2023 00:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-ui/src/api/kucun/kucun.js | 7 + base-ui/src/router/index.js | 18 +- base-ui/src/views/kucun/kcxxcx/index.vue | 19 +- .../purchaseapplicationmanagementAdd.vue | 178 ++++++++++-------- 4 files changed, 138 insertions(+), 84 deletions(-) diff --git a/base-ui/src/api/kucun/kucun.js b/base-ui/src/api/kucun/kucun.js index 1d716e51..b9a2ef0b 100644 --- a/base-ui/src/api/kucun/kucun.js +++ b/base-ui/src/api/kucun/kucun.js @@ -16,6 +16,13 @@ export function kchzyc(data) { data: data }) } +// 重置缓存 +export function resetAllCache() { + return request({ + url: '/kucun/resetAllCache', + method: 'get' + }) +} // 条件查询 export function downloadhz(parm) { return request({ diff --git a/base-ui/src/router/index.js b/base-ui/src/router/index.js index 451492fa..eff4f434 100644 --- a/base-ui/src/router/index.js +++ b/base-ui/src/router/index.js @@ -121,7 +121,7 @@ export const constantRoutes = [{ title: '销售报表上传', noCache: true } - }, + } // { // path: 'xssb', // component: () => import('@/views/xiaoshou/salesreport/salesreport.vue'), @@ -218,6 +218,22 @@ export const constantRoutes = [{ title: '出库明细', noCache: true } + }, { + path: 'xssjgl', + component: () => import('@/views/kucun/xssjgl/index.vue'), + name: 'KucunXssjglIndex', + meta: { + title: '销售数据管理', + noCache: true + } + }, { + path: 'pfsjgl', + component: () => import('@/views/kucun/pfsjgl/index.vue'), + name: 'KucunPfsjglIndex', + meta: { + title: '批发数据管理', + noCache: true + } }] }, // // 3库存信息 diff --git a/base-ui/src/views/kucun/kcxxcx/index.vue b/base-ui/src/views/kucun/kcxxcx/index.vue index b602e81b..2400ee7a 100644 --- a/base-ui/src/views/kucun/kcxxcx/index.vue +++ b/base-ui/src/views/kucun/kcxxcx/index.vue @@ -1,7 +1,10 @@