From 43819d68c42866e12e2df8dd6d4e3cf624604bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Wed, 17 Mar 2021 09:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E7=AE=A1=E7=90=86=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +- src/api/http/http-api.js | 10 +++ src/views/checkManage/index.vue | 143 +++++++++++++++++++----------- src/views/roadwayManage/model.vue | 5 +- 4 files changed, 105 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 7a7a2b8..912a488 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/). #### 1、项目git地址:https://gitlab.hzleaper.com:81/duoji/duoji-frontend.git -#### 2、简介:垛机监控系统是一款TOB的项目,由哲合科技有限公司承担研发,主要为甲方在仓储方面的出入库过程中,提供拍照取证,实时录像,盘点管理等功能。项目主要涵盖实时视频流、历史数据、盘点管理、巷道管理、球机管理、个人中心等。基于vue-cli3.x + Ant Design Vue搭建,rtsp视频流采用VLC插件结合Firefox火狐浏览器运行的方式播放,因VLC支持性问题需回退Firefox火狐浏览器版本至51版之前,详情请见 [VLC开发文档](https://wiki.videolan.org/Documentation:WebPlugin/#Introduction:_Building_Web_pages_with_Video) +#### 2、简介: +垛机监控系统是一款TOB的项目,由哲合科技有限公司承担研发,主要为甲方在仓储方面的出入库过程中,提供拍照取证,实时录像,盘点管理等功能。项目主要涵盖实时视频流、历史数据、盘点管理、巷道管理、球机管理、个人中心等。基于vue-cli3.x + Ant Design Vue搭建,rtsp视频流采用VLC插件结合Firefox火狐浏览器运行的方式播放,因VLC支持性问题需回退Firefox火狐浏览器版本至51版之前,详情请见 [VLC开发文档](https://wiki.videolan.org/Documentation:WebPlugin/#Introduction:_Building_Web_pages_with_Video) #### 3、测试环境地址:暂无(详情请看下面注释) 测试环境账号:暂无(详情请看下面注释) diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js index 59be3f4..48568b7 100644 --- a/src/api/http/http-api.js +++ b/src/api/http/http-api.js @@ -116,5 +116,15 @@ export default { name: '编辑分类', method: 'PUT' }, + getStockList: { + url: '/stock/list', + name: '获取盘点列表', + method: 'GET' + }, + getStreetDetail: { + url: '/street', + name: '获取巷道详情', + method: 'GET' + }, } diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 8def223..c6993a7 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -15,60 +15,71 @@ 未盘点 - + + +
-
- -
-
-
{{i}}-{{f}} -
-
-
-
- - - - - - - - -
-
- -
-
-
{{i}}-{{f}} +
+
+ +
+
+
{{rowItem.row}}-{{column}} +
-
- - - - - - - - - + + + + > + 外 + + + 内 + + +
+ - + {{i.name}} +
+
+
+ +
+
+
{{rowItem.row}}-{{column}} +
+
+
+
+ + + 外 + + + 内 + + +
+
+