From 8903e1a476fd1140acbc1a91e187de6d771e4664 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 23 三月 2023 17:56:23 +0800 Subject: [PATCH] 1.待领取列表增加字段 矿、煤场、煤种、客户名称、发运日期、日计划编号(完成) 2.多次抢单弹框再次确认是否抢单(完成) 3.待预约提煤单列表显示样式(完成) --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 54 +++++++++++++++++++++++++++++------------------------- 1 files changed, 29 insertions(+), 25 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 0fbcc08..f829724 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -2,23 +2,23 @@ <view class="bill-of-lading-details"> <view class="bangDanMessage"> <view class=""> - <text>瀹㈡埛锛歿{ coalDetailsData.customerName }}</text> - <text>鐭垮巶锛歿{ coalDetailsData.deptName }}</text> + <text>瀹㈡埛锛歿{ coalDetailsData.customerName || '' }}</text> + <text>鐭垮巶锛歿{ coalDetailsData.deptName || '' }}</text> </view> <view class=""> - <text>鐨噸锛歿{ coalDetailsData.skin }}</text> - <text>姣涢噸锛歿{ coalDetailsData.hair }}</text> - <text>鍑�閲嶏細{{ coalDetailsData.clean }}</text> + <text>鐨噸锛歿{ coalDetailsData.skin || '' }}</text> + <text>姣涢噸锛歿{ coalDetailsData.hair || '' }}</text> + <text>鍑�閲嶏細{{ coalDetailsData.clean || '' }}</text> </view> <view class=""> - <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderTye }}</text> + <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderTye || '' }}</text> <text>鐘舵�侊細{{ coalStatus[coalDetailsData.status] }}</text> </view> <view class=""> - <text>鐓ゅ満锛歿{ coalDetailsData.filedName }}</text> - <text>鍙戣繍鏃堕棿锛歿{ coalDetailsData.sendDate }}</text> - <text>鎻愮叅鍗曠紪鍙凤細{{ coalDetailsData.code }}</text> - <text>璁㈠崟缂栧彿锛歿{ coalDetailsData.orderCode }}</text> + <text>鐓ゅ満锛歿{ coalDetailsData.filedName || '' }}</text> + <text>鍙戣繍鏃堕棿锛歿{ coalDetailsData.sendDate || '' }}</text> + <text>鎻愮叅鍗曠紪鍙凤細{{ coalDetailsData.code || '' }}</text> + <text>璁㈠崟缂栧彿锛歿{ coalDetailsData.orderCode || '' }}</text> </view> </view> <view class="timeLine" style="font-size: 16rpx;"> @@ -238,35 +238,39 @@ margin: vww(20); margin-bottom: vww(10); height: 40%; - font-size:vww(16); - font-weight: 500; - .u-text { - margin-bottom: vww(5) !important; - } + font-size: vww(16); + font-weight: 600; view { - margin-bottom: vww(5); + margin-bottom: vww(10); } view:nth-of-type(1) { display: flex; - text{ - width:50%; + text { + width: 50%; + text-align: center; } } view:nth-of-type(2) { display: flex; - text{ - width:33%; + text { + width: 33%; + text-align: center; } } view:nth-of-type(3) { display: flex; - text{ - width:50%; + text { + width: 50%; + text-align: center; } } - view:nth-of-type(4){ - display:flex; + view:nth-of-type(4) { + display: flex; flex-direction: column; + text { + margin-bottom: vww(10); + text-align: center; + } } } .timeLine { @@ -284,7 +288,7 @@ } } .utilsBox { - padding: vww(20); + padding: vww(10) vww(20); flex: 1; display: flex; flex-direction: column; -- Gitblit v1.9.1