#
Junjie
2025-07-05 166b9c6d7517fbff3a400e07d47d1f33c8634c69
pages/basics/stockCheck.vue
@@ -76,10 +76,10 @@
            <view class="revise-box">
               <view class="revise-box-top">
                  <view class="color-block-blue"></view>
                  <text class="title">组托数量</text>
                  <text class="title">盘点复核</text>
               </view>
               <view class="text-box">
                  <text>可组数量:{{enableQty}}</text>
                  <text>复核数量:{{enableQty}}</text>
               </view>
               <view class="changeBox">
                  <view class="num-box">
@@ -278,7 +278,12 @@
         },
         confirm() {
            this.matList[this.rowNum].anfme = this.count
            let arr = this.matList[this.rowNum].origin.split("/")
            console.log(arr);
            let mainAnfme = this.count * parseFloat(arr[1]) * parseFloat(arr[0])
            let flooredNum = Math.floor(mainAnfme * 10000) / 10000; // 截断到小数点后4位
            this.matList[this.rowNum].anfme = flooredNum
            this.matList[this.rowNum].weight = this.count
            this.$refs.revise.close()
         },
         resst() {
@@ -364,7 +369,6 @@
   .title {
      display: inline-block;
      float: left;
      font-size: 34rpx;
      font-weight: 700;
      height: 50rpx;