From 0317ccecb16b175a7e4c01305a7d243268d290f5 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Fri, 21 Nov 2025 09:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Warehouse/picking.vue | 9 +++++---- pages/procurement/components/calculator.vue | 14 ++++++++++++-- pages/procurement/components/classification.vue | 12 +++++++++++- pages/procurement/purchaseorder.vue | 2 +- unpackage/dist/dev/.nvue/pages/camera.js | 2 +- unpackage/dist/dev/.nvue/pages/fullcamera.js | 2 +- 6 files changed, 31 insertions(+), 10 deletions(-) diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 20533ef..cb8d9b3 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -154,7 +154,7 @@ 采购单价 - ¥{{showvalue.arrivalPrice?showvalue.arrivalPrice:showvalue.procurementPrice}} + ¥{{showvalue.arrivalPrice?showvalue.arrivalPrice.toFixed(2):showvalue.procurementPrice.toFixed(2)}} @@ -696,7 +696,7 @@ - {{v.arrivalPrice?v.arrivalPrice:v.procurementPrice }} + {{v.arrivalPrice?v.arrivalPrice.toFixed(2):v.procurementPrice.toFixed(2) }} @@ -980,7 +980,7 @@ 采购单价: - ¥{{item.oldPrice}} + ¥{{item.oldPrice.toFixed(2)}} @@ -996,7 +996,7 @@ 到货单价: - ¥{{item.newPrice}} + ¥{{item.newPrice.toFixed(2)}} @@ -1494,6 +1494,7 @@ const InvoicingList = ref([]) const queryInvo = (index : number) => { queryCgdInfoList(form).then(res => { + console.log(res.result.records) InvoicingList.value = res.result.records; clickmiddle(index); }) diff --git a/pages/procurement/components/calculator.vue b/pages/procurement/components/calculator.vue index 221320e..7a781ef 100644 --- a/pages/procurement/components/calculator.vue +++ b/pages/procurement/components/calculator.vue @@ -65,8 +65,8 @@ 确定 - + @@ -327,6 +327,7 @@ position: absolute; left:7vw; top: -16vw; + z-index: 211; .gysscrol{ width: 100%; height: 10vw; @@ -408,6 +409,7 @@ position: absolute; right: 7.2vw; top: 7vw; + z-index: 211; .gysscrol{ width: 100%; height: 15vw; @@ -609,6 +611,14 @@ font-size: 27rpx; font-weight: 500; margin: 0.8vw auto 0; - + } + .mengban { + width: 100vw; + height: 100vh; + position: fixed; + top: 0; + left: 0; + z-index:210; + background: RGBA(239, 240, 244, 0.55); } \ No newline at end of file diff --git a/pages/procurement/components/classification.vue b/pages/procurement/components/classification.vue index 6d5fce3..0f4daf9 100644 --- a/pages/procurement/components/classification.vue +++ b/pages/procurement/components/classification.vue @@ -19,6 +19,7 @@ + 物料分类 @@ -223,6 +224,15 @@