|  |  |  | 
|---|
|  |  |  | <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> | 
|---|
|  |  |  | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 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() { | 
|---|