From b6fec25a21be5333600ac270617667ba98915696 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 31 Jul 2024 11:15:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eagv=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/slitting/AGVPass.vue | 68 ++++++++++++++++++++++++++
utils/getData3.js | 9 +++-
utils/mork2.js | 5 +-
4 files changed, 87 insertions(+), 3 deletions(-)
create mode 100644 pages/SecondPhase/slitting/AGVPass.vue
diff --git a/pages.json b/pages.json
index 229214b..79f86c2 100644
--- a/pages.json
+++ b/pages.json
@@ -479,6 +479,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/AGVPass",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/AGVPass.vue b/pages/SecondPhase/slitting/AGVPass.vue
new file mode 100644
index 0000000..e14c472
--- /dev/null
+++ b/pages/SecondPhase/slitting/AGVPass.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 6c761d3..ae12f95 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -237,4 +237,11 @@ export const doStockAreaBinding = (code, vcode) => request({
export const doStockAreaUnbinding = (code) => request({
url:'api/pda/slitter/doStockAreaUnbinding',
data: {point_code: code}
-})
\ No newline at end of file
+})
+/**
+ * AGV放行
+ */
+export const AGVPass = (code) => request({
+ url:'api/pda/feeding/AGVPass',
+ data: {point_code: code}
+})
diff --git a/utils/mork2.js b/utils/mork2.js
index 00fa91b..38e9506 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -86,7 +86,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切暂存清除', path: '/pages/SecondPhase/slitting/CacheClean'},
{menu_id: '8', title: '气胀轴库维护', path: '/pages/SecondPhase/slitting/ShaftSave'},
{menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'},
- {menu_id: '8', title: '备货区管理', path: '/pages/SecondPhase/slitting/StockingArea'}
+ {menu_id: '8', title: '备货区管理', path: '/pages/SecondPhase/slitting/StockingArea'},
+ {menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
@@ -126,7 +127,7 @@ export const authority = () => {
{title: '空木箱入库',sonTree: [{title: '空木箱入库'}]},
{title: '发货区',sonTree: [{title: '发货区解绑'}]},
{title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}]},
- {title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{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: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]},
{title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]}
]