zjj
2025-05-15 2afa6b883340a1d8632bce4e9e66565c2a353f08
pages/listing/unPakin.vue
@@ -2,9 +2,14 @@
   <view class="has-foot">
      <view>
         <form>
            <view class="cu-form-group margin-top">
            <view class="cu-form-group ">
               <view class="title">容器号</view>
               <input placeholder="请扫描容器号" v-model="container" focus></input>
               <text class='cuIcon-search text-blue' @click="getList"></text>
            </view>
            <view class="cu-form-group">
               <view class="title">编码</view>
               <input placeholder="请扫描组托档编码" v-model="pkCode"></input>
               <text class='cuIcon-search text-blue' @click="getList"></text>
            </view>
         </form>
@@ -33,16 +38,17 @@
               </view>
               <view class="cu-item">
                  <view class="content">
                     <text class="text-black">物料编码:</text>
                     <text class="text-grey ">{{item.maktx}}</text>
                  </view>
               </view>
               <view class="cu-item">
                  <view class="content">
                     <text class="text-black">ASN:</text>
                     <text class="text-grey ">{{item.asnCode}}</text>
                  </view>                  
               </view>
               <view class="cu-item">
                  <view class="content">
                     <text class="text-black">物料编码:</text>
                     <text class="text-grey ">{{item.matnrCode}}</text>
                  </view>
               </view>
               <view class="cu-item">
                  <view class="content">
                     <text class="text-black">批次:</text>
@@ -119,6 +125,7 @@
            isconfirm: false,
            matnrCode: '',
            max: 99999999,
            pkCode: '',
         }
      },
      computed: {
@@ -164,6 +171,7 @@
               msg
            } = await request('/asnOrderItem/container', {
               barcode: this.container,
               code: this.pkCode,
               type: 'unbind'
            })
            if (code === 200) {