From 3fabf36d7c18ff0f75475456a2be33e1c651cae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Mon, 28 Oct 2024 10:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=8E=89=E5=8C=85=E8=A3=85?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=202024/8/6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/qty/packUnit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mycomponents/qty/packUnit.vue b/src/mycomponents/qty/packUnit.vue index 63cba315..eb42e8fa 100644 --- a/src/mycomponents/qty/packUnit.vue +++ b/src/mycomponents/qty/packUnit.vue @@ -2,8 +2,8 @@ <view class="std_pack" v-if="dataContent.packQty!=undefined"> <text> <!-- {{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}/{{getPackUnitName(dataContent.packUnit)}} --> - {{getPackUnit(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUom(dataContent.uom)}}) - +<!-- {{getPackUnit(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUom(dataContent.uom)}})--> + {{dataContent.packUnit}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}) </text> </view> </template>