From ecc6584530bd9995abeeb93928247cdf706aed33 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期一, 13 一月 2025 19:01:04 +0800 Subject: [PATCH] 更新优化 --- 代码管理/淮安PDA/pages/stash/receiveorderoutbound.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" index ada9295..aac059b 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" @@ -50,7 +50,6 @@ <uni-list :border="true"> <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId"> <template v-slot:body> - <view class="uni-list-box"> <view class="uni-content"> <view style="font-size: 18px;">鏀惰揣鍗曞彿锛歿{orderNo}}</view> <view style="font-size: 18px;">閲囪喘鍗曞彿锛歿{item.purchaseOrderNo}}</view> @@ -59,7 +58,6 @@ <view style="font-size: 18px;">鏀惰揣鏁伴噺锛歿{item.receivedQuantity}}</view> <view style="font-size: 18px;">鏄惁璐ㄦ锛歿{item.ifInspection==1?"鏄�":"鍚�"}}</view> </view> - </view> </template> </uni-list-item> </uni-list> -- Gitblit v1.9.3