|
@@ -9,11 +9,12 @@
|
|
|
<text class="name">采购单 {{info.orderSn}} </text>
|
|
<text class="name">采购单 {{info.orderSn}} </text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item-row">
|
|
<view class="item-row">
|
|
|
- <view class="mark">{{ info.addTime.substr(0,16) }}</view>
|
|
|
|
|
|
|
+ <view class="mark">{{ info.addTime.substr(5,11) }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item-row">
|
|
<view class="item-row">
|
|
|
<view class="price">¥{{ parseFloat(info.remainDebtPrice) }}</view>
|
|
<view class="price">¥{{ parseFloat(info.remainDebtPrice) }}</view>
|
|
|
- <view class="price" style="font-weight:normal;color:#3385FF;font-size:32upx;" @click.stop="goToDetai(info)">查看明细</view>
|
|
|
|
|
|
|
+ <view class="price" style="border:1upx solid #67a0f7;border-radius:10upx;font-weight:normal;color:#3385FF;font-size:32upx;width:180upx;height:80upx;justify-content:center;"
|
|
|
|
|
+ @click.stop="goToDetai(info)">查看明细</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -60,6 +61,7 @@ export default {
|
|
|
.iconfont {
|
|
.iconfont {
|
|
|
font-size: 40upx;
|
|
font-size: 40upx;
|
|
|
color: #dddddd;
|
|
color: #dddddd;
|
|
|
|
|
+ color:#67a0f7;
|
|
|
}
|
|
}
|
|
|
.iconxuanzhong {
|
|
.iconxuanzhong {
|
|
|
color: $mainColor;
|
|
color: $mainColor;
|
|
@@ -89,13 +91,13 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
-
|
|
|
|
|
.mark {
|
|
.mark {
|
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
}
|
|
}
|
|
|
.price {
|
|
.price {
|
|
|
|
|
+ z-index:auto;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|