skyouc
2025-11-07 b92a161c6ad99495a85e32d8ad4afe9c6d82815d
pages/listing/disc.vue
@@ -11,10 +11,6 @@
            <input placeholder="请扫描物料标签" v-model="barcode"></input>
            <text class='cuIcon-search text-blue' @click="search"></text>
         </view>
         <view class="cu-form-group">
            <view class="title">批次号</view>
            <input placeholder="请输入物料批次" v-model="batch"></input>
         </view>
      </form>
      <view class="flex solid-bottom padding-sm justify-between">
@@ -105,7 +101,7 @@
                              class="text-red text-xl vertical-middle">*</text>组盘数量:
                        </view>
                        <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
                           :step='1'></uni-number-box>
                           :step='0.01'></uni-number-box>
                     </view>
                  </view>
               </view>
@@ -137,7 +133,6 @@
            megreQty: '',
            list: [],
            range: [],
            batch: '',
            repeatClick: false,
            isconfirm: false,
            max: 99999999,
@@ -169,7 +164,6 @@
               msg
            } = await request('/asnOrderItem/trackCode', {
               code: this.barcode,
               batch: this.batch
            }, "post")
            if (code === 200) {
               for (var i = 0; i < data.length; i++) {
@@ -253,7 +247,6 @@
            } = await request('/waitPakin/merge', {
               items: newArr,
               barcode: this.container,
               batch: this.batch,
            })
            if (code === 200) {
               uni.showToast({