apply-clients 7.1.36-yuchuan-33 → 7.1.36-yuchuan-35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1092,7 +1092,7 @@ export default {
|
|
|
1092
1092
|
};
|
|
1093
1093
|
},
|
|
1094
1094
|
getUserRolesname() {
|
|
1095
|
-
return this.$login.f.rolesnames.includes("营业厅报装");
|
|
1095
|
+
return this.$login.f.rolesnames.includes("营业厅报装") || this.$login.f.f_department_name.includes("微信");
|
|
1096
1096
|
},
|
|
1097
1097
|
},
|
|
1098
1098
|
};
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
<div class="form-group col-sm-2">
|
|
269
269
|
<label class="font_normal_body"><strong>投保状态:</strong></label>
|
|
270
270
|
<v-select
|
|
271
|
-
v-model="model.
|
|
271
|
+
v-model="model.f_insurance_state"
|
|
272
272
|
placeholder='投保状态'
|
|
273
273
|
condition="u.f_insurance_state= '{}'"
|
|
274
274
|
:value.sync="model.f_insurance_state"
|
|
@@ -505,6 +505,7 @@
|
|
|
505
505
|
args.condition = args.condition.replace('f_apply_type = \'民用报建\'', '(f_apply_type = \'民用报建\' or f_apply_type = \'分户挂表\')');
|
|
506
506
|
}
|
|
507
507
|
console.log("args.condition",args.condition)
|
|
508
|
+
debugger
|
|
508
509
|
this.model.search(args.condition, args.model)
|
|
509
510
|
},
|
|
510
511
|
// 查询
|