|
|
@ -22,7 +22,7 @@ |
|
|
|
</view> |
|
|
|
<view class="desc_card uni-flex space-between"> |
|
|
|
<view class="desc_ljh"> |
|
|
|
<view class="font_xs text_lightblue"> {{ item.itemName }}</view> |
|
|
|
<view class="font_xs text_lightblue"> {{ item.itemDesc2 }}</view> |
|
|
|
<view class="font_xs text_lightblue">{{ item.itemDesc1 }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -138,7 +138,7 @@ |
|
|
|
<com-easy-input-count ref="countPopup" @confirm='closeEditCount'></com-easy-input-count> |
|
|
|
<win-inventory-status ref="statusPopup"></win-inventory-status> |
|
|
|
<!-- com-message必须放在最下层 --> |
|
|
|
<wz-select-popup ref="wzSelectPopup" @select="selectCheckbox" /> |
|
|
|
<wz-select-popup ref="wzSelectPopup" @select="selectCheckbox" showType='countType' /> |
|
|
|
<com-message ref="comMessage" @afterCloseCommitMessage='closeCommitMessage()'></com-message> |
|
|
|
<!-- <uni-load-more :status="loadingType" v-if="details.length>0"></uni-load-more> --> |
|
|
|
|
|
|
|