From 1a254b38b4860b6f2f3cb5a3eac8b9aabfc99cd9 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 19 Mar 2026 10:38:40 +0800 Subject: [PATCH] change --- pages.json | 7 +++ pages/hdyy/wrcdj/xhkz-query.vue | 104 ++++++++++++++++++++++++++++++++ pages/home/home.vue | 4 +- utils/getData3.js | 12 ++++ utils/mork02.js | 1 + 5 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 pages/hdyy/wrcdj/xhkz-query.vue 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 @@ + + + \ 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'},