From ca5a4c979c6f36db5714b5d5a362bb7305df5ee7 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 21 May 2025 15:24:24 +0800
Subject: [PATCH] =?UTF-8?q?add=E5=88=86=E5=88=87=E6=9A=82=E5=AD=98?=
=?UTF-8?q?=E7=BB=B4=E6=8A=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 +++
pages/SecondPhase/slitting/CacheSave.vue | 66 ++++++++++++++++++++++++
utils/getData3.js | 7 +++
utils/mork2.js | 3 +-
4 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/slitting/CacheSave.vue
diff --git a/pages.json b/pages.json
index 330135f..261bc32 100644
--- a/pages.json
+++ b/pages.json
@@ -695,6 +695,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/CacheSave",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/CacheSave.vue b/pages/SecondPhase/slitting/CacheSave.vue
new file mode 100644
index 0000000..0a4b930
--- /dev/null
+++ b/pages/SecondPhase/slitting/CacheSave.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 7ca6b99..bb797e4 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -557,4 +557,11 @@ export const downBait = (area, device, point, lk, lkv, rk, rkv, up) => request({
export const updatePackagePoint = (ivt, code) => request({
url:'api/twoPda/vehicle/updatePackagePoint',
data: {ivt_status: ivt, pointCode: code}
+})
+/**
+ * 分切暂存维护(二期-分切管理)
+ */
+export const cutCacheInventory = (code, type) => request({
+ url:'/api/pda/slitter/cutCacheInventory',
+ data: {point_code: code, type: type}
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 4b8a654..7e52eec 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -108,7 +108,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'},
{menu_id: '8', title: '饵料下卷', path: '/pages/SecondPhase/slitting/BaitRoll'},
{menu_id: '8', title: '空轴绑定', path: '/pages/SecondPhase/slitting/EmptyAxisBind'},
- {menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'}
+ {menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},
+ {menu_id: '8', title: '分切暂存维护', path: '/pages/SecondPhase/slitting/CacheSave'},
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},