From 415f42b5c7f9b39dad94c79ce7c3c1e23f571dc9 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Wed, 26 Nov 2025 13:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages/Warehouse/picking.vue | 8 +- pages/Warehouse/warehome.vue | 335 ++++++++++++++++++- pages/procurement/components/Inventory.vue | 2 +- pages/procurement/components/purorder.vue | 4 +- pages/procurement/material.vue | 3 +- pages/procurement/purchaseorder.vue | 13 +- pages/watch/index.vue | 13 +- static/index/warehouse/home/Back.jpg | Bin 0 -> 30614 bytes static/index/warehouse/home/Back2.jpg | Bin 102165 -> 112520 bytes static/index/warehouse/home/Procurement0.png | Bin 0 -> 30352 bytes static/index/warehouse/home/Procurement1.png | Bin 0 -> 30607 bytes static/index/warehouse/home/Procurement2.png | Bin 0 -> 32901 bytes static/index/warehouse/home/Procurement3.png | Bin 0 -> 33631 bytes static/index/warehouse/home/Procurement4.png | Bin 0 -> 25848 bytes static/index/warehouse/home/carrhate.gif | Bin 0 -> 303361 bytes static/index/warehouse/home/inventory0.png | Bin 0 -> 19672 bytes static/index/warehouse/home/inventory1.png | Bin 0 -> 20977 bytes static/index/warehouse/home/inventory2.png | Bin 0 -> 20614 bytes static/index/warehouse/home/inventory3.png | Bin 0 -> 18908 bytes static/index/warehouse/home/logo1.png | Bin 0 -> 20198 bytes static/index/warehouse/home/logo2.png | Bin 0 -> 20153 bytes static/index/warehouse/home/logo3.png | Bin 0 -> 19687 bytes static/index/warehouse/home/pick0.png | Bin 0 -> 12110 bytes static/index/warehouse/home/pick1.png | Bin 0 -> 15970 bytes static/index/warehouse/home/pick2.png | Bin 0 -> 14577 bytes static/index/warehouse/home/pick3.png | Bin 0 -> 12310 bytes static/index/warehouse/home/pu1.gif | Bin 0 -> 90704 bytes static/index/warehouse/home/pu1.png | Bin 0 -> 11035 bytes static/index/warehouse/home/pu2.gif | Bin 0 -> 228163 bytes static/index/warehouse/home/pu2.png | Bin 0 -> 20341 bytes static/index/warehouse/home/unit1-0.png | Bin 0 -> 27161 bytes static/index/warehouse/home/unit1-1.png | Bin 0 -> 28241 bytes static/index/warehouse/home/unit1-2.png | Bin 0 -> 29739 bytes static/index/warehouse/home/unit1-3.png | Bin 0 -> 30564 bytes static/index/warehouse/home/unit1-4.png | Bin 0 -> 27910 bytes static/index/warehouse/home/z.png | Bin 0 -> 2994 bytes 37 files changed, 360 insertions(+), 22 deletions(-) create mode 100644 static/index/warehouse/home/Back.jpg create mode 100644 static/index/warehouse/home/Procurement0.png create mode 100644 static/index/warehouse/home/Procurement1.png create mode 100644 static/index/warehouse/home/Procurement2.png create mode 100644 static/index/warehouse/home/Procurement3.png create mode 100644 static/index/warehouse/home/Procurement4.png create mode 100644 static/index/warehouse/home/carrhate.gif create mode 100644 static/index/warehouse/home/inventory0.png create mode 100644 static/index/warehouse/home/inventory1.png create mode 100644 static/index/warehouse/home/inventory2.png create mode 100644 static/index/warehouse/home/inventory3.png create mode 100644 static/index/warehouse/home/logo1.png create mode 100644 static/index/warehouse/home/logo2.png create mode 100644 static/index/warehouse/home/logo3.png create mode 100644 static/index/warehouse/home/pick0.png create mode 100644 static/index/warehouse/home/pick1.png create mode 100644 static/index/warehouse/home/pick2.png create mode 100644 static/index/warehouse/home/pick3.png create mode 100644 static/index/warehouse/home/pu1.gif create mode 100644 static/index/warehouse/home/pu1.png create mode 100644 static/index/warehouse/home/pu2.gif create mode 100644 static/index/warehouse/home/pu2.png create mode 100644 static/index/warehouse/home/unit1-0.png create mode 100644 static/index/warehouse/home/unit1-1.png create mode 100644 static/index/warehouse/home/unit1-2.png create mode 100644 static/index/warehouse/home/unit1-3.png create mode 100644 static/index/warehouse/home/unit1-4.png create mode 100644 static/index/warehouse/home/z.png diff --git a/manifest.json b/manifest.json index dd9f8bf..7fd9d4e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "护理单元", "appid" : "__UNI__FB2D473", "description" : "护理单元", - "versionName" : "1.0.009", - "versionCode" : 10009, + "versionName" : "1.0.011", + "versionCode" : 10011, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index a3b1c8a..89e6950 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -139,11 +139,11 @@ {{showvalue.wlMaterialNo}} - - + + 规格型号 - + {{showvalue.wlSpecificationModel}} @@ -851,7 +851,7 @@ 规格型号 - + {{showvalue.wlSpecificationModel}} diff --git a/pages/Warehouse/warehome.vue b/pages/Warehouse/warehome.vue index 1790284..e6ee9a2 100644 --- a/pages/Warehouse/warehome.vue +++ b/pages/Warehouse/warehome.vue @@ -1,17 +1,350 @@