| | |
| | | <view class="top-title">发运计划详情</view> |
| | | </view> |
| | | <view class="middle-container"> |
| | | <view class="dept-name">{{ deptName }}({{ coalName }})</view> |
| | | <view class="dept-name"> |
| | | {{ deptName }} |
| | | <text v-show="deptName">({{ coalName }})</text> |
| | | </view> |
| | | <view class="dept-num"> |
| | | <text |
| | | style="font-size: 46rpx; |
| | | font-family: CTCuHeiSJ; |
| | | font-weight: 400; |
| | | color: #FFFFFF; |
| | | text-shadow: 0rpx 4rpx 0rpx #1A66FE;" |
| | |
| | | </text> |
| | | <text |
| | | style="font-size: 24rpx; |
| | | font-family: Microsoft YaHei; |
| | | font-weight: 400; |
| | | color: #F81414; |
| | | text-shadow: 0rpx 4rpx 0rpx #1A66FE;" |
| | |
| | | </view> |
| | | </view> |
| | | <view class="block-top"> |
| | | <combined-title title="提煤单详情"></combined-title> |
| | | <combined-title title="提煤单历史"></combined-title> |
| | | <view class="total"> |
| | | 总净重 |
| | | <text>{{ total || 0 }}</text> |
| | |
| | | <view class="empty-pointer" v-if="!yyDailyList">暂无更多数据</view> |
| | | <view class="main-block"> |
| | | <view class="main-container"> |
| | | <view class="main-container_content" v-for="(item, index) in yyDailyList" :key="index" @click="showMore(index)"> |
| | | <view class="main-container_content" v-for="(item, index) in yyDailyList" :key="index" @click="showMore(item)"> |
| | | <view class="arrow-icon"><u-icon name="arrow-right" size="30" color="#999999"></u-icon></view> |
| | | <view class="divider"><u-divider></u-divider></view> |
| | | <view class="first-line"> |
| | |
| | | orderPlanId: null, |
| | | orderCode: null, |
| | | orderPlanDetail: {}, |
| | | coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤场', '出煤仓'], |
| | | coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请', '进入场院'], |
| | | yyDailyList: [], |
| | | // 领取数量 |
| | | cars2: '', |
| | |
| | | delta: 1 |
| | | }); |
| | | }, |
| | | showMore(index) { |
| | | showMore(item) { |
| | | uni.navigateTo({ |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&index=${index}` |
| | | url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore?orderPlanId=${this.orderPlanId}&id=${item.id}` |
| | | }); |
| | | }, |
| | | init() { |
| | |
| | | width: 226rpx; |
| | | height: 36rpx; |
| | | font-size: 38rpx; |
| | | font-family: Adobe Heiti Std; |
| | | font-weight: normal; |
| | | color: #fff; |
| | | line-height: 69rpx; |
| | |
| | | position: relative; |
| | | top: vww(54); |
| | | .dept-name { |
| | | min-width: 100rpx; |
| | | font-size: 32rpx; |
| | | font-family: Adobe Heiti Std; |
| | | font-weight: normal; |
| | | color: #ffffff; |
| | | line-height: 69rpx; |
| | |
| | | .forward-name, |
| | | .fleet-name { |
| | | font-size: 28rpx; |
| | | font-family: Adobe Heiti Std; |
| | | font-weight: normal; |
| | | color: #757575; |
| | | line-height: 69rpx; |
| | |
| | | .forward-num, |
| | | .fleet-num { |
| | | font-size: 40rpx; |
| | | font-family: Microsoft YaHei; |
| | | font-weight: 400; |
| | | color: #303030; |
| | | line-height: 69rpx; |
| | |
| | | height: 30rpx; |
| | | line-height: vww(15); |
| | | font-size: 28rpx; |
| | | font-family: Adobe Heiti Std; |
| | | font-weight: normal; |
| | | color: #757575; |
| | | text { |
| | |
| | | height: 30rpx; |
| | | line-height: vww(15); |
| | | font-size: 40rpx; |
| | | font-family: CTCuHeiSJ; |
| | | font-weight: 400; |
| | | color: #f81414; |
| | | } |
| | |
| | | .car-num { |
| | | height: 31rpx; |
| | | font-size: 30rpx; |
| | | font-family: Microsoft YaHei; |
| | | font-weight: 300; |
| | | color: #303030; |
| | | } |
| | |
| | | height: 29rpx; |
| | | line-height: 29rpx; |
| | | font-size: 28rpx; |
| | | font-family: PingFang SC; |
| | | font-weight: 400; |
| | | color: #919090; |
| | | } |
| | |
| | | height: 29rpx; |
| | | line-height: 29rpx; |
| | | font-size: 38rpx; |
| | | font-family: PingFang SC; |
| | | font-weight: 400; |
| | | color: #035cfb; |
| | | } |