|
|
@@ -6,79 +6,79 @@
|
|
|
|
|
|
<!-- 查询区域 -->
|
|
|
<a-col :span="19">
|
|
|
- <div class="table-page-search-wrapper">
|
|
|
- <a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
|
- <a-row :gutter="24">
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="客户编号">
|
|
|
- <j-input placeholder="请输入客户编号" v-model:value="customerNo"></j-input>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="客户名称">
|
|
|
- <j-input placeholder="客户名称" v-model:value="customerName" ></j-input>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="任务名称">
|
|
|
- <j-input placeholder="任务名称" v-model:value="taskName" ></j-input>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
-
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="任务状态">
|
|
|
- <j-dict-select-tag placeholder="请选择任务状态" v-model:value="taskState" dictCode="sms_check_task_state" />
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="稽核类型">
|
|
|
- <j-dict-select-tag placeholder="请选择稽核类型" v-model:value="taskType" dictCode="sms_check_task_type" />
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <a-form-item label="稽核状态">
|
|
|
- <j-dict-select-tag placeholder="请选择稽核状态" v-model:value="checkState" dictCode="check_status" />
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <template v-if="toggleSearchStatus">
|
|
|
-
|
|
|
-
|
|
|
- <a-col :xl="10" :lg="11" :md="12" :sm="24">
|
|
|
- <a-form-item label="开始时间">
|
|
|
- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择开始时间" class="query-group-cust" v-model:value="startDate"></j-date>
|
|
|
-
|
|
|
- </a-form-item>
|
|
|
- <a-form-item label="结束时间">
|
|
|
- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择结束时间" class="query-group-cust" v-model:value="endDate"></j-date>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- </template>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
- <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"></span>
|
|
|
- </a-col>
|
|
|
- </a-row>
|
|
|
- </a-form>
|
|
|
- </div>
|
|
|
+<!-- <div class="table-page-search-wrapper">-->
|
|
|
+<!-- <a-form layout="inline" @keyup.enter.native="searchQuery">-->
|
|
|
+<!-- <a-row :gutter="24">-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="客户编号">-->
|
|
|
+<!-- <j-input placeholder="请输入客户编号" v-model:value="customerNo"></j-input>-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="客户名称">-->
|
|
|
+<!-- <j-input placeholder="客户名称" v-model:value="customerName" ></j-input>-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="任务名称">-->
|
|
|
+<!-- <j-input placeholder="任务名称" v-model:value="taskName" ></j-input>-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="任务状态">-->
|
|
|
+<!-- <j-dict-select-tag placeholder="请选择任务状态" v-model:value="taskState" dictCode="sms_check_task_state" />-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="稽核类型">-->
|
|
|
+<!-- <j-dict-select-tag placeholder="请选择稽核类型" v-model:value="taskType" dictCode="sms_check_task_type" />-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <a-form-item label="稽核状态">-->
|
|
|
+<!-- <j-dict-select-tag placeholder="请选择稽核状态" v-model:value="checkState" dictCode="check_status" />-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- <template v-if="toggleSearchStatus">-->
|
|
|
+
|
|
|
+
|
|
|
+<!-- <a-col :xl="10" :lg="11" :md="12" :sm="24">-->
|
|
|
+<!-- <a-form-item label="开始时间">-->
|
|
|
+<!-- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择开始时间" class="query-group-cust" v-model:value="startDate"></j-date>-->
|
|
|
+
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- <a-form-item label="结束时间">-->
|
|
|
+<!-- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择结束时间" class="query-group-cust" v-model:value="endDate"></j-date>-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">-->
|
|
|
+<!-- <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"></span>-->
|
|
|
+<!-- </a-col>-->
|
|
|
+<!-- </a-row>-->
|
|
|
+<!-- </a-form>-->
|
|
|
+<!-- </div>-->
|
|
|
</a-col>
|
|
|
<!-- 操作按钮区域 -->
|
|
|
- <div class="table-operator">
|
|
|
-
|
|
|
-<!-- <!– 高级查询区域 –>-->
|
|
|
-<!-- <a-dropdown v-if="selectedRowKeys.length > 0">-->
|
|
|
-<!-- <a-menu slot="overlay">-->
|
|
|
-<!-- <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>-->
|
|
|
-<!-- </a-menu>-->
|
|
|
-<!-- <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>-->
|
|
|
-<!-- </a-dropdown>-->
|
|
|
-
|
|
|
- <a-button type="primary" @click="searchQuery()" icon="search" >查询</a-button>
|
|
|
- <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
- <a @click="handleToggleSearch" style="margin-left: 8px">
|
|
|
- {{ toggleSearchStatus ? '收起' : '展开' }}
|
|
|
- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
|
|
- </a>
|
|
|
-
|
|
|
- </div>
|
|
|
+<!-- <div class="table-operator">-->
|
|
|
+
|
|
|
+<!--<!– <!– 高级查询区域 –>–>-->
|
|
|
+<!--<!– <a-dropdown v-if="selectedRowKeys.length > 0">–>-->
|
|
|
+<!--<!– <a-menu slot="overlay">–>-->
|
|
|
+<!--<!– <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>–>-->
|
|
|
+<!--<!– </a-menu>–>-->
|
|
|
+<!--<!– <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>–>-->
|
|
|
+<!--<!– </a-dropdown>–>-->
|
|
|
+
|
|
|
+<!-- <a-button type="primary" @click="searchQuery()" icon="search" >查询</a-button>-->
|
|
|
+<!-- <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>-->
|
|
|
+<!-- <a @click="handleToggleSearch" style="margin-left: 8px">-->
|
|
|
+<!-- {{ toggleSearchStatus ? '收起' : '展开' }}-->
|
|
|
+<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
|
|
|
+<!-- </a>-->
|
|
|
+
|
|
|
+<!-- </div>-->
|
|
|
<!-- 查询区域-END -->
|
|
|
|
|
|
<a-col :span="24" style="top: 10px">
|
|
|
@@ -236,18 +236,50 @@ export default {
|
|
|
title:'拨测结果',
|
|
|
align:"center",
|
|
|
dataIndex: 'calltestResults',
|
|
|
+ customRender:function (text,record,index) {
|
|
|
+ if (text === '1') {
|
|
|
+ return '关机';
|
|
|
+ } else if (text === '2') {
|
|
|
+ return '未接通';
|
|
|
+ }else if (text === '3') {
|
|
|
+ return '可接通不知晓入网事宜';
|
|
|
+ }else if (text === '4') {
|
|
|
+ return '可接通认可办理';
|
|
|
+ }
|
|
|
+ return text;
|
|
|
+ }
|
|
|
|
|
|
},
|
|
|
{
|
|
|
title:'客户现用号码',
|
|
|
align:"center",
|
|
|
- dataIndex: 'operator'
|
|
|
+ dataIndex: 'operator',
|
|
|
+ customRender:function (text,record,index) {
|
|
|
+ if (text === '1') {
|
|
|
+ return '本地运营商';
|
|
|
+ } else if (text === '2') {
|
|
|
+ return '异地运营商';
|
|
|
+ }
|
|
|
+ return text;
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
title:'运营商类型',
|
|
|
align:"center",
|
|
|
sorter: true,
|
|
|
- dataIndex: 'operatorType'
|
|
|
+ dataIndex: 'operatorType',
|
|
|
+ customRender:function (text,record,index) {
|
|
|
+ if (text === '1') {
|
|
|
+ return '移动';
|
|
|
+ } else if (text === '2') {
|
|
|
+ return '联通';
|
|
|
+ }else if (text === '3') {
|
|
|
+ return '电信';
|
|
|
+ }else if (text === '4') {
|
|
|
+ return '其他';
|
|
|
+ }
|
|
|
+ return text;
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
title:'拨测联系电话',
|
|
|
@@ -292,19 +324,9 @@ export default {
|
|
|
order: 'asc',
|
|
|
},
|
|
|
id:'',
|
|
|
- $abnormalCheckPie: "",
|
|
|
- $abnormalCheckHistogram: "",
|
|
|
- $abnormalCreateTimeTrend: "",
|
|
|
- lineNum: 0,
|
|
|
- latestDate: '180',
|
|
|
- reopeningNum: 0,
|
|
|
- businessNum: 0,
|
|
|
- trunkLineAuditNum: 0,
|
|
|
- sumCount:0,
|
|
|
- treeData: [],
|
|
|
- expandedKeys: ['2022', '2022-10'],
|
|
|
- selectedKeys: {},
|
|
|
- statusAuditPieData: [],
|
|
|
+ queryParam:{
|
|
|
+ cardNo:''
|
|
|
+ },
|
|
|
canvas: {},
|
|
|
taskId:'',
|
|
|
taskName:'',
|
|
|
@@ -337,6 +359,7 @@ export default {
|
|
|
ctx.rotate(-Math.PI / 4);
|
|
|
ctx.fillText(waterMarkText, 0, 0);
|
|
|
this.cardNo = this.$route.query.cardNo;
|
|
|
+ this.queryParam.cardNo = this.$route.query.cardNo;
|
|
|
this.searchQuery();
|
|
|
|
|
|
// this.getSuperFieldList();
|