diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js
index 2880d41..0907ed2 100644
--- a/src/api/http/http-api.js
+++ b/src/api/http/http-api.js
@@ -267,6 +267,12 @@ export default {
url: '/street/streetStockStatus',
name: '巷道盘点状态',
method: 'POST'
+ },
+ getoverview:{
+
+ url: '/stock/overview',
+ name: '盘点概况',
+ method: 'POST'
}
}
diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue
index 6eb30da..f0da8f5 100644
--- a/src/views/checkManage/Subsection.vue
+++ b/src/views/checkManage/Subsection.vue
@@ -86,7 +86,7 @@ export default {
default: () => {
return {
row: 10,
- column: 30
+ column: 25
}
}
},
@@ -240,8 +240,10 @@ export default {
var color;
if(status == -1){
color = '#f2ed48'
- }else if(status == 2|| status == 3){
+ }else if(status == 2){
color = '#1afa29'
+ }else if( status == 3){
+ color = '#4c71d8'
}else if(status == 1){
color = '#d81e06'
}else if(status == 4){
diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue
index 4557ae8..2fd0079 100644
--- a/src/views/checkManage/checkOperation.vue
+++ b/src/views/checkManage/checkOperation.vue
@@ -44,11 +44,19 @@
:key="value"
:value="key"
>
- {{ value}}
+ {{ key}}
+
+
+ 上位品规:
+
+
+ {{checkObj.wmsCategory}}{{checkObj.wmsCategoryName!="" && checkObj.wmsCategoryName!=null ?"-"+checkObj.wmsCategoryName:""}}
+
+
+
+
+
+
+ 确定
+
+
+
+
![]()
+
+
+
+ 随行3d图像
+
+
+ 确定
+
-
随行图像
-
下一个盘点
-
+ -->
@@ -189,6 +236,7 @@ export default {
column: 1,
streetName: "",
visible: false,
+ visible_pic3d: false,
visible_pic: false,
category: "",
count: 0,
@@ -198,13 +246,13 @@ export default {
categorys: {},
params: [
{
- label: "上位个数",
+ label: "个数",
key: "wmsCount",
},
- {
- label: "上位品规",
- key: "wmsCategory",
- },
+ // {
+ // label: "上位品规",
+ // key: "wmsCategory",
+ // },
//{
// label: "上位品规名",
// key: "wmsCategoryName",
@@ -279,6 +327,14 @@ export default {
overoperationPicStop() {
this.visible_pic = false;
},
+
+
+ getOveroperationPic3d() {
+ this.visible_pic3d = true;
+ },
+ overoperationPicStop3d() {
+ this.visible_pic3d = false;
+ },
handleOk() {
this.visible = false;
},
diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue
index b82be5c..b29fd40 100644
--- a/src/views/checkManage/index.vue
+++ b/src/views/checkManage/index.vue
@@ -15,6 +15,7 @@
盘点清空
+
盘点错误
+
未盘点
-
+
+
+ 人工核对
+
-
+
左侧货架
@@ -160,6 +168,77 @@
+
+
+
+ -
+
+ 批次号:
+
+
+ {{params.lotnum }}
+
+
+
+ -
+
+ 盘点个数:
+
+
+ {{params.size}}
+
+
+ -
+
+ 品规个数:
+
+
+
+{{params.sizeCategory }}
+
+
-
+
+ 其他货物数:
+
+
+
+{{params.type4 }}
+
+
+
+
-
+
+ 盘点正常:
+
+
+
+{{params.type2 }}
+
+
+ -
+
+ 盘点异常:
+
+
+
+{{params.type1 }}
+
+
-
+
+ 人工盘点:
+
+
+
+{{params.type3 }}
+
+
+
+
+
+