|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | onLoad(options) { | 
|---|
|  |  |  | this.query.supplierId = options.supplierId || '' | 
|---|
|  |  |  | if(options.warehouseLocationCode){ | 
|---|
|  |  |  | this.query.warehouseLocationCode = options.warehouseLocationCode || '' | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | this.listApi = '/api/delivery/check/info/list' | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- 列表页面 --> | 
|---|
|  |  |  | <view class="page-delivery"> | 
|---|
|  |  |  | <view class="p15" style="min-height: calc(100vh - 260rpx);"> | 
|---|
|  |  |  | <view class="search-container m-t-12 flex"> | 
|---|
|  |  |  | <view class="search-container m-t-12 flex" v-if="!query.supplierId"> | 
|---|
|  |  |  | <view class="flex1 input"> | 
|---|
|  |  |  | <u-input placeholder="请输入供应商名称" v-model="query.supplierName"> | 
|---|
|  |  |  | <template slot="suffix"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <view class="form-item-value">{{ item.statusStr || '-' }}</view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="flex"> | 
|---|
|  |  |  | <view class="form-item flex1"> | 
|---|
|  |  |  | <view class="form-item-label">送达时间</view> | 
|---|
|  |  |  | <view class="form-item-value">{{ item.arriveTime || '-' }}</view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <view class="line-gray"></view> | 
|---|
|  |  |  | <view class="flex buttons"> | 
|---|
|  |  |  | <!-- v-if="item.status==='ARRIVED'||item.status==='PENDING'" --> | 
|---|