|
@@ -7,74 +7,26 @@
|
|
|
<el-divider />
|
|
|
<div class="content-body" style="height: calc(100% - 42px)">
|
|
|
<div style="height: 40px; display: flex; align-items: center">
|
|
|
- 所属公司:<cpsCompany
|
|
|
- v-model="queryParams.ssgs"
|
|
|
- size="small"
|
|
|
- style="width: 150px"
|
|
|
- @change="changeGs"
|
|
|
- >
|
|
|
- </cpsCompany
|
|
|
- > 所属片区:<cpsSelect
|
|
|
- v-model="queryParams.sscbpq"
|
|
|
- size="small"
|
|
|
- skey="cbpq"
|
|
|
- :params="{ ssgs: queryParams.ssgs }"
|
|
|
- isDisabled="all"
|
|
|
- :refresh="cbpqRefresh"
|
|
|
- @change="changeCbpq"
|
|
|
- style="width: 150px"
|
|
|
- >
|
|
|
+ 所属公司:<cpsCompany v-model="queryParams.ssgs" size="small" style="width: 150px" @change="changeGs">
|
|
|
+ </cpsCompany> 所属片区:<cpsSelect v-model="queryParams.sscbpq" size="small" skey="cbpq"
|
|
|
+ :params="{ ssgs: queryParams.ssgs }" isDisabled="all" :refresh="cbpqRefresh" @change="changeCbpq"
|
|
|
+ style="width: 150px">
|
|
|
</cpsSelect>
|
|
|
</div>
|
|
|
<div style="height: 46px; display: flex; align-items: center">
|
|
|
- 所属表册:<cpsSelect
|
|
|
- v-model="queryParams.sscbb"
|
|
|
- size="small"
|
|
|
- skey="cbb"
|
|
|
- :params="{ ssgs: queryParams.ssgs, sscbpq: queryParams.sscbpq }"
|
|
|
- isDisabled="all"
|
|
|
- :refresh="cbbRefresh"
|
|
|
- :labelGroup="true"
|
|
|
- :filterable="true"
|
|
|
- style="width: 150px"
|
|
|
- >
|
|
|
- </cpsSelect
|
|
|
- > 关 键 字 :<el-input
|
|
|
- v-model="queryParams.searchText"
|
|
|
- size="small"
|
|
|
- style="width: 150px"
|
|
|
- placeholder="输入关键字"
|
|
|
- clearable
|
|
|
- @keyup.enter.native="clickQuery()"
|
|
|
- />
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- icon="el-icon-search"
|
|
|
- @click="clickQuery()"
|
|
|
- >查询</el-button
|
|
|
- >
|
|
|
+ 所属表册:<cpsSelect v-model="queryParams.sscbb" size="small" skey="cbb"
|
|
|
+ :params="{ ssgs: queryParams.ssgs, sscbpq: queryParams.sscbpq }" isDisabled="all" :refresh="cbbRefresh"
|
|
|
+ :labelGroup="true" :filterable="true" style="width: 150px">
|
|
|
+ </cpsSelect> 关 键 字 :<el-input v-model="queryParams.searchText" size="small" style="width: 150px"
|
|
|
+ placeholder="输入关键字" clearable @keyup.enter.native="clickQuery()" />
|
|
|
+ <el-button type="primary" size="small" icon="el-icon-search" @click="clickQuery()">查询</el-button>
|
|
|
</div>
|
|
|
<div style="height: calc(100% - 86px); border: 1px solid #dcdfe6">
|
|
|
- <tfTable
|
|
|
- :table-data="dataList"
|
|
|
- :column="columns"
|
|
|
- :for-id="false"
|
|
|
- :pagination="true"
|
|
|
- :currentpage="pageInfo.current"
|
|
|
- :pagesize="pageInfo.size"
|
|
|
- :total="pageInfo.tableTotal"
|
|
|
- :border="true"
|
|
|
- :multiple="true"
|
|
|
- :fixed="true"
|
|
|
- :isdelete="false"
|
|
|
- :is-select="false"
|
|
|
- :stripe="true"
|
|
|
- @handleCurrentChange="handleCurrentChange"
|
|
|
- @handleSizeChange="handleSizeChange"
|
|
|
- @handleSelectionChange="handleSelectionChange"
|
|
|
- @sortChange="onCustomerSortChange"
|
|
|
- />
|
|
|
+ <tfTable :table-data="dataList" :column="columns" :for-id="false" :pagination="true"
|
|
|
+ :currentpage="pageInfo.current" :pagesize="pageInfo.size" :total="pageInfo.tableTotal" :border="true"
|
|
|
+ :multiple="true" :fixed="true" :isdelete="false" :is-select="false" :stripe="true"
|
|
|
+ @handleCurrentChange="handleCurrentChange" @handleSizeChange="handleSizeChange"
|
|
|
+ @handleSelectionChange="handleSelectionChange" @sortChange="onCustomerSortChange" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -84,141 +36,58 @@
|
|
|
<div class="content-title">抄收关系设置</div>
|
|
|
<el-divider />
|
|
|
<div class="content-body" style="height: calc(100% - 42px)">
|
|
|
- <el-tabs
|
|
|
- v-model="activeName"
|
|
|
- type="card"
|
|
|
- @tab-click="tabs_handleClick"
|
|
|
- >
|
|
|
+ <el-tabs v-model="activeName" type="card" @tab-click="tabs_handleClick">
|
|
|
<el-tab-pane label="总分表关系" name="first">
|
|
|
<div style="height: 45px; display: flex; align-items: center">
|
|
|
<el-row style="flex: 1">
|
|
|
<el-col :span="16" style="text-align: right">
|
|
|
- <span class="mis-highlightFont"
|
|
|
- ><label>[总表]</label></span
|
|
|
- >用户编号:<el-input
|
|
|
- v-model="yhbhZb"
|
|
|
- size="small"
|
|
|
- style="width: 200px"
|
|
|
- placeholder="输入用户编号"
|
|
|
- clearable
|
|
|
- class="mis-highlightFont"
|
|
|
- @change="clickQuery_zfb()"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- slot="append"
|
|
|
- size="small"
|
|
|
- icon="el-icon-search"
|
|
|
- @click="clickQuery_zfb()"
|
|
|
- ></el-button>
|
|
|
+ <span class="mis-highlightFont"><label>[总表]</label></span>用户编号:<el-input v-model="yhbhZb"
|
|
|
+ size="small" style="width: 200px" placeholder="输入用户编号" clearable class="mis-highlightFont"
|
|
|
+ @change="clickQuery_zfb()">
|
|
|
+ <el-button slot="append" size="small" icon="el-icon-search" @click="clickQuery_zfb()"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="list-opCol">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- icon="el-icon-plus"
|
|
|
- @click="clickAdd_zfb()"
|
|
|
- >绑定</el-button
|
|
|
- >
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- size="small"
|
|
|
- icon="el-icon-delete"
|
|
|
- @click="clickDelete_zfb()"
|
|
|
- >移除</el-button
|
|
|
- >
|
|
|
+ <el-button type="primary" size="small" icon="el-icon-plus" @click="clickAdd_zfb()">绑定</el-button>
|
|
|
+ <el-button type="danger" size="small" icon="el-icon-delete"
|
|
|
+ @click="clickDelete_zfb()">移除</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <div
|
|
|
- style="height: calc(100% - 45px); border: 1px solid #dcdfe6"
|
|
|
- >
|
|
|
- <tfTable
|
|
|
- :table-data="dataList_zfb"
|
|
|
- :column="columns_zfb"
|
|
|
- :for-id="false"
|
|
|
- :pagination="true"
|
|
|
- :currentpage="pageInfo_zfb.current"
|
|
|
- :pagesize="pageInfo_zfb.size"
|
|
|
- :total="pageInfo_zfb.tableTotal"
|
|
|
- :border="true"
|
|
|
- :multiple="true"
|
|
|
- :fixed="true"
|
|
|
- :isdelete="false"
|
|
|
- :is-select="false"
|
|
|
- :stripe="true"
|
|
|
- @handleCurrentChange="handleCurrentChange_zfb"
|
|
|
- @handleSizeChange="handleSizeChange_zfb"
|
|
|
- @handleSelectionChange="handleSelectionChange_zfb"
|
|
|
- @sortChange="onCustomerSortChange_zfb"
|
|
|
- @rowClick="handleRowClick_zfb"
|
|
|
- />
|
|
|
+ <div style="height: calc(100% - 45px); border: 1px solid #dcdfe6">
|
|
|
+ <tfTable :table-data="dataList_zfb" :column="columns_zfb" :for-id="false" :pagination="true"
|
|
|
+ :currentpage="pageInfo_zfb.current" :pagesize="pageInfo_zfb.size" :total="pageInfo_zfb.tableTotal"
|
|
|
+ :border="true" :multiple="true" :fixed="true" :isdelete="false" :is-select="false" :stripe="true"
|
|
|
+ @handleCurrentChange="handleCurrentChange_zfb" @handleSizeChange="handleSizeChange_zfb"
|
|
|
+ @handleSelectionChange="handleSelectionChange_zfb" @sortChange="onCustomerSortChange_zfb"
|
|
|
+ @rowClick="handleRowClick_zfb" />
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="付费关系" name="second">
|
|
|
<div style="height: 45px; display: flex; align-items: center">
|
|
|
<el-row style="flex: 1">
|
|
|
<el-col :span="16" style="text-align: right">
|
|
|
- <span class="mis-highlightFont"
|
|
|
- ><label>[主户]</label></span
|
|
|
- >用户编号:<el-input
|
|
|
- v-model="queryParams_ffgx.customerNoMain"
|
|
|
- size="small"
|
|
|
- style="width: 200px"
|
|
|
- placeholder="输入用户编号"
|
|
|
- clearable
|
|
|
- class="mis-highlightFont"
|
|
|
- @change="clickQuery_ffgx()"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- slot="append"
|
|
|
- size="small"
|
|
|
- icon="el-icon-search"
|
|
|
- @click="clickQuery_ffgx()"
|
|
|
- ></el-button>
|
|
|
+ <span class="mis-highlightFont"><label>[主户]</label></span>用户编号:<el-input
|
|
|
+ v-model="queryParams_ffgx.customerNoMain" size="small" style="width: 200px" placeholder="输入用户编号"
|
|
|
+ clearable class="mis-highlightFont" @change="clickQuery_ffgx()">
|
|
|
+ <el-button slot="append" size="small" icon="el-icon-search"
|
|
|
+ @click="clickQuery_ffgx()"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="list-opCol">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- icon="el-icon-plus"
|
|
|
- @click="clickAdd_ffgx()"
|
|
|
- >绑定</el-button
|
|
|
- >
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- size="small"
|
|
|
- icon="el-icon-delete"
|
|
|
- @click="clickDelete_ffgx()"
|
|
|
- >移除</el-button
|
|
|
- >
|
|
|
+ <el-button type="primary" size="small" icon="el-icon-plus" @click="clickAdd_ffgx()">绑定</el-button>
|
|
|
+ <el-button type="danger" size="small" icon="el-icon-delete"
|
|
|
+ @click="clickDelete_ffgx()">移除</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <div
|
|
|
- style="height: calc(100% - 45px); border: 1px solid #dcdfe6"
|
|
|
- >
|
|
|
- <tfTable
|
|
|
- :table-data="dataList_ffgx"
|
|
|
- :column="columns_ffgx"
|
|
|
- :for-id="false"
|
|
|
- :pagination="true"
|
|
|
- :currentpage="pageInfo_ffgx.current"
|
|
|
- :pagesize="pageInfo_ffgx.size"
|
|
|
- :total="pageInfo_ffgx.tableTotal"
|
|
|
- :border="true"
|
|
|
- :multiple="true"
|
|
|
- :fixed="true"
|
|
|
- :isdelete="false"
|
|
|
- :is-select="false"
|
|
|
- :stripe="true"
|
|
|
- @handleCurrentChange="handleCurrentChange_ffgx"
|
|
|
- @handleSizeChange="handleSizeChange_ffgx"
|
|
|
- @handleSelectionChange="handleSelectionChange_ffgx"
|
|
|
- @sortChange="onCustomerSortChange_ffgx"
|
|
|
- @rowClick="handleRowClick_ffgx"
|
|
|
- />
|
|
|
+ <div style="height: calc(100% - 45px); border: 1px solid #dcdfe6">
|
|
|
+ <tfTable :table-data="dataList_ffgx" :column="columns_ffgx" :for-id="false" :pagination="true"
|
|
|
+ :currentpage="pageInfo_ffgx.current" :pagesize="pageInfo_ffgx.size" :total="pageInfo_ffgx.tableTotal"
|
|
|
+ :border="true" :multiple="true" :fixed="true" :isdelete="false" :is-select="false" :stripe="true"
|
|
|
+ @handleCurrentChange="handleCurrentChange_ffgx" @handleSizeChange="handleSizeChange_ffgx"
|
|
|
+ @handleSelectionChange="handleSelectionChange_ffgx" @sortChange="onCustomerSortChange_ffgx"
|
|
|
+ @rowClick="handleRowClick_ffgx" />
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
@@ -464,7 +333,7 @@ export default {
|
|
|
.catch((ex) => {
|
|
|
this.$message.error("查询失败!");
|
|
|
})
|
|
|
- .finally(() => {});
|
|
|
+ .finally(() => { });
|
|
|
},
|
|
|
|
|
|
/* ----- dom事件 ----- */
|
|
@@ -541,7 +410,7 @@ export default {
|
|
|
.catch((ex) => {
|
|
|
this.$message.error("查询失败!");
|
|
|
})
|
|
|
- .finally(() => {});
|
|
|
+ .finally(() => { });
|
|
|
},
|
|
|
|
|
|
/* ----- dom事件 ----- */
|
|
@@ -666,7 +535,7 @@ export default {
|
|
|
.catch((ex) => {
|
|
|
this.$message.error("查询失败!");
|
|
|
})
|
|
|
- .finally(() => {});
|
|
|
+ .finally(() => { });
|
|
|
},
|
|
|
|
|
|
/* ----- dom事件 ----- */
|