diff --git a/src/pages.json b/src/pages.json
index 81e061e..223df6e 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -711,6 +711,14 @@
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
+ },
+ {
+ "path": "pages/wms/product/StockAreaReporting/index",
+ "style": {
+ "navigationBarTitleText": "库区填报",
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white"
+ }
}
diff --git a/src/pages/wms/product/StockAreaReporting/index.vue b/src/pages/wms/product/StockAreaReporting/index.vue
new file mode 100644
index 0000000..4995800
--- /dev/null
+++ b/src/pages/wms/product/StockAreaReporting/index.vue
@@ -0,0 +1,494 @@
+
+
+
+
+
+
+
+
+ 至
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
+ 提交入库
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+ 确认
+
+
+ 确认
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/wms/product/StockAreaReporting/model.ts b/src/pages/wms/product/StockAreaReporting/model.ts
new file mode 100644
index 0000000..d5c8758
--- /dev/null
+++ b/src/pages/wms/product/StockAreaReporting/model.ts
@@ -0,0 +1,12 @@
+import http from '@/utils/request';
+import { url } from '@/utils/url';
+
+export function getStockAreaEntryList(query: any): Promise {
+ return http.get(url.lanjuwms.product.OfflineStorage.wmsStockAreaEntryList, {
+ params: query,
+ });
+}
+
+export function submitMaterialEntry(data: any): Promise {
+ return http.post(url.lanjuwms.product.OfflineStorage.submitMaterialEntry, data);
+}
\ No newline at end of file
diff --git a/src/utils/url.ts b/src/utils/url.ts
index c138a18..8f9957c 100644
--- a/src/utils/url.ts
+++ b/src/utils/url.ts
@@ -53,6 +53,8 @@ export const url = {
deletSnCorrelationBarcode: qianzhuione + '/wms/WmsToWCSmission/deletSnCorrelationBarcode',
WorkOrderqueryBS: qianzhuione + '/wms/WmsToWCSmission/WmsProductPutByWorkOrderqueryBS',
WmsProductPutByWorkOrderConfirmNew: qianzhuione + '/wms/WmsToWCSmission/WmsProductPutByWorkOrderConfirmT',
+ wmsStockAreaEntryList: qianzhuione + '/wms/WmsToWCSmission/wmsStockAreaEntryList',
+ submitMaterialEntry: qianzhuione + '/wms/WmsToWCSmission/submitMaterialEntry',
},
// 销售出库/sellout/showProduceCode/ /sellout/s/订单号/产品编码