xgwangman 4 жил өмнө
parent
commit
a84f3bc18e

+ 9 - 0
src/views/order/components/orderModel.vue

@@ -215,6 +215,9 @@ export default {
                                     this.colr = '此手机号无大会员权限'
                                     this.creAuth = ''
                                 }
+                            } else if (this.bigStas == 2) {
+                                this.colr = '此手机号已有大会员权限,无需再次创建'
+                                this.creAuth = ''
                             } else {
                                 if (this.subStas == 1) {
                                     this.colr = '此手机号已是大会员子账号'
@@ -231,6 +234,9 @@ export default {
                                     this.colr = '此手机号无大会员权限'
                                     this.creAuth = ''
                                 }
+                            } else if (this.bigStas == 2) {
+                                this.colr = '此手机号已有大会员权限,无需再次创建'
+                                this.creAuth = ''
                             } else {
                                 if (this.subStas == 1) {
                                     this.colr = '此手机号已是大会员子账号'
@@ -287,6 +293,9 @@ export default {
                         this.colr = '此手机号无大会员权限'
                         this.creAuth = ''
                     }
+                } else if (this.bigStas == 2) {
+                    this.colr = '此手机号已有大会员权限,无需再次创建'
+                    this.creAuth = ''
                 } else {
                     if (this.subStas == 1) {
                         this.colr = '此手机号已是大会员子账号'

+ 3 - 3
src/views/userManage/userDetail.vue

@@ -145,7 +145,7 @@
                                 >
                                     <template slot="filterContent">
                                         <FormItem label="预测结果:" :label-width="70">
-                                            <Select size="large" placeholder="全部" clearable v-model="filter1.f_result" style="width:120px">
+                                            <Select size="large" clearable v-model="filter1.f_result" style="width:120px">
                                                 <Option v-for="item in getFunc" :value="item.v" :key="item.v">{{ item.n }}</Option>
                                             </Select>
                                         </FormItem>
@@ -384,7 +384,7 @@ export default {
                 status: '1'
             },
             filter1: {
-                f_result: '',
+                f_result: '-1',
                 keyword: ''
             },
             filter2: {
@@ -396,7 +396,7 @@ export default {
                     { pattern: /^1[3456789]\d{9}$/, message: "手机号码格式不正确", trigger: "blur" }
                 ]
             },
-            getFunc: [{v: '', n: '全部'},{v: '0', n: '失败'},{v: '1', n: '成功'}],
+            getFunc: [{v: '-1', n: '全部'},{v: '0', n: '失败'},{v: '1', n: '成功'}],
             column1: [
                   {
                       title: '产品名称',