diff --git a/dist.zip b/dist.zip index e1473f9..b1a097a 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js index c9da053..30676e6 100644 --- a/src/api/http/http-api.js +++ b/src/api/http/http-api.js @@ -9,12 +9,26 @@ export default { url: "/realTime", name: "获取实时监控列表" }, + IndustrialCameraPic: { + method: "POST", + url: "/industrialCamera/pic", + name: "工业相机拍照" + }, + IndustrialCameraMacth: { + method: "POST", + url: "/industrialCamera/Macth", + name: "工业相机识别" + }, + IndustrialCameraMacthCreate:{ + method: "POST", + url: "/industrialCamera/MacthCreate", + name: "工业相机模板建立" + }, getHistoryList: { method: "POST", url: "/order/list", name: "获取历史监控列表" }, - getStreetList: { method: "POST", url: "/street/page", diff --git a/src/router/index.js b/src/router/index.js index e55bd5a..8ea4810 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,6 +58,17 @@ const routes = [{ }, component: () => import('@/views/historyMonitoring/index') }, + + + { + path: 'IndustrialCamera', + name: 'IndustrialCamera', + meta: { + icon: 'book', + name: '工业相机' + }, + component: () => import('@/views/IndustrialCamera/index') + }, { path: 'alarmLog', name: 'alarmLog', diff --git a/src/views/IndustrialCamera/index.vue b/src/views/IndustrialCamera/index.vue new file mode 100644 index 0000000..64c0c17 --- /dev/null +++ b/src/views/IndustrialCamera/index.vue @@ -0,0 +1,364 @@ + + + + diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 7c27ca6..a6b3991 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -1,7 +1,7 @@ diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 10f392f..6e4fb13 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -12,7 +12,7 @@ 盘点清空 - 导出全部巷道盘点数据 - + -->
颜色说明: @@ -85,7 +85,7 @@
- {{ text.direction }}-{{ text.row}}-{{ text.column}} + {{ text.direction==1?'左':'右' }}侧-{{ text.row}}层-{{ text.column}}列 {{ text.trayCode}} @@ -162,7 +162,7 @@ export default { dataIndex: "streetName", }, { - title: "货位({1:左,2:右}-{行}-{列})", + title: "货位", scopedSlots: {customRender: 'goodsLocation'}, width:200, }, diff --git a/src/views/roadwayManage/model.vue b/src/views/roadwayManage/model.vue index b8d4c05..824df1e 100644 --- a/src/views/roadwayManage/model.vue +++ b/src/views/roadwayManage/model.vue @@ -62,6 +62,26 @@ />
+
+ + + + +
+
+ + + + + + +
@@ -253,6 +273,9 @@ export default { name: newVal.name, plcId: newVal.plcId, plcIp: newVal.plcIp, + industrialCamera:newVal.industrialCamera, + left3D:newVal.left3D, + right3D:newVal.right3D, plcPort: newVal.plcPort, lightSourceIp: newVal.lightSourceIp, lightSourcePort: newVal.lightSourcePort,