|
|
@@ -49,7 +49,7 @@
|
|
|
<modal-module :show="isAddModel" @cancel="addItemModelHidden" @click="confirmAddItemModel" :title="customData.name" color="#333" :size="32" padding="30rpx 30rpx" >
|
|
|
<template slot="customContent">
|
|
|
<view class="select-cmd_bx" v-if="customData">
|
|
|
- <view class="kc"><text class="unit_price">库存 {{ customData.stock||0 }}</text></view>
|
|
|
+ <view class="kc"><text class="unit_price">库存 {{ customData.stock?parseFloat(customData.stock):0 }} 成本 {{ customData.avCost?parseFloat(customData.avCost):0 }}</text></view>
|
|
|
<view class="num_bx">
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|