zjj
2025-05-08 1f931d7f701ff09cd3a11b3804fce0fca8eb8622
pages/listing/matnrPalletising.vue
@@ -60,14 +60,14 @@
                     <text class="text-grey ">{{item.splrBatch}}</text>
                  </view>
               </view>
               <!-- <view class="cu-item">
               <view class="cu-item">
                  <view class="content">
                     <text class="text-black">库存批次:</text>
                     <text class="text-black">质检状态:</text>
                  </view>
                  <view class="action">
                     <text class="text-grey ">{{item.batch}}</text>
                     <text class="text-grey ">{{item.isptResult$}}</text>
                  </view>
               </view> -->
               </view>
               <!-- <view class="cu-item">
                  <view class="content">
                     <text class="text-black">平台行号: <text class="text-grey ">{{item.platformId}}</text></text>
@@ -251,15 +251,17 @@
               })
            }
         },
         showBackData(data){
         showBackData(data){
            let status ;
            data.map(item => {               
               this.list.push(item)
            })            
            this.list = this.list.filter((item, index, self) =>
               self.findIndex(i => (
                  i.id === item.id // 根据id去重
               )) === index
               )) === index && item.isptResult === self[0].isptResult
            );
                        
         },
         scrollTo() {