#
zjj
2025-05-05 93c861f445641d96cd794638c41f81805a02bdb2
pages/rece/standard.vue
@@ -80,7 +80,7 @@
               <view class="content" v-if="!isconfirm">
                  <view class="cu-form-group padding-lr-0">
                     <view class="title text-blue">收货数量:</view>
                     <uni-number-box style="width: 70%;" v-model="item.receiptQty" :step='1'></uni-number-box>
                     <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty" :step='1'></uni-number-box>
                  </view>
               </view>
               <view class="content" v-else>
@@ -180,7 +180,8 @@
            list: [],
            range: [],
            isconfirm: false,
            repeatClick: false
            repeatClick: false,
            max: 99999999
         }
      },
      computed: {