diff --git a/src/api/request2.js b/src/api/request2.js
index 90bdb367..358d630d 100644
--- a/src/api/request2.js
+++ b/src/api/request2.js
@@ -4859,6 +4859,19 @@ export function getCallmaterials(params) {
});
}
+/**
+ * 查询空库位
+ * @param {*} params
+ */
+
+export function getRecommendLocationEmpty(params) {
+ return request({
+ url: baseApi + "/wms/location/recommendLocationEmpty",
+ method: "post",
+ data:params,
+ });
+}
+
diff --git a/src/pages.json b/src/pages.json
index ac7b1728..784e361d 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -133,7 +133,29 @@
}
}
},
-
+ {
+ "path": "pages/query/nullLocation",
+ "style": {
+ "navigationBarTitleText": "空库位查询",
+ "enablePullDownRefresh": true,
+ "titleNView": {
+ // "autoBackButton": "true",
+ "buttons": [
+ // 右边按钮
+ {
+
+ "float": "right",
+ "fontSize": "58rpx", //按钮上文字的大小
+ "text": "\ue696",
+ "fontSrc": "/static/ali_icon/iconfont.ttf"
+
+ }
+
+ ]
+ }
+ }
+ },
+
{
"path": "pages/setter/index",
diff --git a/src/pages/query/nullLocation.vue b/src/pages/query/nullLocation.vue
new file mode 100644
index 00000000..3e66d35f
--- /dev/null
+++ b/src/pages/query/nullLocation.vue
@@ -0,0 +1,169 @@
+
+
+
+
+ 库区 :
+
+
+
+
+
+
+
+
+
+
+
+ ERP库位类型 :
+
+
+
+
+
+
+
+ 仓库 : {{item.warehouseCode}}
+
+
+ 库区代码 : {{item.areaCode}}
+
+
+ 库位名称 : {{item.name}}
+
+
+ 库位代码 : {{item.code}}
+
+
+ 库位组代码 : {{item.locationGroupCode}}
+
+
+ 巷道 : {{item.aisle}}
+
+
+ QAD库位代码 : {{item.qadLocationCode}}
+
+
+
+
+
+
+
+ 是否可用:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file