From f0b721b3ea37e6db99eb9c510a0392ee72e68034 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 15 Feb 2025 13:22:51 +0800 Subject: [PATCH] =?UTF-8?q?add=E5=88=86=E5=88=87=E5=91=BC=E5=8F=AB?= =?UTF-8?q?=E5=A5=97=E8=BD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages.json | 8 ++ pages/ProductManage/CallPaperShaft.vue | 192 +++++++++++++++++++++++++ utils/getData3.js | 17 +++ utils/mork2.js | 3 +- 5 files changed, 221 insertions(+), 3 deletions(-) create mode 100644 pages/ProductManage/CallPaperShaft.vue diff --git a/manifest.json b/manifest.json index d4bb8f7..3b86c0e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__3A002CD", "description" : "海亮铜箔二期手持系统", - "versionName" : "1.1.5", - "versionCode" : 115, + "versionName" : "1.1.6", + "versionCode" : 116, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 388aaaf..54ed8b1 100644 --- a/pages.json +++ b/pages.json @@ -583,6 +583,14 @@ } } + ,{ + "path" : "pages/ProductManage/CallPaperShaft", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/ProductManage/CallPaperShaft.vue b/pages/ProductManage/CallPaperShaft.vue new file mode 100644 index 0000000..be7a0bc --- /dev/null +++ b/pages/ProductManage/CallPaperShaft.vue @@ -0,0 +1,192 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 0b6fdc5..9114347 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -374,4 +374,21 @@ export const shaftGoBack = (area, size, qzz) => request({ qzz_size: size, qzz_generation: qzz } +}) +/** + * 分切呼叫套轴 + */ +export const callPaperShaft = (area, location, ulk, ulv, urk, urv, size, qzz, num) => request({ + url:'api/pda/paper/callPaperShaft', + data: { + area: area, + location: location, + up_left_size_k: ulk, + up_left_size_v: ulv, + up_right_size_k: urk, + up_right_size_v: urv, + qzz_size: size, + qzz_generation: qzz, + qqz_num: num + } }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 15a1982..4d582a4 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -21,7 +21,8 @@ export const allAuthority = () => { {menu_id: '4', title: '空轴进站', path: '/pages/ProductManage/ZjInStore'}, {menu_id: '5', title: '子卷出站', path: '/pages/ProductManage/ZjOutStore'}, {menu_id: '6', title: '套轴申请', path: '/pages/ProductManage/AxisApply'}, - {menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'} + {menu_id: '7', title: '空轴回库', path: '/pages/ProductManage/UnAxisBack'}, + {menu_id: '8', title: '分切呼叫套轴', path: '/pages/ProductManage/CallPaperShaft'} ]}, {menu_id: '4', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/ProductManage/PointManage'},