| | |
| | | <view class="chuany-flex chuany-justify-between"> |
| | | <text class="chuany-width7">{{index+1}}</text> |
| | | <view class="chuany-width15"> |
| | | {{$util.formatDate(item.createTime,'riqi')}} |
| | | {{$util.formatDate(item.deliverTime,'riqi')}} |
| | | </view> |
| | | <view class="chuany-width73"> |
| | | <u-text size='14' :text="item.remark" lines="1"> |
| | |
| | | orderList: [], |
| | | loadStatus: 'loadmore', |
| | | pageIndex: 1, |
| | | pageSize: 20, |
| | | pageSize: 30, |
| | | contentVal: '', |
| | | customerList: [], |
| | | isEdit: false, |
| | |
| | | companyName: item.companyName |
| | | } |
| | | this.show7 = true |
| | | this.driverName = item.driver.name |
| | | this.driverName = item.driver && item.driver.name |
| | | // let obj = this.customerList.find(ite => { |
| | | // return ite.keyid == item.buyerId |
| | | // }) |
| | |
| | | }, |
| | | init() { |
| | | this.pageIndex = 1 |
| | | this.pageSize = 20 |
| | | this.pageSize = 30 |
| | | this.loadStatus = 'loadmore' |
| | | this.orderList = [] |
| | | this.contentVal = '' |