|
|
@@ -91,38 +91,39 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">新客显示库存</view>
|
|
|
+ <view class="tui-title">显示库存</view>
|
|
|
<view>
|
|
|
<switch style="transform:scale(0.7,0.7)" :checked="form.showStock == 0 ? false : true" @change="showStockChange" /> {{form.showStock==1 ? '是' : '否'}}
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">新客享受价格</view>
|
|
|
+ <view class="tui-title">默认享受价格</view>
|
|
|
<view>
|
|
|
<switch style="transform:scale(0.7,0.7)" :checked="form.isHd == 1 ? false : true" @change="isHdChange" /> {{form.isHd == 1 ? '批发价' : '零售价'}}
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">新客欠款</view>
|
|
|
+ <view class="tui-title">默认允许欠款</view>
|
|
|
<view>
|
|
|
<switch style="transform:scale(0.7,0.7)" :checked="form.allowDebt == 0 ? false : true" @change="allowDebtChange" /> {{form.allowDebt==0 ? '不能' : '允许'}}
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
+
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" v-if="form.allowDebt == 1">
|
|
|
+ <view class="tui-title ">默认欠款额度</view>
|
|
|
+ <input type="number" v-model="form.allowDebtAmount" @focus="form.allowDebtAmount=''" placeholder-class="phcolor" class="tui-input" name="allowDebtAmount" placeholder="请填写金额" />
|
|
|
+ </tui-list-cell>
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title">新客审核</view>
|
|
|
+ <view class="tui-title">默认新客要审</view>
|
|
|
<view>
|
|
|
<switch style="transform:scale(0.7,0.7)" :checked="form.needCheck == 0 ? false : true" @change="needCheckChange" /> {{form.needCheck==0 ? '不要' : '需要'}}
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false" v-if="form.allowDebt == 1">
|
|
|
- <view class="tui-title ">欠款额度</view>
|
|
|
- <input type="number" v-model="form.allowDebtAmount" @focus="form.allowDebtAmount=''" placeholder-class="phcolor" class="tui-input" name="allowDebtAmount" placeholder="请填写金额" />
|
|
|
- </tui-list-cell>
|
|
|
-
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">车销身份</view>
|
|
|
<view>
|