From 31e96b35b3ed1c7408ef3488b930e800b3208d23 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 23 Jul 2025 20:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E9=85=8D=E7=BA=BF&=E7=84=8A=E6=8E=A5?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 386 +--------------------- pages/entry/bill-to-store.vue | 343 ------------------- pages/entry/check-to-store.vue | 244 -------------- pages/entry/document.vue | 157 --------- pages/entry/empty-tray-to-store.vue | 140 -------- pages/entry/empty-vehicle-instore.vue | 144 -------- pages/entry/group-to-store.vue | 158 --------- pages/entry/groupplate-instore.vue | 184 ----------- pages/entry/mater-group-to-store.vue | 233 ------------- pages/entry/mater-group.vue | 144 -------- pages/entry/pick-yl-return-store.vue | 170 ---------- pages/entry/qualified-to-store.vue | 218 ------------ pages/home/home.vue | 18 +- pages/lines/hj-line.vue | 154 +++++++++ pages/lines/zp-line-dtd.vue | 154 +++++++++ pages/lines/zp-line.vue | 103 ++++++ pages/outbound/bill-list.vue | 182 ---------- pages/outbound/bill-out-store.vue | 243 -------------- pages/outbound/ctu-vehicle-outstore.vue | 121 ------- pages/outbound/empty-vehicle-outstore.vue | 109 ------ pages/outbound/line-callmater.vue | 200 ----------- pages/outbound/line-transfer.vue | 136 -------- pages/outbound/mater-outstore.vue | 200 ----------- pages/outbound/out-store-confirm.vue | 152 --------- pages/outbound/pick-confirm-2nd.vue | 99 ------ pages/outbound/produce-out-store-2nd.vue | 234 ------------- pages/outbound/shelf-bind-2nd.vue | 152 --------- pages/outbound/shelf-bind.vue | 97 ------ pages/outbound/stock-list.vue | 176 ---------- pages/outbound/stock-out-store.vue | 132 -------- pages/outbound/tray-out-store.vue | 115 ------- utils/getData01.js | 44 +++ 32 files changed, 472 insertions(+), 4870 deletions(-) delete mode 100644 pages/entry/bill-to-store.vue delete mode 100644 pages/entry/check-to-store.vue delete mode 100644 pages/entry/document.vue delete mode 100644 pages/entry/empty-tray-to-store.vue delete mode 100644 pages/entry/empty-vehicle-instore.vue delete mode 100644 pages/entry/group-to-store.vue delete mode 100644 pages/entry/groupplate-instore.vue delete mode 100644 pages/entry/mater-group-to-store.vue delete mode 100644 pages/entry/mater-group.vue delete mode 100644 pages/entry/pick-yl-return-store.vue delete mode 100644 pages/entry/qualified-to-store.vue create mode 100644 pages/lines/hj-line.vue create mode 100644 pages/lines/zp-line-dtd.vue create mode 100644 pages/lines/zp-line.vue delete mode 100644 pages/outbound/bill-list.vue delete mode 100644 pages/outbound/bill-out-store.vue delete mode 100644 pages/outbound/ctu-vehicle-outstore.vue delete mode 100644 pages/outbound/empty-vehicle-outstore.vue delete mode 100644 pages/outbound/line-callmater.vue delete mode 100644 pages/outbound/line-transfer.vue delete mode 100644 pages/outbound/mater-outstore.vue delete mode 100644 pages/outbound/out-store-confirm.vue delete mode 100644 pages/outbound/pick-confirm-2nd.vue delete mode 100644 pages/outbound/produce-out-store-2nd.vue delete mode 100644 pages/outbound/shelf-bind-2nd.vue delete mode 100644 pages/outbound/shelf-bind.vue delete mode 100644 pages/outbound/stock-list.vue delete mode 100644 pages/outbound/stock-out-store.vue delete mode 100644 pages/outbound/tray-out-store.vue create mode 100644 utils/getData01.js diff --git a/pages.json b/pages.json index 54578d8..bf4edfe 100644 --- a/pages.json +++ b/pages.json @@ -25,383 +25,23 @@ } } ,{ - "path" : "pages/manage/cbj-carry", - "style" : - { - "navigationStyle": "custom" - } - + "path" : "pages/lines/zp-line", + "style": { + "navigationStyle": "custom" + } } ,{ - "path" : "pages/manage/press-carry", - "style" : - { - "navigationStyle": "custom" - } - + "path" : "pages/lines/hj-line", + "style": { + "navigationStyle": "custom" + } } ,{ - "path" : "pages/manage/mater-scrap", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/man-sort", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/task-manage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/inst-manage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/yzhnml-carry", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/vehicle-unbind", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/group-task", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/group-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/empty-tray-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/tray-out-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/out-store-confirm", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/in/store-info", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/pick/pick-task", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/task/task-manage", - "style" : - { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 50 - } - - } - ,{ - "path" : "pages/entry/document", - "style" : - { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 50 - } - - } - ,{ - "path" : "pages/pick/pick-list", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/check/check-task", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/mater-group-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/mode/switch-in-out", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/common/mater-list", - "style" : - { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 50 - } - - } - ,{ - "path" : "pages/mode/pick", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/mode/command", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/bill-out-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/bill-list", - "style" : - { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 50 - } - - } - ,{ - "path" : "pages/entry/qualified-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/transfer/tray-transfer", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/stock-out-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/stock-list", - "style" : - { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "onReachBottomDistance": 50 - } - - } - ,{ - "path" : "pages/outbound/produce-out-store-2nd", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/pick-confirm-2nd", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/shelf-bind-2nd", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/mater-outstore", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/line-callmater", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/shelf-bind", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/line-transfer", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/empty-vehicle-outstore", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/outbound/ctu-vehicle-outstore", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/bill-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/check-to-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/pick-yl-return-store", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/groupplate-instore", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/mater-group", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/entry/empty-vehicle-instore", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/carry/call-carry", - "style" : - { - "navigationStyle": "custom" - } - - } + "path" : "pages/lines/zp-line-dtd", + "style": { + "navigationStyle": "custom" + } + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/entry/bill-to-store.vue b/pages/entry/bill-to-store.vue deleted file mode 100644 index 7396a23..0000000 --- a/pages/entry/bill-to-store.vue +++ /dev/null @@ -1,343 +0,0 @@ - - - - - diff --git a/pages/entry/check-to-store.vue b/pages/entry/check-to-store.vue deleted file mode 100644 index a1e79fb..0000000 --- a/pages/entry/check-to-store.vue +++ /dev/null @@ -1,244 +0,0 @@ - - - - - diff --git a/pages/entry/document.vue b/pages/entry/document.vue deleted file mode 100644 index 21ca2d3..0000000 --- a/pages/entry/document.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - diff --git a/pages/entry/empty-tray-to-store.vue b/pages/entry/empty-tray-to-store.vue deleted file mode 100644 index d09060d..0000000 --- a/pages/entry/empty-tray-to-store.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - diff --git a/pages/entry/empty-vehicle-instore.vue b/pages/entry/empty-vehicle-instore.vue deleted file mode 100644 index 42b9a2f..0000000 --- a/pages/entry/empty-vehicle-instore.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - - diff --git a/pages/entry/group-to-store.vue b/pages/entry/group-to-store.vue deleted file mode 100644 index 592bec6..0000000 --- a/pages/entry/group-to-store.vue +++ /dev/null @@ -1,158 +0,0 @@ - - - - - diff --git a/pages/entry/groupplate-instore.vue b/pages/entry/groupplate-instore.vue deleted file mode 100644 index 2fd738e..0000000 --- a/pages/entry/groupplate-instore.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - - - diff --git a/pages/entry/mater-group-to-store.vue b/pages/entry/mater-group-to-store.vue deleted file mode 100644 index b3baa93..0000000 --- a/pages/entry/mater-group-to-store.vue +++ /dev/null @@ -1,233 +0,0 @@ - - - - - diff --git a/pages/entry/mater-group.vue b/pages/entry/mater-group.vue deleted file mode 100644 index 709180a..0000000 --- a/pages/entry/mater-group.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - - - diff --git a/pages/entry/pick-yl-return-store.vue b/pages/entry/pick-yl-return-store.vue deleted file mode 100644 index 4b2ae22..0000000 --- a/pages/entry/pick-yl-return-store.vue +++ /dev/null @@ -1,170 +0,0 @@ - - - - - diff --git a/pages/entry/qualified-to-store.vue b/pages/entry/qualified-to-store.vue deleted file mode 100644 index 8246b0b..0000000 --- a/pages/entry/qualified-to-store.vue +++ /dev/null @@ -1,218 +0,0 @@ - - - - - diff --git a/pages/home/home.vue b/pages/home/home.vue index 29d7909..637ef79 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -41,21 +41,11 @@ return { userName: '', menuList: [ - {title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}]}, - {title: '产线管理', path: 'RF07', sonTree: [{title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}]}, - {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group'}, {title: '组盘入库', path: '/pages/entry/groupplate-instore'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '拣选余料回库', path: '/pages/entry/pick-yl-return-store'}, {title: '空载具入库', path: '/pages/entry/empty-vehicle-instore'}]}, - {title: '出库管理', path: 'RF02', sonTree: [{title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}]}, - // {title: '入库管理', path: 'RF01', sonTree: [{title: '组盘入库', path: '/pages/entry/groupplate-instore'}, {title: '拣选余料回库', path: '/pages/entry/pick-yl-return-store'}, {title: '空载具入库', path: '/pages/entry/empty-vehicle-instore'}]}, - // {title: '出库管理', path: 'RF02', sonTree: [{title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}]} - // {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '单据入库', path: '/pages/entry/bill-to-store'}, {title: '盘点入库', path: '/pages/entry/check-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]}, - // {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '盘点出库', path: '/pages/outbound/stock-out-store'}, {title: '物料出库', path: '/pages/outbound/mater-outstore'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}]} - // {title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]}, - // {title: '设备操控', path: 'RF07', sonTree: [{title: '切换出入库模式', path: '/pages/mode/switch-in-out'}, {title: '拣选工位启停模式', path: '/pages/mode/pick'}, {title: '下发输送线运动命令', path: '/pages/mode/command'}]}, - // {title: '产线叫料', path: 'RF10', sonTree: [{title: '二楼生产出库', path: '/pages/outbound/produce-out-store-2nd'}, {title: '二楼取货确认', path: '/pages/outbound/pick-confirm-2nd'}, {title: '二楼货架绑定', path: '/pages/outbound/shelf-bind-2nd'}]}, - // {title: '转运管理', path: 'RF09', sonTree: [{title: '托盘转运', path: '/pages/transfer/tray-transfer'}]}, - // {title: '叫料搬运', path: 'RF11', sonTree: [{title: '叫料搬运', path: '/pages/carry/call-carry'}]} + {title: '装配线', path: 'RF04', sonTree: [{title: '装配线', path: '/pages/lines/zp-line'}]}, + {title: '焊接线', path: 'RF07', sonTree: [{title: '焊接线', path: '/pages/lines/hj-line'}]}, + {title: '装配线点到点', path: 'RF02', sonTree: [{title: '装配线点到点', path: '/pages/lines/zp-line-dtd'}]}, ], - menu: [{title: '叫料搬运', path: 'RF11', sonTree: [{title: '叫料搬运', path: '/pages/carry/call-carry'}]}], + // menu: [{title: '叫料搬运', path: 'RF11', sonTree: [{title: '叫料搬运', path: '/pages/carry/call-carry'}]}], show: false, secM: [], icon: '', diff --git a/pages/lines/hj-line.vue b/pages/lines/hj-line.vue new file mode 100644 index 0000000..e9f8e90 --- /dev/null +++ b/pages/lines/hj-line.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/pages/lines/zp-line-dtd.vue b/pages/lines/zp-line-dtd.vue new file mode 100644 index 0000000..c90ab46 --- /dev/null +++ b/pages/lines/zp-line-dtd.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/pages/lines/zp-line.vue b/pages/lines/zp-line.vue new file mode 100644 index 0000000..22e9fec --- /dev/null +++ b/pages/lines/zp-line.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/pages/outbound/bill-list.vue b/pages/outbound/bill-list.vue deleted file mode 100644 index 59830d9..0000000 --- a/pages/outbound/bill-list.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - diff --git a/pages/outbound/bill-out-store.vue b/pages/outbound/bill-out-store.vue deleted file mode 100644 index f960b20..0000000 --- a/pages/outbound/bill-out-store.vue +++ /dev/null @@ -1,243 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/outbound/ctu-vehicle-outstore.vue b/pages/outbound/ctu-vehicle-outstore.vue deleted file mode 100644 index fa53446..0000000 --- a/pages/outbound/ctu-vehicle-outstore.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - diff --git a/pages/outbound/empty-vehicle-outstore.vue b/pages/outbound/empty-vehicle-outstore.vue deleted file mode 100644 index dcd5a52..0000000 --- a/pages/outbound/empty-vehicle-outstore.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - diff --git a/pages/outbound/line-callmater.vue b/pages/outbound/line-callmater.vue deleted file mode 100644 index efeed0b..0000000 --- a/pages/outbound/line-callmater.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - diff --git a/pages/outbound/line-transfer.vue b/pages/outbound/line-transfer.vue deleted file mode 100644 index 075eab2..0000000 --- a/pages/outbound/line-transfer.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - - - diff --git a/pages/outbound/mater-outstore.vue b/pages/outbound/mater-outstore.vue deleted file mode 100644 index 38a7a92..0000000 --- a/pages/outbound/mater-outstore.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - diff --git a/pages/outbound/out-store-confirm.vue b/pages/outbound/out-store-confirm.vue deleted file mode 100644 index e5d2a11..0000000 --- a/pages/outbound/out-store-confirm.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - - - diff --git a/pages/outbound/pick-confirm-2nd.vue b/pages/outbound/pick-confirm-2nd.vue deleted file mode 100644 index ec91f63..0000000 --- a/pages/outbound/pick-confirm-2nd.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - diff --git a/pages/outbound/produce-out-store-2nd.vue b/pages/outbound/produce-out-store-2nd.vue deleted file mode 100644 index 073bd06..0000000 --- a/pages/outbound/produce-out-store-2nd.vue +++ /dev/null @@ -1,234 +0,0 @@ - - - diff --git a/pages/outbound/shelf-bind-2nd.vue b/pages/outbound/shelf-bind-2nd.vue deleted file mode 100644 index a3f151f..0000000 --- a/pages/outbound/shelf-bind-2nd.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - diff --git a/pages/outbound/shelf-bind.vue b/pages/outbound/shelf-bind.vue deleted file mode 100644 index 47370ff..0000000 --- a/pages/outbound/shelf-bind.vue +++ /dev/null @@ -1,97 +0,0 @@ - - - - - diff --git a/pages/outbound/stock-list.vue b/pages/outbound/stock-list.vue deleted file mode 100644 index 2c2c6d4..0000000 --- a/pages/outbound/stock-list.vue +++ /dev/null @@ -1,176 +0,0 @@ - - - - - diff --git a/pages/outbound/stock-out-store.vue b/pages/outbound/stock-out-store.vue deleted file mode 100644 index 4f89040..0000000 --- a/pages/outbound/stock-out-store.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/pages/outbound/tray-out-store.vue b/pages/outbound/tray-out-store.vue deleted file mode 100644 index d821db9..0000000 --- a/pages/outbound/tray-out-store.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - - - diff --git a/utils/getData01.js b/utils/getData01.js new file mode 100644 index 0000000..941ae6a --- /dev/null +++ b/utils/getData01.js @@ -0,0 +1,44 @@ +import request from './request.js' + +// 版本更新测试 +export const pdaUpdate = () => request({ + url:'api/pda/update' +}) +// export const pdaUpdate = () => { +// let res = { +// versionName: '1.0.1', +// url: 'https://mp-e979e0eb-882b-42b3-a4a1-923ad08ea194.cdn.bspapp.com/cloudstorage/f72ec59f-7b25-487d-a034-fead1b6654c6.apk' +// } +// return res +// } + +// 登录 +export const handLogin = (user, password) => request({ + url:'api/bigScreenScreen/login', + data: { + user: user, + password: password + } +}) + +/** + * 装配线页面确认 + */ +export const createTask1 = (code) => request({ + url:'api/pda/createTask1', + data: {start_code: code} +}) +/** + * 2、焊接线页面确认 + */ +export const createTask2 = (scode, ncode) => request({ + url:'api/pda/createTask2', + data: {start_code: scode, next_code: ncode} +}) +/** + * 2、3、装配线点到点 + */ +export const createTask3 = (scode, ncode) => request({ + url:'api/pda/createTask3', + data: {start_code: scode, next_code: ncode} +})