|
@@ -93,7 +93,7 @@
|
|
|
<view class="select-cmd_bx">
|
|
<view class="select-cmd_bx">
|
|
|
<view class="num_bx">
|
|
<view class="num_bx">
|
|
|
<view class="kc">重量</view>
|
|
<view class="kc">重量</view>
|
|
|
- <allSelectInput :isActive="isWeightActive" :isFocus="isWeightFocus" :value="customData.realityWeight.toFixed(2)" :placeholder="'公斤'"
|
|
|
|
|
|
|
+ <allSelectInput :isActive="isWeightActive" :isFocus="isWeightFocus" :value="customData.realityWeight" :placeholder="'公斤'"
|
|
|
:width="416" :height="80" :fontSize="40"
|
|
:width="416" :height="80" :fontSize="40"
|
|
|
@deleteInputVal="deleteWeightInputVal" @initAllInput="initWeightAllInput" @moveAllInput="moveWeightAllInput">
|
|
@deleteInputVal="deleteWeightInputVal" @initAllInput="initWeightAllInput" @moveAllInput="moveWeightAllInput">
|
|
|
</allSelectInput>
|
|
</allSelectInput>
|