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 @@
@@ -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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{e.point_code}}
- {{e.point_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
- 载具类型
-
-
-
-
-
-
- 载具编码
-
-
-
-
-
-
-
- 物料
-
-
-
-
-
-
-
- 物料数量
-
-
-
-
-
-
- 当前点位
-
-
-
-
-
-
-
-
-
-
- | 载具编码 |
- 载具类型 |
- 物料编码 |
- 物料名称 |
- 点位 |
- 物料数量 |
-
-
-
-
- | {{e.vehicle_code}} |
- {{e.vehicle_type}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.point_code}} |
- {{e.material_qty}} |
-
-
-
-
-
-
-
-
-
-
- 是否配盘
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
- 物料
-
-
-
-
-
-
-
- 起点点位
-
-
-
-
-
-
-
- 终点点位
-
-
-
-
-
-
-
-
-
-
-
- | 点位编码 |
- 点位名称 |
- 载具编码 |
- 物料编码 |
- 物料名称 |
- 配盘批次 |
- 物料数量 |
-
-
-
-
- | {{e.point_code}} |
- {{e.point_name}} |
- {{e.vehicle_code}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.pcsn}} |
- {{e.material_qty}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 当前点位
-
-
-
-
-
- 载具编码
-
-
-
-
-
- 物料数量
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
-
-
- | 物料编码 |
- 物料名称 |
-
-
-
-
- | {{e.material_code}} |
- {{e.material_name}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
- 物料Id
-
-
-
-
-
-
-
-
-
-
-
- | 点位编码 |
- 点位名称 |
- 载具编码 |
- 物料编码 |
- 物料名称 |
- 配盘批次 |
- 物料数量 |
-
-
-
-
- | {{e.point_code}} |
- {{e.point_name}} |
- {{e.vehicle_code}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.pcsn}} |
- {{e.material_qty}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{e.point_code}}
- {{e.point_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{el.point_code}}
- {{el.point_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
- 载具类型
-
-
-
- {{index1 !== '' ? options1[index1].text : ''}}
-
-
-
-
-
-
- 载具编码
-
-
-
-
-
-
-
- 点位编码
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
- 载具类型
-
-
-
- {{index1 !== '' ? options1[index1].text : ''}}
-
-
-
-
-
-
-
- 点位编码
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
-
-
-
-
-
-
-
- 载具类型
-
-
-
- {{index1 !== '' ? options1[index1].text : ''}}
-
-
-
-
-
-
- 载具编码
-
-
-
-
-
-
-
- 物料
-
-
-
-
-
-
-
- 物料数量
-
-
-
-
-
-
-
- 当前点位
-
-
-
-
-
-
-
- 是否配盘
-
-
-
-
-
-
-
-
-
-
-
- | 载具编码 |
- 载具类型 |
- 物料编码 |
- 物料名称 |
- 点位 |
- 物料数量 |
- 配盘批次 |
-
-
-
-
- | {{e.vehicle_code}} |
- {{e.vehicle_type}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.point_code}} |
- {{e.material_qty}} |
- {{e.pcsn}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | 载具编码 |
- 载具类型 |
- 物料编码 |
- 物料名称 |
- 点位 |
- 物料数量 |
-
-
-
-
- | {{e.vehicle_code}} |
- {{e.vehicle_type}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.point_code}} |
- {{e.material_qty}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
+
+
+
+
+
+
+
+ {{e.text}}
+
+
+
+
+
+
+
+ {{e.task_no}} | {{['就绪', '执行中', '完成','取消'][Number(e.inst_status)]}}
+
+
+
+ {{e.create_time}} | {{['请求取货', '取货完成', '请求放货', '放货完成'][Number(e.inst_step) - 1]}}
+
+ 指令号:
+ {{e.instruction_code}}
+
+
+ 载具号:
+ {{e.carrier}}
+
+
+ 车号:
+ {{e.carno}}
+
+
+
+ {{e.priority}}
+ 优先级
+
+
+
+ 点位:
+ {{e.start_devicecode}}
+ –
+ {{e.next_devicecode}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关键字
+
+
+
+
+
+
+
+ 起始设备
+
+
+
+
+
+
+
+ 目标设备
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
-
-
-
-
-
-
- 物料
-
-
-
-
-
-
-
- 出库点位
-
-
-
-
-
-
-
-
-
-
-
- | 点位编码 |
- 点位名称 |
- 载具编码 |
- 物料编码 |
- 物料名称 |
- 配盘批次 |
- 物料数量 |
-
-
-
-
- | {{e.point_code}} |
- {{e.point_name}} |
- {{e.vehicle_code}} |
- {{e.material_code}} |
- {{e.material_name}} |
- {{e.pcsn}} |
- {{e.material_qty}} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@
+
+
+
+
+
+
+ {{e.name}}
+
+
+
+ 起:{{sObj.device_name}}
+ –
+ 终:{{nObj.device_name}}
+
+
+
+
+
+ {{e.region_name}}
+
+
+
+
+
+ {{el.device_name}}
+ 来源:{{el.source_device}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
-
-
-
-
-
-
- 当前点位
-
-
-
-
-
-
-
- 载具类型
-
-
-
- {{index1 !== '' ? options1[index1].text : ''}}
-
-
-
-
-
-
- 载具编码
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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 @@