|
@@ -111,7 +111,7 @@
|
|
|
<allSelectInput :isActive="isAloneAllActive" :isFocus="isAloneAllFocus" :value="customData.itemPrice" :placeholder="'请填写采购总价'"
|
|
<allSelectInput :isActive="isAloneAllActive" :isFocus="isAloneAllFocus" :value="customData.itemPrice" :placeholder="'请填写采购总价'"
|
|
|
:width="400" :height="60"
|
|
:width="400" :height="60"
|
|
|
@deleteInputVal="deleteAloneInputVal" @initAllInput="initAloneAllInput" @moveAllInput="moveAloneAllInput">
|
|
@deleteInputVal="deleteAloneInputVal" @initAllInput="initAloneAllInput" @moveAllInput="moveAloneAllInput">
|
|
|
- </allSelectInput>元
|
|
|
|
|
|
|
+ </allSelectInput> <text style="margin-left: 20rpx">元</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="select-cmd_bx">
|
|
<view class="select-cmd_bx">
|
|
@@ -142,7 +142,7 @@
|
|
|
padding="30rpx 30rpx"
|
|
padding="30rpx 30rpx"
|
|
|
>
|
|
>
|
|
|
</modal-module> -->
|
|
</modal-module> -->
|
|
|
- <FooterCart :price="allPrice" :count="allCount" @confirm="confirmSelectEvent"></FooterCart>
|
|
|
|
|
|
|
+ <FooterCart :price="allPriceFun" :count="allCount" @confirm="confirmSelectEvent"></FooterCart>
|
|
|
<kd-entrance></kd-entrance>
|
|
<kd-entrance></kd-entrance>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|