From 2e64ca3ccca4e6a4db72d54bd274d2f5fa487297 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 1 Apr 2026 17:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 21 ++ pages/hdyy/ccgl/xuni-instore-matersave.vue | 104 ++++++++++ pages/hdyy/ccgl/xuni-instore.vue | 152 +++++++++++++++ pages/hdyy/ccgl/xuni-outstore.vue | 214 +++++++++++++++++++++ pages/home/home.vue | 4 +- utils/getData3.js | 7 + utils/mork02.js | 5 +- 7 files changed, 504 insertions(+), 3 deletions(-) create mode 100644 pages/hdyy/ccgl/xuni-instore-matersave.vue create mode 100644 pages/hdyy/ccgl/xuni-instore.vue create mode 100644 pages/hdyy/ccgl/xuni-outstore.vue diff --git a/pages.json b/pages.json index db83596..b77b528 100644 --- a/pages.json +++ b/pages.json @@ -300,6 +300,27 @@ "navigationStyle": "custom" } } + ,{ + "path" : "pages/hdyy/ccgl/xuni-instore", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/hdyy/ccgl/xuni-instore-matersave", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/hdyy/ccgl/xuni-outstore", + "style" : + { + "navigationStyle": "custom" + } + } ,{ "path" : "pages/hdyy/zpgl/mater-zudai", "style" : diff --git a/pages/hdyy/ccgl/xuni-instore-matersave.vue b/pages/hdyy/ccgl/xuni-instore-matersave.vue new file mode 100644 index 0000000..e39359e --- /dev/null +++ b/pages/hdyy/ccgl/xuni-instore-matersave.vue @@ -0,0 +1,104 @@ + + + \ No newline at end of file diff --git a/pages/hdyy/ccgl/xuni-instore.vue b/pages/hdyy/ccgl/xuni-instore.vue new file mode 100644 index 0000000..803b5fc --- /dev/null +++ b/pages/hdyy/ccgl/xuni-instore.vue @@ -0,0 +1,152 @@ + + + \ No newline at end of file diff --git a/pages/hdyy/ccgl/xuni-outstore.vue b/pages/hdyy/ccgl/xuni-outstore.vue new file mode 100644 index 0000000..91959f0 --- /dev/null +++ b/pages/hdyy/ccgl/xuni-outstore.vue @@ -0,0 +1,214 @@ + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index 01b7445..24dd56d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -138,8 +138,8 @@ }, methods: { async _authority () { - let res = await authority() - // let res = await allAuthority() + // let res = await authority() + let res = await allAuthority() if (res.code === '1') { this.menuList = [...res.result.rf_menu1.sonTree] } else { diff --git a/utils/getData3.js b/utils/getData3.js index 73af7fe..6ebdf32 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -272,6 +272,13 @@ export const confirmMore = (rows) => request({ data: {rows: rows} }) +// 虚拟入库(仓储管理)共 (1) 个 +// 确认入库 +export const hyConfirmIn = (rows) => request({ + url:'api/pdaWarehouse/hyConfirmIn', + data: {rows: rows} +}) + /** * 生产管理 */ diff --git a/utils/mork02.js b/utils/mork02.js index ee13cdf..fca08ce 100644 --- a/utils/mork02.js +++ b/utils/mork02.js @@ -25,7 +25,10 @@ export const allAuthority = () => { {menu_id: '2', title: '直接入库', path: '/pages/hdyy/ccgl/zj-instore'}, {menu_id: '3', title: '直接出库', path: '/pages/hdyy/ccgl/zj-outstore'}, {menu_id: '4', title: '库内合盘', path: '/pages/hdyy/ccgl/kn-hepan'}, - {menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'} + {menu_id: '5', title: '损益管理', path: '/pages/hdyy/ccgl/sy-manage'}, + {menu_id: '6', title: '虚拟入库', path: '/pages/hdyy/ccgl/xuni-instore'}, + {menu_id: '7', title: '虚拟出库', path: '/pages/hdyy/ccgl/xuni-outstore'} + ]}, {menu_id: '5', path: 'RF05', title: '生产管理', sonTree: [ {menu_id: '1', title: '成品出料', path: '/pages/hdyy/scgl/cp-chuliao'},