|
@@ -29,9 +29,9 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="open-bx">
|
|
<view class="open-bx">
|
|
|
还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
|
|
|
- <text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本 {{ info.cost ? parseInt(info.cost) : 0 }}</text>
|
|
|
|
|
- <text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
- <text style="margin-left:16upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">
|
|
|
|
|
|
|
+ <text style="margin-left:14upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">成本 {{ info.cost ? parseInt(info.cost) : 0 }}</text>
|
|
|
|
|
+ <text style="margin-left:14upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">销量 {{ info.actualSold ? parseInt(info.actualSold) : 0 }}</text>
|
|
|
|
|
+ <text style="margin-left:14upx;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>
|