| | |
| | | </view> |
| | | <view class="line-content"> |
| | | <view class="line-content_text">余量</view> |
| | | <view class="line-content_num">{{ item.allowance.toFixed(2) || 0 }}</view> |
| | | <view class="line-content_num">{{ Number(item.allowance).toFixed(2) || 0 }}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | this.cars2 = value.cars2 ? value.cars2 : null; |
| | | this.deptName = value.deptName; |
| | | this.coalName = value.coalName; |
| | | this.productName = value.productName; |
| | | this.productName = value.productNames; |
| | | this.carNum = value.carNum ? value.carNum : null |
| | | console.log(value, '发运计划参数'); |
| | | }, |