|
@@ -115,53 +115,45 @@
|
|
|
<a-col :span="24" style="top: 10px">
|
|
<a-col :span="24" style="top: 10px">
|
|
|
<a-card title=" " :bordered="false">
|
|
<a-card title=" " :bordered="false">
|
|
|
<h2 style='text-align:center'>稽核异常报表</h2>
|
|
<h2 style='text-align:center'>稽核异常报表</h2>
|
|
|
- <a-col :span="19" >
|
|
|
|
|
|
|
+ <a-col >
|
|
|
<div class="table-page-search-wrapper">
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
|
<a-row :gutter="24">
|
|
<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="客户编号">
|
|
<a-form-item label="客户编号">
|
|
|
- <j-input placeholder="请输入客户编号" ></j-input>
|
|
|
|
|
|
|
+ <j-input placeholder="请输入客户编号" v-model="queryParam.customerNo" ></j-input>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</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-form-item>
|
|
|
</a-col>
|
|
</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="任务名称">
|
|
<a-form-item label="任务名称">
|
|
|
- <j-input placeholder="任务名称" ></j-input>
|
|
|
|
|
|
|
+ <j-input placeholder="任务名称" v-model="queryParam.taskName" ></j-input>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</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="稽核类型">
|
|
<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-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
|
|
+
|
|
|
<template v-if="toggleSearchStatus">
|
|
<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>
|
|
</template>
|
|
|
<div class="table-operator" style='float: right'>
|
|
<div class="table-operator" style='float: right'>
|
|
|
<!-- 高级查询区域 -->
|
|
<!-- 高级查询区域 -->
|
|
@@ -171,13 +163,13 @@
|
|
|
</a-menu>
|
|
</a-menu>
|
|
|
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
|
|
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
|
|
|
</a-dropdown>
|
|
</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="searchQuery()" icon="search" >查询</a-button>
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</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>
|
|
</div>
|
|
|
</a-row>
|
|
</a-row>
|