From ed15348e5828c506c460322309b899e9d500226c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 3 Jan 2025 18:06:12 +0800 Subject: [PATCH] 111 --- manifest.json | 4 +- pages.json | 8 ++ pages/SecondPhase/slitting/UpperShaftCut2.vue | 121 ++++++++++++++++++ utils/getData3.js | 13 +- utils/mork2.js | 11 +- 5 files changed, 153 insertions(+), 4 deletions(-) create mode 100644 pages/SecondPhase/slitting/UpperShaftCut2.vue diff --git a/manifest.json b/manifest.json index 97580c5..3f34e3c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__3A002CD", "description" : "海亮铜箔二期手持系统", - "versionName" : "1.1.0", - "versionCode" : 110, + "versionName" : "1.1.1", + "versionCode" : 111, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 48994f2..39a541a 100644 --- a/pages.json +++ b/pages.json @@ -543,6 +543,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/UpperShaftCut2", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/slitting/UpperShaftCut2.vue b/pages/SecondPhase/slitting/UpperShaftCut2.vue new file mode 100644 index 0000000..ef1e065 --- /dev/null +++ b/pages/SecondPhase/slitting/UpperShaftCut2.vue @@ -0,0 +1,121 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 937177c..c8bf0ba 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -314,4 +314,15 @@ export const getUpShaftTip = (code) => request({ export const doUpShaftToSlitter = (code) => request({ url:'api/pda/slitter/doUpShaftToSlitter', data: {point_code: code} -}) \ No newline at end of file +}) +/** + * 分切上轴2 + */ +export const doUpShaftToSlitterByDeviceTip = (area, code) => request({ + url:'api/pda/slitter/doUpShaftToSlitterByDeviceTip', + data: {area: area, device_code: code} +}) +export const doUpShaftToSlitterByDevice = (area, code) => request({ + url:'api/pda/slitter/doUpShaftToSlitterByDevice', + data: {area: area, device_code: code} +}) diff --git a/utils/mork2.js b/utils/mork2.js index 54812d7..1b02e14 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -92,7 +92,8 @@ export const allAuthority = () => { {menu_id: '8', title: '备货区管理', path: '/pages/SecondPhase/slitting/StockingArea'}, {menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'}, {menu_id: '8', title: '子卷重量维护', path: '/pages/SecondPhase/slitting/SubRollWeight'}, - {menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'} + {menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'}, + {menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'} ]}, {menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [ {menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'}, @@ -185,6 +186,14 @@ export const queryProductArea = () => { } return res } +export const slitterDevices = (area) => { + let res = [{text: '物料一', value: '001'}, {text: '物料a', value: '002'}, {text: '物料b', value: '003'}] + return res +} +export const doUpShaftToSlitterByDeviceTip = (area, code) => { + let res = {message: 'ok', status: 200} + return res +} export const queryContainerNameBySaleOrder = () => { let res = { "totalElements": 1,