| | |
| | | </view> --> |
| | | <view class="car-num">{{ item.code||''}}</view> |
| | | </view> |
| | | <!-- 添加创建时间 --> |
| | | <view class="third-line"> |
| | | <text style="font-size: 28rpx;color: #515151" >创建时间:</text> |
| | | <view style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view> |
| | | </view> |
| | | <view class="third-line"> |
| | | <view class="time-icon"> |
| | | <view |
| | |
| | | <view class="third-line_num">{{ item.tmCount }}</view> |
| | | </view> |
| | | </view> |
| | | <!-- 添加创建时间 --> |
| | | <view class="fourth" style="justify-content: start;"> |
| | | <view style="font-size: 28rpx;color: #515151" >创建时间:</view> |
| | | <view style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view> |
| | | </view> |
| | | <view class="fourth"> |
| | | <view class="fourth-icon"> |
| | | <view |
| | |
| | | isFirstLogin: true |
| | | }; |
| | | }, |
| | | onLoad() {}, |
| | | mounted() { |
| | | this.getLogOn() |
| | | }, |
| | | onShow() { |
| | | this.init(); |
| | | |
| | | }, |
| | | methods: { |
| | | init() { |
| | | this.GetOrderPlan(); |
| | | this.getJhOrderPlanDataPage(); |
| | | this.onlineurl = onlineurl; |
| | | this.getLogOn() |
| | | // this.getLogOn() |
| | | }, |
| | | // 获取发运计划列表 |
| | | GetOrderPlan() { |