|
|
@@ -10,22 +10,25 @@
|
|
|
<i class="icon icon-table2"></i> 缴费信息列表
|
|
|
</span>
|
|
|
<el-form ref="form" :inline="true" style="float: right; margin-top: -10px">
|
|
|
- <el-form-item label="缴费日期">
|
|
|
- <el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"
|
|
|
- start-placeholder="生成日期" end-placeholder="结束日期"></el-date-picker>
|
|
|
+ <!--<el-form-item label="缴费日期">-->
|
|
|
+ <!--<el-date-picker size="mini" style="width: 220px" v-model="CreateOn" type="daterange" range-separator="至"-->
|
|
|
+ <!--start-placeholder="生成日期" end-placeholder="结束日期"></el-date-picker>-->
|
|
|
+ <!--</el-form-item>-->
|
|
|
+ <el-form-item label="公司名称">
|
|
|
+ <el-input v-model="searchForm.SupplierName" placeholder="请输入" style="width: 100%"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="缴费类别">
|
|
|
- <el-select size="mini" style="width:100px" v-model="searchForm.SupplierTypeName" placeholder="准入类别">
|
|
|
+ <el-form-item label="项目类别">
|
|
|
+ <el-select size="mini" style="width:100px" v-model="searchForm.SupplierTypeCode" placeholder="准入类别">
|
|
|
<el-option label="物资类" value="01"></el-option>
|
|
|
- <el-option label="技术服务类" value="03"></el-option>
|
|
|
<el-option label="基建类" value="02"></el-option>
|
|
|
+ <el-option label="技术服务类" value="03"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-dropdown split-button type="primary" size="mini" @click="handleSearch" @command="searchCommand">
|
|
|
查询
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item command="search">高级查询</el-dropdown-item>
|
|
|
+ <!--<el-dropdown-item command="search">高级查询</el-dropdown-item>-->
|
|
|
<el-dropdown-item command="clear">查询重置</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
@@ -35,8 +38,8 @@
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
|
|
|
<el-table-column label="操作" min-width="180" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
- <router-link :to="'/oilsupplier/annuaudit/' + scope.row.Id + '/operation'">
|
|
|
- <el-button type="primary" plain title="查看详情" size="mini">打开</el-button>
|
|
|
+ <router-link :to="'/oilsupplier/paymentinfo/' + scope.row.Id + '/operation'">
|
|
|
+ <el-button type="primary" plain title="查看详情" size="mini">缴费</el-button>
|
|
|
</router-link>
|
|
|
<!-- <el-popover placement="top" title="提示">
|
|
|
<el-alert
|
|
|
@@ -51,62 +54,29 @@
|
|
|
</div>
|
|
|
<el-button :disabled="scope.row.Status != 0" slot="reference" type="primary" plain title="删除" style="margin-left:3px" size="mini">删除</el-button>
|
|
|
</el-popover> -->
|
|
|
- <el-dropdown @command="MoreCmdClick">
|
|
|
- <el-button size="mini" type="primary" plain style="margin-left:5px;">
|
|
|
- 更多<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
- </el-button>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
- <!--<el-dropdown-item :command="GetCommand('JiaoHe', scope.row)" v-if="scope.row.CheckStatus == 1">数据校核</el-dropdown-item>
|
|
|
- <el-dropdown-item :command="GetCommand('ShenHe', scope.row)" v-if="scope.row.CheckStatus == 2">数据审核</el-dropdown-item>-->
|
|
|
- <el-dropdown-item :command="GetCommand('History', scope.row)">审批历史</el-dropdown-item>
|
|
|
- <el-dropdown-item :command="GetCommand('Delete', scope.row)" :disabled="scope.row.Status != 0" divided>
|
|
|
- 删除数据
|
|
|
- </el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
+ <!--<el-dropdown @command="MoreCmdClick">-->
|
|
|
+ <!--<el-button size="mini" type="primary" plain style="margin-left:5px;">-->
|
|
|
+ <!--更多<i class="el-icon-arrow-down el-icon--right"></i>-->
|
|
|
+ <!--</el-button>-->
|
|
|
+ <!--<el-dropdown-menu slot="dropdown">-->
|
|
|
+ <!--<!–<el-dropdown-item :command="GetCommand('History', scope.row)">审批历史</el-dropdown-item>–>-->
|
|
|
+ <!--<el-dropdown-item :command="GetCommand('Delete', scope.row)" :disabled="scope.row.Status != 0" divided>-->
|
|
|
+ <!--删除数据-->
|
|
|
+ <!--</el-dropdown-item>-->
|
|
|
+ <!--</el-dropdown-menu>-->
|
|
|
+ <!--</el-dropdown>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <!--<el-table-column v-for="column in tableColumns" :key="column.Id" :prop="column.prop" sortable min-width="100"-->
|
|
|
- <!--:label="column.label" align="center" show-overflow-tooltip>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
|
|
|
- <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeCode" label="缴费类型"></el-table-column>
|
|
|
- <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeCode" label="缴费金额">
|
|
|
-
|
|
|
+ <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>
|
|
|
+ <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="缴费类型">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ transferStr(scope.row.PayType) }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="Amount" label="缴费金额">
|
|
|
</el-table-column>
|
|
|
- <!--<el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="初审未通过" type="warning">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='4'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="审核未通过" type="error">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='0'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="已申请" type="info">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="初审通过" type="success">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='5'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="已交费" type="success">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--<el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"-->
|
|
|
- <!--title="专业审核通过" type="success">-->
|
|
|
- <!--</el-alert>-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
- <!--<el-table-column prop="ApplyTime" sortable min-width="100" label="年审日期" align="center" show-overflow-tooltip>-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--{{ jstimehandle(scope.row.ApplyTime+'') }}-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
- <!--<el-table-column prop="CreateOn" sortable min-width="100" label="申请日期" align="center" show-overflow-tooltip>-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--{{ jstimehandle(scope.row.CreateOn+'') }}-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
</el-table>
|
|
|
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
:page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper"
|
|
|
@@ -238,12 +208,10 @@
|
|
|
authUser: 'authUser'
|
|
|
})
|
|
|
},
|
|
|
- name: 'annualaudit',
|
|
|
+ name: 'paymentinfo',
|
|
|
|
|
|
data () {
|
|
|
return {
|
|
|
- historyVisible: false,
|
|
|
- addshow: false,
|
|
|
dialogVisible: false,
|
|
|
delevisble: false,
|
|
|
// 列表数据
|
|
|
@@ -276,16 +244,9 @@
|
|
|
},
|
|
|
searchForm: {
|
|
|
Id: '',
|
|
|
- RecUnitId: '',
|
|
|
- AccessCardNo: '',
|
|
|
- SupplierTypeName: '',
|
|
|
+ SupplierTypeCode: '',
|
|
|
SupplierName: '',
|
|
|
- Num: '',
|
|
|
- ProjectName: '',
|
|
|
- Performance: '',
|
|
|
- WorkRange: '',
|
|
|
- Status: '',
|
|
|
- BackReason: '',
|
|
|
+ IsPay: '1',
|
|
|
CreateOn: '',
|
|
|
CreateUserId: '',
|
|
|
CreateBy: '',
|
|
|
@@ -324,10 +285,10 @@
|
|
|
// 查询条件
|
|
|
Object.assign(params, this.searchForm)
|
|
|
// 访问接口
|
|
|
+ console.log(params)
|
|
|
api.getList(myCreateOn.join(','), params, this.$axios).then(res => {
|
|
|
this.entityList = res.data.items
|
|
|
this.currentItemCount = res.data.currentItemCount
|
|
|
- console.log(this.entityList, 'this.entityList')
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
})
|
|
|
@@ -366,6 +327,17 @@
|
|
|
this.CreateOn = ''
|
|
|
this.initDatas()
|
|
|
},
|
|
|
+
|
|
|
+ transferStr (val) {
|
|
|
+ if (val === '1') {
|
|
|
+ return '准入缴费'
|
|
|
+ } if (val === '2') {
|
|
|
+ return '年审缴费'
|
|
|
+ } else {
|
|
|
+ return val
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
handleSearch () {
|
|
|
this.currentPage = 1
|
|
|
this.dialogVisible = false
|
|
|
@@ -399,20 +371,6 @@
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- getvalues (val) {
|
|
|
- this.entrydetail.business = val.Id
|
|
|
- this.entrydetail.instance = val.WorkflowId
|
|
|
- this.historyVisible = true
|
|
|
- },
|
|
|
-
|
|
|
- MoreCmdClick (cmd) {
|
|
|
- if (cmd.Command === 'History') {
|
|
|
- this.getvalues(cmd.row)
|
|
|
- } else if (cmd.Command === 'Delete') {
|
|
|
- this.deleteEntity(cmd.row)
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
GetCommand (cmdType, row) {
|
|
|
let cmd = {}
|
|
|
cmd.Command = cmdType
|