From a2f06ef352f6ea759806cbbe8a5530c6b71d3a40 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Mon, 5 Aug 2024 15:53:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E6=94=BE=E8=A1=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 ++++
pages/SecondPhase/point/ManPass.vue | 68 +++++++++++++++++++++++++++++
utils/getData3.js | 5 +++
utils/mork2.js | 5 ++-
4 files changed, 84 insertions(+), 2 deletions(-)
create mode 100644 pages/SecondPhase/point/ManPass.vue
diff --git a/pages.json b/pages.json
index 1419e22..7a3c733 100644
--- a/pages.json
+++ b/pages.json
@@ -503,6 +503,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/point/ManPass",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/point/ManPass.vue b/pages/SecondPhase/point/ManPass.vue
new file mode 100644
index 0000000..bae40bb
--- /dev/null
+++ b/pages/SecondPhase/point/ManPass.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+ 载具类型
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 8f04420..3372864 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -269,3 +269,8 @@ export const queryBoxIvt = (code, na, no) => request({
url:'api/twoPda/st/queryBoxIvt',
data: {material_code: code, material_name: na, box_no: no}
})
+// 人工放行
+export const confirmPass = (code) => request({
+ url:'api/twoPda/st/confirmPass',
+ data: {point_code: code}
+})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 6d9a13e..f2e506d 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -92,7 +92,8 @@ export const allAuthority = () => {
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
- {menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'}
+ {menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'},
+ {menu_id: '2', title: '人工放行', path: '/pages/SecondPhase/point/ManPass'}
]},
{menu_id: '7', path: 'RF06', title: '成品入库', sonTree: [
{menu_id: '1', title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
@@ -132,7 +133,7 @@ export const authority = () => {
{title: '发货区',sonTree: [{title: '发货区解绑'}]},
{title: '生产管理',sonTree: [{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: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]},
+ {title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'},{title: '人工放行'}]},
{title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]},
{title: '立库库存', sonTree: [{title: '空木箱库存'}]}
]