|
|
@@ -23,13 +23,13 @@
|
|
|
<view class="down-item">
|
|
|
<text class="label">应收客户款</text>
|
|
|
<text class="value"
|
|
|
- ><text class="unit">¥</text>{{ baseInfo.mayGathering || "--" }}</text
|
|
|
+ ><text class="unit">¥</text>{{ baseInfo.mayGathering || "0.00" }}</text
|
|
|
>
|
|
|
</view>
|
|
|
<view class="down-item">
|
|
|
<text class="label">应付供应商款</text>
|
|
|
<text class="value"
|
|
|
- ><text class="unit">¥</text>{{ baseInfo.mayPay || "--" }}</text
|
|
|
+ ><text class="unit">¥</text>{{ baseInfo.mayPay || "0.00" }}</text
|
|
|
>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -53,7 +53,7 @@
|
|
|
<view class="space-left">
|
|
|
<view class="show-item">
|
|
|
<view class="show-name">库存总数(大约)</view>
|
|
|
- <view class="show-value">{{baseInfo.stockNum}}/2</view>
|
|
|
+ <view class="show-value">{{baseInfo.stockBigNum}}扎 {{baseInfo.stockSmallNum}}支</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="space-right">
|