From aa2bca090452e08c14dd5fe865308e67e2af3d2a Mon Sep 17 00:00:00 2001 From: FCD <2453864257@qq.com> Date: Wed, 26 Nov 2025 09:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=8C=BA=E5=A1=AB=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 8 + .../wms/product/StockAreaReporting/index.vue | 494 ++++++++++++++++++ .../wms/product/StockAreaReporting/model.ts | 12 + src/utils/url.ts | 2 + 4 files changed, 516 insertions(+) create mode 100644 src/pages/wms/product/StockAreaReporting/index.vue create mode 100644 src/pages/wms/product/StockAreaReporting/model.ts 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/订单号/产品编码