From 06ab5ad2b8b56167b54079bd494f60c766ff4eda Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 21 Aug 2024 13:59:14 +0800
Subject: [PATCH] =?UTF-8?q?add=E5=88=86=E5=88=87=E4=B8=8A=E8=BD=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++
pages/SecondPhase/slitting/UpperShaftCut.vue | 138 +++++++++++++++++++
utils/getData3.js | 11 ++
utils/mork2.js | 5 +-
4 files changed, 160 insertions(+), 2 deletions(-)
create mode 100644 pages/SecondPhase/slitting/UpperShaftCut.vue
diff --git a/pages.json b/pages.json
index 2862ce2..19e14c5 100644
--- a/pages.json
+++ b/pages.json
@@ -527,6 +527,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/UpperShaftCut",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/UpperShaftCut.vue b/pages/SecondPhase/slitting/UpperShaftCut.vue
new file mode 100644
index 0000000..629e569
--- /dev/null
+++ b/pages/SecondPhase/slitting/UpperShaftCut.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+ 点位
+
+
+
+
+ 暂存A位:{{obj.a_point}}
+ 暂存B位:{{obj.b_point}}
+ 提示:{{obj.tip}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 03a58cd..123ce1a 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -298,4 +298,15 @@ export const printTable = (pcsn, code, type) => request({
export const doSubRollWeightBinding = (cn, pw, rw) => request({
url:'api/pda/slitter/doSubRollWeightBinding',
data: {container_name: cn, paper_weight: pw, roll_weight: rw}
+})
+/**
+ * 分切上轴
+ */
+export const getUpShaftTip = (code) => request({
+ url:'api/pda/slitter/getUpShaftTip',
+ data: {point_code: code}
+})
+export const doUpShaftToSlitter = (code) => request({
+ url:'api/pda/slitter/doUpShaftToSlitter',
+ data: {point_code: code}
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 102b69e..613fb76 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -90,7 +90,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'},
{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/SubRollWeight'},
+ {menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
@@ -134,7 +135,7 @@ export const authority = () => {
{title: '空木箱入库',sonTree: [{title: '空木箱入库'}]},
{title: '发货区',sonTree: [{title: '发货区解绑'}]},
{title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}, {title: '子卷装箱'}, {title: '标签打印'}]},
- {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}, {title: '子卷重量维护'}]},
+ {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}, {title: '子卷重量维护'}, {title: '分切上轴'}]},
{title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'},{title: '人工放行'}]},
{title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]},
{title: '立库库存', sonTree: [{title: '空木箱库存'}]}