zjj
2025-05-08 1f931d7f701ff09cd3a11b3804fce0fca8eb8622
#组托不允许合格不合格混绑
1个文件已修改
12 ■■■■■ 已修改文件
pages/listing/matnrPalletising.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
@@ -252,15 +252,17 @@
                }
            },
            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() {
                const ref = this.$refs[`${this.barcode}ref`][0];