From 31589526f5947c9e2a6df7a3a0bbaec110ba8e0c Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Thu, 18 Dec 2025 16:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=B8=BB=E9=A1=B5=E6=95=B4=E5=AE=8C?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Warehouse/Warehouse.vue | 1 + pages/Warehouse/picking.vue | 14 +- pages/Warehouse/warehome.vue | 181 ++++++++++++-------- pages/procurement/inventory.vue | 6 +- static/index/warehouse/newhome/backpage.jpg | Bin 0 -> 126539 bytes static/index/warehouse/newhome/count.png | Bin 22192 -> 28263 bytes static/index/warehouse/newhome/matrix0.png | Bin 0 -> 25089 bytes static/index/warehouse/newhome/matrix1.png | Bin 0 -> 25191 bytes static/index/warehouse/newhome/matrix2.png | Bin 0 -> 25236 bytes static/index/warehouse/newhome/matrix3.png | Bin 0 -> 25273 bytes static/index/warehouse/newhome/matrix4.png | Bin 0 -> 25335 bytes static/index/warehouse/newhome/matrix5.png | Bin 0 -> 25418 bytes 12 files changed, 123 insertions(+), 79 deletions(-) create mode 100644 static/index/warehouse/newhome/backpage.jpg create mode 100644 static/index/warehouse/newhome/matrix0.png create mode 100644 static/index/warehouse/newhome/matrix1.png create mode 100644 static/index/warehouse/newhome/matrix2.png create mode 100644 static/index/warehouse/newhome/matrix3.png create mode 100644 static/index/warehouse/newhome/matrix4.png create mode 100644 static/index/warehouse/newhome/matrix5.png diff --git a/pages/Warehouse/Warehouse.vue b/pages/Warehouse/Warehouse.vue index 1529b00..0a49244 100644 --- a/pages/Warehouse/Warehouse.vue +++ b/pages/Warehouse/Warehouse.vue @@ -2,6 +2,7 @@ + diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 06ef1a9..16b2d09 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -431,16 +431,16 @@ 采购单状态 - + 全部 - + 待入库 - + 待完结 @@ -1353,7 +1353,7 @@ const nomessageshow = ref(false); const firstgetqueryCgdList = () => { queryCgdList(plzinfo).then((res : any) => { - console.log("数据呢",res) + // console.log("数据呢",res) plsbuy.value.push(...res.result.records) alltotal.value = res.result.total if (!res.result.total) { diff --git a/pages/Warehouse/warehome.vue b/pages/Warehouse/warehome.vue index ec177e0..4509a06 100644 --- a/pages/Warehouse/warehome.vue +++ b/pages/Warehouse/warehome.vue @@ -1,7 +1,7 @@