|
@@ -2,7 +2,29 @@
|
|
|
<div class="capitalClaim pagePadding">
|
|
|
<div v-if="powers && powers.length > 0 && powers.some((item) => item == '001')">
|
|
|
<el-row :gutter="10" style="padding-bottom: 10px">
|
|
|
- <el-col :span="8" style="width: 440px">
|
|
|
+ <el-col :span="7" style="width: 145px">
|
|
|
+ <el-select
|
|
|
+ style="width: 100%"
|
|
|
+ :size="searchSize"
|
|
|
+ v-model="parmValue.status"
|
|
|
+ clearable
|
|
|
+ placeholder="认领状态"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in capitalFlowType"
|
|
|
+ :key="item.code"
|
|
|
+ :label="item.name"
|
|
|
+ :value="item.code"
|
|
|
+ >
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" style="width: 460px">
|
|
|
<el-select
|
|
|
v-model="code"
|
|
|
multiple
|
|
@@ -25,85 +47,33 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
- <el-col :span="8" style="width: 312px">
|
|
|
- <el-input :size="searchSize" v-model="input" placeholder="关键字">
|
|
|
- <el-select
|
|
|
- style="width: 103px"
|
|
|
- v-model="select"
|
|
|
- slot="prepend"
|
|
|
- placeholder="请选择"
|
|
|
- >
|
|
|
- <el-option label="资金编码" value="1"></el-option>
|
|
|
- <el-option label="付款方" value="2"></el-option>
|
|
|
- </el-select>
|
|
|
- <!-- <el-button
|
|
|
- slot="append"
|
|
|
- icon="el-icon-search"
|
|
|
- @click="searchList"
|
|
|
- ></el-button> -->
|
|
|
- </el-input>
|
|
|
- </el-col>
|
|
|
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- v-if="powers.some((item) => item == '023')"
|
|
|
- style="width: 90px"
|
|
|
- class="fr"
|
|
|
- >
|
|
|
+ <el-col :span="4" style="width: 226px" class="fr tr">
|
|
|
<el-button
|
|
|
- :size="searchSize"
|
|
|
type="primary"
|
|
|
- :disabled="downLoading"
|
|
|
- @click="dlTemplate"
|
|
|
+ :size="searchSize"
|
|
|
+ icon="el-icon-search"
|
|
|
+ @click="searchList"
|
|
|
+ />
|
|
|
+ <el-button
|
|
|
+ type="warning"
|
|
|
+ v-if="powers.some((item) => item == '024')"
|
|
|
+ :size="searchSize"
|
|
|
+ @click="restSearch"
|
|
|
>
|
|
|
- 下载模板
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- style="width: 90px"
|
|
|
- v-if="powers.some((item) => item == '038')"
|
|
|
- class="fr"
|
|
|
- >
|
|
|
- <el-button :size="searchSize" type="primary" @click="importshowModel = true">
|
|
|
- 导入数据
|
|
|
+ 重置
|
|
|
</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" style="width: 108px" class="fr">
|
|
|
<el-button
|
|
|
- type="primary"
|
|
|
- class="fr"
|
|
|
- icon="el-icon-download"
|
|
|
- :size="searchSize"
|
|
|
- @click="batchExport()"
|
|
|
- >批量导出</el-button
|
|
|
- ></el-col
|
|
|
- >
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10" style="padding-bottom: 10px">
|
|
|
- <el-col :span="7" style="width: 138px">
|
|
|
- <el-select
|
|
|
- style="width: 100%"
|
|
|
+ v-if="powers.some((item) => item == '002')"
|
|
|
:size="searchSize"
|
|
|
- v-model="parmValue.status"
|
|
|
- clearable
|
|
|
- placeholder="认领状态"
|
|
|
- @change="
|
|
|
- pageInfo.curr = 1;
|
|
|
- parmValue.page = 1;
|
|
|
- searchList();
|
|
|
- "
|
|
|
+ type="primary"
|
|
|
+ @click="searchList"
|
|
|
>
|
|
|
- <el-option
|
|
|
- v-for="item in capitalFlowType"
|
|
|
- :key="item.code"
|
|
|
- :label="item.name"
|
|
|
- :value="item.code"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
+ 刷新
|
|
|
+ </el-button>
|
|
|
</el-col>
|
|
|
-
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="10" style="padding-bottom: 10px">
|
|
|
<el-col :span="6" style="width: 302px">
|
|
|
<period-date-picker
|
|
|
:start="parmValue.start"
|
|
@@ -125,32 +95,63 @@
|
|
|
@numReturned="numReturned($event, 0)"
|
|
|
/>
|
|
|
</el-col>
|
|
|
-
|
|
|
- <el-col :span="4" style="width: 226px" class="fr tr">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- :size="searchSize"
|
|
|
- icon="el-icon-search"
|
|
|
- @click="searchList"
|
|
|
- />
|
|
|
- <el-button
|
|
|
- type="warning"
|
|
|
- v-if="powers.some((item) => item == '024')"
|
|
|
- :size="searchSize"
|
|
|
- @click="restSearch"
|
|
|
- >
|
|
|
- 重置
|
|
|
- </el-button>
|
|
|
+ <el-col
|
|
|
+ :span="3"
|
|
|
+ v-if="powers.some((item) => item == '023')"
|
|
|
+ style="width: 90px"
|
|
|
+ class="fr"
|
|
|
+ >
|
|
|
<el-button
|
|
|
- v-if="powers.some((item) => item == '002')"
|
|
|
:size="searchSize"
|
|
|
type="primary"
|
|
|
- @click="searchList"
|
|
|
+ :disabled="downLoading"
|
|
|
+ @click="dlTemplate"
|
|
|
>
|
|
|
- 刷新
|
|
|
+ 下载模板
|
|
|
+ </el-button>
|
|
|
+ </el-col>
|
|
|
+ <el-col
|
|
|
+ :span="3"
|
|
|
+ style="width: 90px"
|
|
|
+ v-if="powers.some((item) => item == '038')"
|
|
|
+ class="fr"
|
|
|
+ >
|
|
|
+ <el-button :size="searchSize" type="primary" @click="importshowModel = true">
|
|
|
+ 导入数据
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row :gutter="10" style="padding-bottom: 10px">
|
|
|
+ <el-col :span="8" style="width: 470px">
|
|
|
+ <el-input :size="searchSize" v-model="input" placeholder="关键字">
|
|
|
+ <el-select
|
|
|
+ style="width: 103px"
|
|
|
+ v-model="select"
|
|
|
+ slot="prepend"
|
|
|
+ placeholder="请选择"
|
|
|
+ >
|
|
|
+ <el-option label="资金编码" value="1"></el-option>
|
|
|
+ <el-option label="付款方" value="2"></el-option>
|
|
|
+ </el-select>
|
|
|
+ <!-- <el-button
|
|
|
+ slot="append"
|
|
|
+ icon="el-icon-search"
|
|
|
+ @click="searchList"
|
|
|
+ ></el-button> -->
|
|
|
+ </el-input>
|
|
|
+ </el-col>
|
|
|
+
|
|
|
+ <el-col :span="4" style="width: 108px" class="fr">
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ class="fr"
|
|
|
+ icon="el-icon-download"
|
|
|
+ :size="searchSize"
|
|
|
+ @click="batchExport()"
|
|
|
+ >批量导出</el-button
|
|
|
+ ></el-col
|
|
|
+ >
|
|
|
+ </el-row>
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
v-loading="loading"
|