|
@@ -3,7 +3,8 @@
|
|
<!-- 运费信息 -->
|
|
<!-- 运费信息 -->
|
|
<view class="invoice-freight" @tap.stop="hanldOperationConfim">
|
|
<view class="invoice-freight" @tap.stop="hanldOperationConfim">
|
|
<view class="freight-left">
|
|
<view class="freight-left">
|
|
- 运费<text class="iconfont icon-yunfeishuoming" @click.stop="showTip"></text>
|
|
|
|
|
|
+ 运费
|
|
|
|
+ <!-- <text class="iconfont icon-yunfeishuoming" @click.stop="showTip"></text> -->
|
|
</view>
|
|
</view>
|
|
<view class="freight-right">
|
|
<view class="freight-right">
|
|
<text class="text-l">{{freightText}}</text>
|
|
<text class="text-l">{{freightText}}</text>
|
|
@@ -28,7 +29,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="freight-group" v-if="freightData.freePostFlag == 1">
|
|
<view class="freight-group" v-if="freightData.freePostFlag == 1">
|
|
<view class="group-from">
|
|
<view class="group-from">
|
|
- <input class="form-input" type="text" v-model="freightData.freight" @blur="setFreightMoney" placeholder="请填写运费" maxlength="20">
|
|
|
|
|
|
+ <input class="form-input" type="text" v-model="freightData.freight" @input="setFreightMoney" placeholder="请填写运费" maxlength="20">
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="freight-group" v-if="freightData.freePostFlag == 0">
|
|
<view class="freight-group" v-if="freightData.freePostFlag == 0">
|