|
@@ -18,7 +18,7 @@
|
|
|
<view class="orderNo">{{item.shelfOrderNo}}</view>
|
|
|
<view class="times">{{item.createDate}}</view>
|
|
|
</view>
|
|
|
- <view class="check-row flex align-center">
|
|
|
+ <view class="check-row check-row-info flex align_center">
|
|
|
<view class="carImage">
|
|
|
<u-image v-if="!item.billSource||item.billSource=='vin'" :src="item.vehicleLogo" border-radius="30" width="100" height="100" bg-color="#EBEBEB" ></u-image>
|
|
|
<u-image v-if="item.billSource=='qr_code'" src="/static/qrcode.png" border-radius="30" width="100" height="100" bg-color="#EBEBEB" ></u-image>
|
|
@@ -39,6 +39,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
+ <view class="carModel flex">
|
|
|
+ <text>{{item.shelfOrderDetailList[0].productName}}</text>
|
|
|
+ </view>
|
|
|
<view class="pcode flex">
|
|
|
<text>{{item.shelfOrderDetailList[0].productCode}}</text>
|
|
|
</view>
|
|
@@ -48,9 +51,6 @@
|
|
|
<u-tag :text="item.shelfOrderDetailList[0].origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="carModel flex">
|
|
|
- <text>{{item.shelfOrderDetailList[0].productName}}</text>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="check-row">
|
|
@@ -315,7 +315,6 @@
|
|
|
box-shadow: 1px 1px 3px #EEEEEE;
|
|
|
.check-row{
|
|
|
display: flex;
|
|
|
- padding: 20upx 10upx;
|
|
|
font-size: 28upx;
|
|
|
/deep/ .u-tag{
|
|
|
word-break: break-all;
|
|
@@ -323,9 +322,9 @@
|
|
|
&:first-child{
|
|
|
color: #666E75;
|
|
|
font-size: 24upx;
|
|
|
- padding-bottom: 10upx;
|
|
|
+ padding: 20upx 0;
|
|
|
.orderNo{
|
|
|
- font-size: 30upx;
|
|
|
+ font-size: 28upx;
|
|
|
color: #222222;
|
|
|
margin-top: -6upx;
|
|
|
flex-grow: 1;
|
|
@@ -348,8 +347,8 @@
|
|
|
margin-bottom: 10rpx;
|
|
|
}
|
|
|
.carModel{
|
|
|
- color: #222222;
|
|
|
- font-size: 32upx;
|
|
|
+ color: #333;
|
|
|
+ font-size: 28upx;
|
|
|
font-weight: bold;
|
|
|
line-height: normal;
|
|
|
margin-bottom: 10rpx;
|
|
@@ -396,80 +395,11 @@
|
|
|
background-color: #fef0f0;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .search-popup{
|
|
|
- .search-title{
|
|
|
- text-align: center;
|
|
|
- padding: 20upx;
|
|
|
- color: #333;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
- }
|
|
|
- .uni-list{
|
|
|
- padding:10upx 20upx;
|
|
|
- margin: 0;
|
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
- .uni-list-cell{
|
|
|
- border: 0;
|
|
|
- .uni-list-cell-db{
|
|
|
- flex: 1;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .uni-input{
|
|
|
- height: 2.5em;
|
|
|
- line-height: 2.5em;
|
|
|
- font-size: 28upx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- > view{
|
|
|
- &:first-child{
|
|
|
- flex-grow: 1;
|
|
|
- color: #666;
|
|
|
- }
|
|
|
- &:last-child{
|
|
|
- color: #999;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .item-icon{
|
|
|
- margin-left: 10upx;
|
|
|
+ .check-row-info{
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-bottom: 5px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .uni-list-btns{
|
|
|
- display: flex;
|
|
|
- padding: 50upx 20upx;
|
|
|
- uni-button{
|
|
|
- font-size: 28upx;
|
|
|
- margin: 0 30upx;
|
|
|
- flex:1;
|
|
|
- border-radius: 100upx;
|
|
|
- &:after{
|
|
|
- border: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .checkbox-items{
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-between;
|
|
|
- .checkbox{
|
|
|
- width: 24%;
|
|
|
- background: #F8F8F8;
|
|
|
- text-align: center;
|
|
|
- margin: 20upx 0;
|
|
|
- padding: 10upx 0;
|
|
|
- border-radius: 50upx;
|
|
|
- font-size: 24upx;
|
|
|
- border:1upx solid #eee;
|
|
|
- }
|
|
|
- .checked{
|
|
|
- background: rgba(4, 133, 246, 0.15);
|
|
|
- border-color: rgba(4, 133, 246, 0.5);
|
|
|
- color: rgba(4, 133, 246, 1);
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
</style>
|