From 2a6c5b3094f0c177e390c07965cd50e7f357afe2 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 08 五月 2025 13:31:20 +0800
Subject: [PATCH] #解绑
---
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