diff --git a/pages.json b/pages.json
index 34e48e1..1419e22 100644
--- a/pages.json
+++ b/pages.json
@@ -495,6 +495,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/lvt/EmptyBox",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/lvt/EmptyBox.vue b/pages/SecondPhase/lvt/EmptyBox.vue
new file mode 100644
index 0000000..56e674d
--- /dev/null
+++ b/pages/SecondPhase/lvt/EmptyBox.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+ 木箱料号
+
+
+
+
+
+
+ 木箱描述
+
+
+
+
+
+
+ 木箱号
+
+
+
+
+
+
+
+
+
+
+
+ | 木箱号 |
+ 木箱料号 |
+ 木箱描述 |
+ 最大子卷数 |
+ 木箱长度 |
+ 木箱宽度 |
+ 木箱高度 |
+ 载具类型 |
+ 木箱重量 |
+ 仓位 |
+
+
+
+
+ | {{e.box_no}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.num}} |
+ {{e.box_length}} |
+ {{e.box_width}} |
+ {{e.box_high}} |
+ {{e.vehicle_type}} |
+ {{e.box_weight}} |
+ {{e.struct_code}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/menu/RF13.png b/static/image/menu/RF13.png
new file mode 100644
index 0000000..972a492
Binary files /dev/null and b/static/image/menu/RF13.png differ
diff --git a/utils/getData3.js b/utils/getData3.js
index 8763944..8f04420 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -261,3 +261,11 @@ export const updateEntityList = (checked, arr) => request({
url:'api/pdmBiSubpackagerelation/updateEntityList',
data: {checked: checked, tableMater: arr}
})
+/**
+ * 立库库存
+ */
+// 空木箱库存
+export const queryBoxIvt = (code, na, no) => request({
+ url:'api/twoPda/st/queryBoxIvt',
+ data: {material_code: code, material_name: na, box_no: no}
+})
diff --git a/utils/mork2.js b/utils/mork2.js
index f4a391a..6d9a13e 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -98,6 +98,9 @@ export const allAuthority = () => {
{menu_id: '1', title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
{menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'},
{menu_id: '3', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}
+ ]},
+ {menu_id: '8', path: 'RF13', title: '立库库存', sonTree: [
+ {menu_id: '1', title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'}
]}
]
}
@@ -130,7 +133,8 @@ export const authority = () => {
{title: '生产管理',sonTree: [{title: '生箔生产进度'},{title: '生箔工序'},{title: '烘烤工序'},{title: '表处工序'},{title: '人工烘烤'},{title: '子卷质检'}, {title: '子卷装箱'}]},
{title: '分切管理', sonTree: [{title: '分切上料'},{title: '分切下料'},{title: '空轴套管'},{title: '空轴配送'},{title: '空轴进站'},{title: '子卷出站'},{title: '穿拔轴初始化'},{title: '纸管绑定'},{title: '分切暂存下料'},{title: '分切暂存清除'},{title: '气胀轴库维护'}, {title: '分切子卷维护'}, {title: '备货区管理'}, {title: 'AGV放行'}]},
{title: '点位管理', sonTree: [{title: '点位管理'},{title: '异常出库解锁'}]},
- {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]}
+ {title: '成品入库', sonTree: [{title: '退货口入库'},{title: '异常口入库'},{title: '木箱称重'}]},
+ {title: '立库库存', sonTree: [{title: '空木箱库存'}]}
]
}
}