From e7037a128a61a6f8d3095960ead68a65dd6d69f2 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 13 一月 2025 19:40:19 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn

---
 代码管理/淮安PDA/pages/stash/receiveorderoutbound.vue |    3 +--
 1 files changed, 1 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 525720a..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>
@@ -377,6 +375,7 @@
 							title: "纭鏀惰揣鎴愬姛",
 							type: "success"
 						})
+						this.orderInfo=[];
 						this.sns = "";
 					} else {
 						this.$refs.uToast.show({

--
Gitblit v1.9.3