diff --git a/pages.json b/pages.json
index 8d9e14d..2ba7a2c 100644
--- a/pages.json
+++ b/pages.json
@@ -552,6 +552,13 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/hdyy/wrcdj/xhkz-query",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/hdyy/wrcdj/xhkz-query.vue b/pages/hdyy/wrcdj/xhkz-query.vue
new file mode 100644
index 0000000..24b865f
--- /dev/null
+++ b/pages/hdyy/wrcdj/xhkz-query.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+ 区域查询
+
+
+
+
+
+
+
+
+
+
+
+ | 点位编码 |
+ 物料编码 |
+ 物料名称 |
+ 批号 |
+ 数量 |
+ 类别 |
+ 供应商 |
+
+
+
+
+ | {{e.point_code}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.pcsn}} |
+ {{e.material_qty}} |
+ {{e.class_name}} |
+ {{e.supp_name}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 24dd56d..01b7445 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -138,8 +138,8 @@
},
methods: {
async _authority () {
- // let res = await authority()
- let res = await allAuthority()
+ let res = await authority()
+ // let res = await allAuthority()
if (res.code === '1') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {
diff --git a/utils/getData3.js b/utils/getData3.js
index 1dcb455..1a216c7 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -510,3 +510,15 @@ export const sendTask = (rows) => request({
url:'api/notCar/sendTask',
data: {rows: rows}
})
+
+// 卸货库存查询(无人车对接)共 (2) 个
+// 查询区域下拉框
+export const queryIvtRegion = () => request({
+ url:'api/notCar/queryIvtRegion',
+ data: {}
+})
+// 查询数据
+export const notCarqueryIvt = (rcode) => request({
+ url:'api/notCar/queryIvt',
+ data: {region_code: rcode}
+})
diff --git a/utils/mork02.js b/utils/mork02.js
index 9343a31..e03ff5f 100644
--- a/utils/mork02.js
+++ b/utils/mork02.js
@@ -8,6 +8,7 @@ export const allAuthority = () => {
{menu_id: '1', title: '无人车卸货', path: '/pages/hdyy/wrcdj/wrc-unload'},
{menu_id: '2', title: '无人车装货', path: '/pages/hdyy/wrcdj/wrc-load'},
{menu_id: '3', title: '仓库送料', path: '/pages/hdyy/wrcdj/cksl'},
+ {menu_id: '4', title: '卸货库存查询', path: '/pages/hdyy/wrcdj/xhkz-query'}
]},
{menu_id: '2', path: 'RF02', title: '空载具管理', sonTree: [
{menu_id: '1', title: '空载具入库', path: '/pages/hdyy/kzj/kzj-instore'},