From 401e7a534c268eb655e5913f997aa23ea95554e0 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 23 六月 2025 13:00:02 +0800
Subject: [PATCH] 添加打印标签模块

---
 pages/baogong/list.vue |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/pages/baogong/list.vue b/pages/baogong/list.vue
index aaeedfe..86f9ac3 100644
--- a/pages/baogong/list.vue
+++ b/pages/baogong/list.vue
@@ -1,7 +1,13 @@
 <template>
 	<view class="content">
 		<view class="list" v-for="(item,index) in listData" :key="index">
+			<!-- #ifndef MP-WEIXIN -->
 			<uni-card :title="'宸ュ崟鍙凤細'+item.HICMOBillNo" :extra="'鏃ユ湡锛�'+item.璁″垝鏃ユ湡" style="margin: 10px;" @tap="edit(item)">
+			<!-- #endif -->
+			<!-- #ifdef MP-WEIXIN -->
+			<!-- FIXME: 寰俊灏忕▼搴忔棤娉曡瘑鍒玡xtra鏍囩锛岄渶瑕佸鎵惧叾浠栨柟娉� -->
+			<uni-card :title="'宸ュ崟鍙凤細'+item.HICMOBillNo" style="margin: 10px;" @tap="edit(item)">
+			<!-- #endif -->
 				<view class="card-detail">
 					<view class="detail" v-if="item.HMaterName" style="width: 100%;">
 						<text>浜у搧鍚嶇О锛�</text>{{item.HMaterName}}
@@ -18,12 +24,18 @@
 					<view class="detail" v-if="item.HICMOStatus">
 						<text>褰撳墠鐘舵�侊細</text>{{item.HICMOStatus}}
 					</view>
-					<view class="detail" v-if="item.棰嗘枡鐘舵��">
+<!-- 					<view class="detail" v-if="item.棰嗘枡鐘舵��">
 						<text>棰嗘枡鐘舵�侊細</text>{{item.棰嗘枡鐘舵�亇}
+					</view> -->
+
+< 					<view class="detail" v-if="item['棰嗘枡鐘舵��']" >
+						<text>棰嗘枡鐘舵�侊細</text> {{item['棰嗘枡鐘舵��']}}
 					</view>
+
+
 					<view class="detail" style="width: 100%;display: flex;align-items: center;">
 						<text>鐢熶骇杩涘害锛�</text>
-						<zui-progress-bar :value="item.percent" :width="220" type="follow-left"/>
+						<zui-progress-bar :value="item.percent" :width="220" type="follow-left" />
 					</view>
 				</view>
 			</uni-card>

--
Gitblit v1.9.1