|
@@ -17,6 +17,8 @@
|
|
|
<view>{{zjGatheringItemName}}</view>
|
|
<view>{{zjGatheringItemName}}</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
|
|
+ <view style="background-color: white;text-align:right;font-size:32upx;padding:14upx 20upx 14upx 0;color:#bfa6a6;">如果需要一键发跑腿,请选需要发货</view>
|
|
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">下单后</view>
|
|
<view class="tui-title">下单后</view>
|
|
|
<radio-group class="tui-input" @change="orderFlowChange">
|
|
<radio-group class="tui-input" @change="orderFlowChange">
|
|
@@ -30,7 +32,7 @@
|
|
|
</label>
|
|
</label>
|
|
|
</radio-group>
|
|
</radio-group>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">下单选跑腿</view>
|
|
<view class="tui-title">下单选跑腿</view>
|
|
|
<radio-group class="tui-input" @change="thirdSendChange">
|
|
<radio-group class="tui-input" @change="thirdSendChange">
|
|
@@ -50,11 +52,11 @@
|
|
|
<radio-group class="tui-input" @change="thirdSendFeeChange">
|
|
<radio-group class="tui-input" @change="thirdSendFeeChange">
|
|
|
<label class="list" for="thirdSendFeeDf">
|
|
<label class="list" for="thirdSendFeeDf">
|
|
|
<radio id="thirdSendFeeDf" value="0" :checked="thirdSendFee == 0" style="transform:scale(0.7,0.7)" />
|
|
<radio id="thirdSendFeeDf" value="0" :checked="thirdSendFee == 0" style="transform:scale(0.7,0.7)" />
|
|
|
- <span class="checkbox-text">自理</span>
|
|
|
|
|
|
|
+ <span class="checkbox-text">客户自理,事后补收</span>
|
|
|
</label>
|
|
</label>
|
|
|
<label class="list" for="thirdSendFeeZd">
|
|
<label class="list" for="thirdSendFeeZd">
|
|
|
<radio id="thirdSendFeeZd" value="1" :checked="thirdSendFee == 1" style="transform:scale(0.7,0.7)" />
|
|
<radio id="thirdSendFeeZd" value="1" :checked="thirdSendFee == 1" style="transform:scale(0.7,0.7)" />
|
|
|
- <span class="checkbox-text">预收</span>
|
|
|
|
|
|
|
+ <span class="checkbox-text">提前收取</span>
|
|
|
</label>
|
|
</label>
|
|
|
</radio-group>
|
|
</radio-group>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|