|
|
@@ -147,53 +147,44 @@
|
|
|
<a-col :span="24" style="top: 10px">
|
|
|
<a-card title=" " :bordered="false">
|
|
|
<h2 style='text-align:center'>整改类型(差错类型)历史明细</h2>
|
|
|
- <a-col :span="19" >
|
|
|
+ <a-col >
|
|
|
<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-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="客户编号">
|
|
|
- <j-input placeholder="请输入客户编号" ></j-input>
|
|
|
+ <j-input placeholder="请输入客户编号" v-model="queryParam.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="客户名称" ></j-input>
|
|
|
+ <a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
|
+ <a-form-item label="用户编号">
|
|
|
+ <j-input placeholder="用户编号" v-model="queryParam.userNo" ></j-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
+ <a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="任务名称">
|
|
|
- <j-input placeholder="任务名称" ></j-input>
|
|
|
+ <j-input placeholder="任务名称" v-model="queryParam.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="请选择任务状态" dictCode="sms_check_task_state" />
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
+
|
|
|
+ <a-col :xl="5" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="稽核类型">
|
|
|
- <j-dict-select-tag placeholder="请选择稽核类型" 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="请选择稽核状态" dictCode="check_status" />
|
|
|
+ <j-dict-select-tag placeholder="请选择稽核类型" v-model="queryParam.type" dictCode="sms_check_task_type" />
|
|
|
</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" ></j-date>
|
|
|
+<!-- <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" ></j-date>-->
|
|
|
|
|
|
- </a-form-item>
|
|
|
- <a-form-item label="稽核结束时间">
|
|
|
- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择结束时间" class="query-group-cust" ></j-date>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- <a-form-item label="稽核结束时间">-->
|
|
|
+<!-- <j-date :show-time="true" date-format="YYYY-MM-DD" placeholder="请选择结束时间" class="query-group-cust" ></j-date>-->
|
|
|
+<!-- </a-form-item>-->
|
|
|
+<!-- </a-col>-->
|
|
|
</template>
|
|
|
<div class="table-operator" style='float: right'>
|
|
|
<!-- 高级查询区域 -->
|
|
|
@@ -203,13 +194,13 @@
|
|
|
</a-menu>
|
|
|
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
|
|
|
</a-dropdown>
|
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('稽核任务')">导出</a-button>
|
|
|
+<!-- <a-button type="primary" icon="download" @click="handleExportXls('稽核任务')">导出</a-button>-->
|
|
|
<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>
|
|
|
+<!-- <a @click="handleToggleSearch" style="margin-left: 8px">-->
|
|
|
+<!-- {{ toggleSearchStatus ? '收起' : '展开' }}-->
|
|
|
+<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
|
|
|
+<!-- </a>-->
|
|
|
|
|
|
</div>
|
|
|
</a-row>
|
|
|
@@ -666,7 +657,7 @@ export default {
|
|
|
jBmapDate:{},
|
|
|
taskType:'',
|
|
|
url: {
|
|
|
- lists: "/smsCheck/customerInfo/status/getHistory",
|
|
|
+ list: "/smsCheck/customerInfo/status/getHistory",
|
|
|
"statusRefuse": "/smsCheck/customerInfo/status/refuse",
|
|
|
"getTableView":"/smsCheck/customerInfo/status/getTableView",
|
|
|
"getTableViewJb":"/smsCheck/customerInfo/status/getTableViewJb",
|
|
|
@@ -720,7 +711,7 @@ export default {
|
|
|
ctx.translate(50, 50);
|
|
|
ctx.rotate(-Math.PI / 4);
|
|
|
ctx.fillText(waterMarkText, 0, 0);
|
|
|
- this.selectList()
|
|
|
+ this.loadData(1)
|
|
|
|
|
|
//初始化日期 默认最近180天
|
|
|
this.taskDate = [this.getRecentDay(parseInt(this.latestDate)), this.getRecentDay(0)]
|