Bladeren bron

reactor:303 部分市州通用-即将超期列表新增【批量催办】功能;

zhangchong 2 maanden geleden
bovenliggende
commit
f655cd1550

+ 1 - 1
src/views/business/discern/index.vue

@@ -251,7 +251,7 @@ const state = reactive<any>({
 		SortRule: null, // 排序字段
 		Contact: null, // 联系电话
 		FromPhone: null, // 来电电话
-		QueryScreenType: 0, // 甄别类型
+		QueryScreenType: -1, // 甄别类型 默认全部
     OrgLevelOneName:null, // 一级部门
 	},
 	tableData: [], //表单

+ 4 - 4
src/views/business/discern/todo.vue

@@ -10,15 +10,15 @@
 					<el-segmented
 						:options="[
 							{
-								value: 0,
+								value: -1,
 								label: '全部',
 							},
 							{
-								value: 1,
+								value: 0,
 								label: '部门办件甄别',
 							},
 							{
-								value: -1,
+								value: 1,
 								label: '中心话务甄别',
 							},
 						]"
@@ -269,7 +269,7 @@ const state = reactive<any>({
 		SortField: null, // 排序字段
 		SortRule: null, // 排序字段
 		IsSendBackApplyNum: null, // 重提甄别
-		QueryScreenType: 0, // 甄别类型
+		QueryScreenType: -1, // 甄别类型 默认全部
 	},
 	tableData: [], //表单
 	loading: false, // 加载

+ 3 - 3
src/views/business/visit/components/Visit-detail.vue

@@ -80,7 +80,7 @@
 										type="primary"
 										class="ml8"
 										@click="recordFile"
-										v-if="['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath"
+										v-if="['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath"
 										>人工回访录音</el-button
 									>
 								</el-form-item>
@@ -137,7 +137,7 @@
 											class="ml8"
 											@click="recordFile"
 											v-if="
-												['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
+												['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
 											"
 											>人工回访录音</el-button
 										>
@@ -293,7 +293,7 @@
 											class="ml8"
 											@click="recordFile"
 											v-if="
-												['ZiGong'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
+												['ZiGong','LuZhou'].includes(themeConfig.appScope) ? state.recordingAbsolutePath && userInfos.isCenter : state.recordingAbsolutePath
 											"
 											>人工回访录音</el-button
 										>