From b684a9befd177a4604506f30f49850deca61c4f8 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 12 Apr 2025 15:46:46 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=89=AB=E7=A0=81=E4=B8=8B=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/ProductManage/ScanRoll.vue | 199 +++++++++++++++++++++++++++++++ utils/getData3.js | 10 ++ utils/mork2.js | 3 +- 4 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 pages/ProductManage/ScanRoll.vue diff --git a/pages.json b/pages.json index 19bdc13..ac8bc64 100644 --- a/pages.json +++ b/pages.json @@ -655,6 +655,14 @@ } } + ,{ + "path" : "pages/ProductManage/ScanRoll", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/ProductManage/ScanRoll.vue b/pages/ProductManage/ScanRoll.vue new file mode 100644 index 0000000..5303906 --- /dev/null +++ b/pages/ProductManage/ScanRoll.vue @@ -0,0 +1,199 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 23db344..732320f 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -507,4 +507,14 @@ export const startIntoTube = (area, location, ulk, ulv, urk, urv, size, qzz) => qzz_size: size, qzz_generation: qzz } +}) +/** + * 扫码下卷(一期分切管理) + */ +export const pdaDownRoll = (code, arr) => request({ + url:'api/pda/out/pdaDownRoll', + data: { + point_code: code, + container: arr + } }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 7a7d0b4..385be3d 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -25,7 +25,8 @@ export const allAuthority = () => { {menu_id: '8', title: '呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'}, {menu_id: '9', title: '分切上轴', path: '/pages/ProductManage/UpperShaftCut'}, {menu_id: '10', title: '余轴退回', path: '/pages/ProductManage/RemainShaftBack'}, - {menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'} + {menu_id: '11', title: '请求套轴', path: '/pages/ProductManage/RequestShaft'}, + {menu_id: '11', title: '扫码下卷', path: '/pages/ProductManage/ScanRoll'} ]}, {menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},