|
|
@@ -38,6 +38,13 @@
|
|
|
</picker>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
+ <view class="tui-title">来源</view>
|
|
|
+ <button @tap="form.fromType = 3" class="admin-button-com mini-btn" :class="form.fromType == 3 ? 'blue' : 'default'">微信</button>
|
|
|
+ <button @tap="form.fromType = 4" class="admin-button-com mini-btn" :class="form.fromType == 4 ? 'blue' : 'default'">美团</button>
|
|
|
+ <button @tap="form.fromType = 1" class="admin-button-com mini-btn" :class="form.fromType == 1 ? 'blue' : 'default'">门店</button>
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
|
|
|
<view class="tui-title">单价</view>
|
|
|
<input type="digit" @focus="goodsPrice=''" :focus="true" v-model="goodsPrice" placeholder-class="tui-placeholder"/>
|
|
|
@@ -89,6 +96,7 @@ export default {
|
|
|
headers:{token:''},
|
|
|
selectJobType: "addOrder",
|
|
|
form: {
|
|
|
+ fromType:'3',
|
|
|
hasPay:1,
|
|
|
payWay:0,
|
|
|
sendCost:'',
|