From a9d99fcd33d6d687e4e47b0f37a2497aace8ff35 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 08 五月 2025 12:40:23 +0800
Subject: [PATCH] #pici

---
 pages/rece/other.vue |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/pages/rece/other.vue b/pages/rece/other.vue
index 7dff744..adcded2 100644
--- a/pages/rece/other.vue
+++ b/pages/rece/other.vue
@@ -108,14 +108,9 @@
 						</view>
 					</view>
 					<view class="cu-item">
-						<view class="content" v-if="!isconfirm">
-							<view class="cu-form-group padding-lr-0">
-								<view class="title text-blue">渚涘簲鍟嗘壒娆�:</view>
-								{{item.splrBatch}}
-							</view>
-						</view>
-						<view class="content" v-else>
-							<text class="text-black">渚涘簲鍟嗘壒娆�:<text class="text-grey ">{{item.splrBatch}}</text></text>
+						
+						<view class="content" >
+							<text class="text-black">鎵规:<text class="text-grey ">{{item.splrBatch}}</text></text>
 						</view>
 					</view>
 
@@ -202,14 +197,16 @@
 			}
 		},
 		computed: {
-			...mapState('user', ['dynamicFields']),
+			...mapState('user', ['dynamicFields']),
+			
 			allCount() {
 				return this.list.reduce((acc, row) => +row.receiptQty + acc, 0)
 			}
 
 		},
 		mounted() {
-			this.getRece()
+			this.getRece()
+			console.log(dynamicFields)
 			this.whAreaId = uni.getStorageSync('whAreaId')
 		},
 		methods: {

--
Gitblit v1.9.1