zjj
2025-05-08 2a6c5b3094f0c177e390c07965cd50e7f357afe2
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: {