|
|
@@ -37,6 +37,11 @@
|
|
|
<button @tap="form.fromType = 4" class="admin-button-com mini-btn" :class="form.fromType == 4 ? 'blue' : 'default'">美团</button>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 4">
|
|
|
+ <view class="tui-title">美团编号</view>
|
|
|
+ <input v-model="form.thirdSn" placeholder-class="phcolor" class="tui-input" name="thirdSn" @focus="form.thirdSn=''" placeholder="请填写编号" type="number" />
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
|
<view class="tui-title">付款方式</view>
|
|
|
<button @tap="form.hasPay = 1" class="admin-button-com mini-btn" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
|
@@ -50,7 +55,7 @@
|
|
|
</picker>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false" :arrow="false" >
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" :arrow="false" v-if="form.fromType == 3">
|
|
|
<view class="tui-title">订金</view>
|
|
|
<input type="digit" @focus="dj=''" style="width:210upx;" v-model="dj" placeholder-class="tui-placeholder"/>
|
|
|
<text style="color:red;font-weight:bold;" v-if="Number(debtFinalPrice)>0">尾款 ¥<text>{{debtFinalPrice}}</text></text>
|
|
|
@@ -110,7 +115,8 @@ export default {
|
|
|
name:"花束",
|
|
|
cover:[],
|
|
|
num:1,
|
|
|
- flowerNum:''
|
|
|
+ flowerNum:'',
|
|
|
+ thirdSn:''
|
|
|
},
|
|
|
goodsPrice:'',
|
|
|
payWayindex:0,
|