skyouc
2025-11-06 19955d9a18f5322e91eeb4bd6a334d0b1f4df26f
pages/check/TempCheck.vue
@@ -62,7 +62,7 @@
                        <view class="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数:
                        </view>
                        <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty"
                           :step='1'></uni-number-box>
                           :step='0.01'></uni-number-box>
                     </view>
                  </view>
               </view>
@@ -137,7 +137,7 @@
                        <view class="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数:
                        </view>
                        <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty"
                           :step='1'></uni-number-box>
                           :step='0.01'></uni-number-box>
                     </view>
                  </view>
               </view>
@@ -351,14 +351,9 @@
               return;
            }
            this.repeatClick = true
            const {
               code,
               data,
               msg
            } = await request('/saveCheckDiff', {
               container: that.barcode,
               checkId: that.check.id,
               checkDiffItems: that.list
            const {code, data,   msg   } = await request('/temp/check/confirm', {
               barcode: that.barcode,
               items: that.list
            })
            if (code === 200) {
               uni.showToast({
@@ -369,7 +364,7 @@
            } else {
               uni.showToast({
                  title: msg,
                  icon: "none",
                  icon: "error",
               })
            }
            this.repeatClick = false