diff --git a/common/style/layout.styl b/common/style/layout.styl index de49991..8cbadd2 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -237,24 +237,21 @@ uni-button:after { .item-font-2 _font(24rpx,40rpx,$red,,) .item-font-3 - width 110rpx _font(24rpx,26rpx,#333,,) text-align:justify; text-align-last: justify; text-justify: inter-ideograph; .item-font-4 - width calc(100% - 110rpx) _font(26rpx,26rpx,#999,,) .item-font-5 _font(44rpx,60rpx,$green,,center) background-color #f6f6f6 .item-font-6 - width calc(50% - 110rpx) + height 52rpx _font(24rpx,52rpx,#666,,center) background-color #e5e5e5 border-radius 26rpx .item-font-7 - width 110rpx _font(24rpx,52rpx,#666,,center) .item-font-8 _font(24rpx,52rpx,#666,,center) diff --git a/pages.json b/pages.json index aec5e87..269905d 100644 --- a/pages.json +++ b/pages.json @@ -19,58 +19,10 @@ } } ,{ - "path" : "pages/manage/empty-tray-out", + "path" : "pages/manage/inst-manage", "style" : { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/empty-tray-in", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/group-in-storage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/mater-out-storage", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/produce-cut", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/point-update", - "style" : - { - "navigationStyle": "custom" - } - - } - ,{ - "path" : "pages/manage/fixed-point-task", - "style" : - { - "navigationStyle": "custom" + "navigationStyle": "custom" } } @@ -78,15 +30,15 @@ "path" : "pages/manage/task-manage", "style" : { - "navigationStyle": "custom" + "navigationStyle": "custom" } } ,{ - "path" : "pages/manage/out-storage-confirm", + "path" : "pages/manage/point-manage", "style" : { - "navigationStyle": "custom" + "navigationStyle": "custom" } } diff --git a/pages/home/home.vue b/pages/home/home.vue index 3bc1917..4bb8288 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -15,7 +15,7 @@ - + {{e.title}} @@ -32,27 +32,9 @@ return { userName: '', menuList: [ - {id: '1', name: '人工组盘', sonTree: [ - {menu_id: '1', icon: 'RF01', name: '人工组盘', path: '/pages/manage/man-group-disk'} - ]}, - {id: '2', name: '原材料库', sonTree: [ - {menu_id: '1', icon: 'RF02', name: '入库', path: '/pages/manage/in-storage'}, - {menu_id: '2', icon: 'RF03', name: '出库', path: '/pages/manage/out-storage'} - ]}, - {id: '3', name: '任务流转', sonTree: [ - {menu_id: '1', icon: 'RF04', name: '任务流转', path: '/pages/manage/task-flow'} - ]} - ], - menuList1: [ - {id: 1, title: '空托盘出库', icon: 'RF01', path: '/pages/manage/empty-tray-out'}, - {id: 2, title: '空托盘入库', icon: 'RF02', path: '/pages/manage/empty-tray-in'}, - {id: 3, title: '组盘入库', icon: 'RF03', path: '/pages/manage/group-in-storage'}, - {id: 4, title: '原料出库', icon: 'RF04', path: '/pages/manage/mater-out-storage'}, - {id: 5, title: '生产下料', icon: 'RF05', path: '/pages/manage/produce-cut'}, - {id: 6, title: '点位更新', icon: 'RF06', path: '/pages/manage/point-update'}, - {id: 7, title: '定点作业', icon: 'RF07', path: '/pages/manage/fixed-point-task'}, - {id: 8, title: '作业管理', icon: 'RF08', path: '/pages/manage/task-manage'}, - {id: 9, title: '出库确认', icon: 'RF09', path: '/pages/manage/out-storage-confirm'} + {id: 1, title: '站点管理', icon: 'RF01', path: '/pages/manage/point-manage'}, + {id: 2, title: '指令管理', icon: 'RF02', path: '/pages/manage/inst-manage'}, + {id: 3, title: '任务管理', icon: 'RF03', path: '/pages/manage/task-manage'} ], show: false, secM: [] diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 0d144ef..68dbe63 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -8,17 +8,9 @@ - ACS地址 - - - - 打印地址 - - - + @@ -55,20 +47,6 @@ }) return } - if (this.acsip === '') { - uni.showToast({ - title: '请填写ACS地址', - icon: 'none' - }) - return - } - if (this.printip === '') { - uni.showToast({ - title: '请填写打印地址', - icon: 'none' - }) - return - } if (this.setTime === '') { uni.showToast({ title: '请填写刷新时间', diff --git a/pages/manage/back/in-storage.vue b/pages/manage/back/in-storage.vue deleted file mode 100644 index 85e1afd..0000000 --- a/pages/manage/back/in-storage.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - diff --git a/pages/manage/back/man-group-disk.vue b/pages/manage/back/man-group-disk.vue deleted file mode 100644 index 1fc48c8..0000000 --- a/pages/manage/back/man-group-disk.vue +++ /dev/null @@ -1,289 +0,0 @@ - - - - - diff --git a/pages/manage/back/out-storage.vue b/pages/manage/back/out-storage.vue deleted file mode 100644 index 5e39f5a..0000000 --- a/pages/manage/back/out-storage.vue +++ /dev/null @@ -1,262 +0,0 @@ - - - - - diff --git a/pages/manage/back/search-mater-1.vue b/pages/manage/back/search-mater-1.vue deleted file mode 100644 index 83b3bd6..0000000 --- a/pages/manage/back/search-mater-1.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - - - diff --git a/pages/manage/back/search-mater.vue b/pages/manage/back/search-mater.vue deleted file mode 100644 index 1975123..0000000 --- a/pages/manage/back/search-mater.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - - - diff --git a/pages/manage/back/task-flow.vue b/pages/manage/back/task-flow.vue deleted file mode 100644 index 88e71a6..0000000 --- a/pages/manage/back/task-flow.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/pages/manage/empty-tray-in.vue b/pages/manage/empty-tray-in.vue deleted file mode 100644 index 354ac99..0000000 --- a/pages/manage/empty-tray-in.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - diff --git a/pages/manage/empty-tray-out.vue b/pages/manage/empty-tray-out.vue deleted file mode 100644 index e076c27..0000000 --- a/pages/manage/empty-tray-out.vue +++ /dev/null @@ -1,106 +0,0 @@ - - - - - diff --git a/pages/manage/fixed-point-task.vue b/pages/manage/fixed-point-task.vue deleted file mode 100644 index 2cd6165..0000000 --- a/pages/manage/fixed-point-task.vue +++ /dev/null @@ -1,146 +0,0 @@ - - - - - diff --git a/pages/manage/group-in-storage.vue b/pages/manage/group-in-storage.vue deleted file mode 100644 index 420d538..0000000 --- a/pages/manage/group-in-storage.vue +++ /dev/null @@ -1,352 +0,0 @@ - - - - - diff --git a/pages/manage/inst-manage.vue b/pages/manage/inst-manage.vue new file mode 100644 index 0000000..1de8e4b --- /dev/null +++ b/pages/manage/inst-manage.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/pages/manage/mater-out-storage.vue b/pages/manage/mater-out-storage.vue deleted file mode 100644 index 57d70bf..0000000 --- a/pages/manage/mater-out-storage.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - - - diff --git a/pages/manage/out-storage-confirm.vue b/pages/manage/out-storage-confirm.vue deleted file mode 100644 index b8a5ae2..0000000 --- a/pages/manage/out-storage-confirm.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - - - diff --git a/pages/manage/point-manage.vue b/pages/manage/point-manage.vue new file mode 100644 index 0000000..e9b1c0e --- /dev/null +++ b/pages/manage/point-manage.vue @@ -0,0 +1,222 @@ + + + + + diff --git a/pages/manage/point-update.vue b/pages/manage/point-update.vue deleted file mode 100644 index 332894f..0000000 --- a/pages/manage/point-update.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/pages/manage/produce-cut.vue b/pages/manage/produce-cut.vue deleted file mode 100644 index 05dbb80..0000000 --- a/pages/manage/produce-cut.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - diff --git a/pages/manage/task-manage.vue b/pages/manage/task-manage.vue index aa508be..9f1341a 100644 --- a/pages/manage/task-manage.vue +++ b/pages/manage/task-manage.vue @@ -11,24 +11,20 @@ - + - {{e.task_no}} | {{['就绪', '执行中', '完成'][Number(e.inst_status)]}} + {{e.task_no}} | {{['就绪', '执行中', '完成'][Number(e.inst_status)]}} - {{e.create_time}} | {{['请求取货', '取货完成', '请求放货', '放货完成'][Number(e.inst_step) - 1]}} + {{e.create_time}} - 载具号: - {{e.carrier}} + 托盘号: + {{e.vehicle_code}} - 指令号: - {{e.instruction_code}} - - - 车号: - {{e.carno}} + 物料类型: + {{e.material_type_name}} @@ -37,18 +33,17 @@ - 设备: - {{e.start_devicecode}} - - {{e.next_devicecode}} + 点位: + {{e.start_devicecode}} + + {{e.next_devicecode}} - - - + + @@ -84,7 +79,7 @@ - + @@ -94,7 +89,7 @@