فهرست منبع

新客户设置

shish 1 سال پیش
والد
کامیت
99452a918f
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      ghsApp/src/admin/custom/set.vue

+ 8 - 8
ghsApp/src/admin/custom/set.vue

@@ -18,19 +18,19 @@
 				</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>
-						<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>
 					<view class="tui-title ">新客授信额度</view>
 					<input type="number" v-model="form.allowDebtAmount" @focus="form.allowDebtAmount=''" placeholder-class="phcolor" class="tui-input" name="allowDebtAmount" placeholder="请填写金额" />
 					<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>
 
 
 				<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>
+					<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">
+					<view class="tui-title">新客注册审核</view>
 					<view>
 					<view>
 						<switch style="transform:scale(0.7,0.7)" :checked="form.needCheck == 0 ? false : true" @change="needCheckChange" /> {{form.needCheck==0 ? '不要' : '需要'}}
 						<switch style="transform:scale(0.7,0.7)" :checked="form.needCheck == 0 ? false : true" @change="needCheckChange" /> {{form.needCheck==0 ? '不要' : '需要'}}
 					</view>
 					</view>