|
@@ -35,11 +35,11 @@
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<template>
|
|
<template>
|
|
|
<view class="open-bx">
|
|
<view class="open-bx">
|
|
|
- 剩<text style="font-size:22upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
|
|
|
- <text style="margin-left:9upx;" v-if="info.onStock>0">路上<text style="font-weight:700;">{{info.onStock}}</text></text>
|
|
|
|
|
- <text style="margin-left:9upx;font-size:22upx;display:inline-block;color:#999;font-weight:normal;">成本{{ info.cost ? parseInt(info.cost) : 0 }}</text>
|
|
|
|
|
- <text style="margin-left:9upx;font-size:22upx;display:inline-block;color:#999;font-weight:normal;">销量{{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
- <text style="margin-left:9upx;font-size:22upx;display:inline-block;color:#999;font-weight:normal;">
|
|
|
|
|
|
|
+ 剩<text style="font-size:23upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
|
|
|
+ <text style="margin-left:9upx;font-size:23upx;" v-if="info.onStock>0">路上<text style="font-weight:700;">{{info.onStock}}</text></text>
|
|
|
|
|
+ <text style="margin-left:9upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本{{ info.cost ? parseInt(info.cost) : 0 }}</text>
|
|
|
|
|
+ <text style="margin-left:9upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量{{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
+ <text style="margin-left:9upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">
|
|
|
{{info.ratioType == 0 ? info.ratio :'若干'}}支
|
|
{{info.ratioType == 0 ? info.ratio :'若干'}}支
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -192,13 +192,13 @@ export default {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
}
|
|
}
|
|
|
& .open-bx {
|
|
& .open-bx {
|
|
|
- font-size:22upx;
|
|
|
|
|
|
|
+ font-size:23upx;
|
|
|
color:#333333;
|
|
color:#333333;
|
|
|
width:360upx;
|
|
width:360upx;
|
|
|
overflow:hidden;
|
|
overflow:hidden;
|
|
|
white-space:nowrap;
|
|
white-space:nowrap;
|
|
|
text{
|
|
text{
|
|
|
- font-size: 22upx;
|
|
|
|
|
|
|
+ font-size: 23upx;
|
|
|
font-weight:700;
|
|
font-weight:700;
|
|
|
}
|
|
}
|
|
|
text:nth-child(2){
|
|
text:nth-child(2){
|