skyouc
2025-12-15 ddf3b928d80034f8727164c402890f326ba3245f
pages/listing/matnrPalletising.vue
@@ -15,6 +15,8 @@
            <view class="cu-form-group">
               <view class="title">票号</view>
               <input placeholder="请扫描现品票号" v-model="fieldsIndex" @input="search()" focus></input>
               <text class='cuIcon-close text-gray margin-right-xs' v-show="fieldsIndex!==''"
                  @click="clearCode"></text>
               <!-- <text class='cuIcon-search text-blue' @click="search"></text> -->
            </view>
            <view class="cu-form-group">
@@ -99,7 +101,7 @@
                        <view class="title text-blue"><text
                              class="text-red text-xl vertical-middle">*</text>组盘数量:
                        </view>
                        <uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01"
                        <uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.000001"
                           v-model="item.receiptQty"></uni-number-box>
                     </view>
                  </view>
@@ -169,11 +171,20 @@
            }
            that.getDetl(param);
         },
         clearCode() {
            this.fieldsIndex = ''
         },
         async getDetl(req) {
            let that = this;
            const {   code, data, msg   } = await request('/asnOrderItem/trackCode', {
            uni.showLoading({
               title: "加载中...",
               mask: true
            })
            const {
               code,
               data,
               msg
            } = await request('/asnOrderItem/trackCode', {
               matnrCode: that.matnrCode,
               asnCode: that.asnCode,
               code: that.asnCode,
@@ -195,7 +206,7 @@
                  position: 'top'
               })
            }
            // uni.hideLoading();
            uni.hideLoading();
         },
         async getList() {
@@ -312,7 +323,11 @@
               };
            });
            const {   code, data, msg } = await request('/waitPakin/merge', {
            const {
               code,
               data,
               msg
            } = await request('/waitPakin/merge', {
               items: newArr,
               isHalf: this.isHalf,
               barcode: this.container,