skyouc
2025-05-08 ede602b83818ff999cb68c440bb642c3c166fbd1
pages/rece/other.vue
@@ -202,14 +202,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: {