Commit 39644a74 authored by 李苏's avatar 李苏 💬

1.组件,2.稽核双击,3.预算展示列,4.导出。5保系统名

parent fb2dd784
...@@ -61,7 +61,7 @@ const permission = { ...@@ -61,7 +61,7 @@ const permission = {
// 向后端请求路由数据 // 向后端请求路由数据
getRouters({}).then(res => { getRouters({}).then(res => {
let appName=res.data.appName||'' let appName=res.data.appName||'国网淮安供电公司财务展示系统'
commit('SET_APPNAME', appName) commit('SET_APPNAME', appName)
localStorage.setItem('appName',appName) localStorage.setItem('appName',appName)
......
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
// this.getCode(); // this.getCode();
this.getCookie(); this.getCookie();
systeminfo({}).then(res=>{ systeminfo({}).then(res=>{
this.appName=res.data.records.appName||'' this.appName=res.data.records.appName||'网淮安供电公司财务展示系统'
document.title=this.appName document.title=this.appName
}) })
}, },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<DefaultDialog :app='app'> <DefaultDialog :app='app'>
<div slot="form" style="display: flex;height: 70vh;"> <div slot="form" style="display: flex;height: 70vh;">
<div class="full"> <div class="full">
<EditTable :allowEdit='false' :spanMethod='spanMethod' ref="editTable" :editTableData='newFormDetail' <EditTable @initTableTitle='initTableTitle' :allowEdit='false' :spanMethod='spanMethod' ref="editTable" :editTableData='newFormDetail'
:app='this'></EditTable> :app='this'></EditTable>
</div> </div>
</div> </div>
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
async mounted() { async mounted() {
}, },
computed: { computed: {
newFormDetail() { newFormDetail() {
...@@ -126,6 +127,26 @@ ...@@ -126,6 +127,26 @@
} }
}, },
methods: { methods: {
initTableTitle(){
const list = this.$refs.editTable.tableTitle
const showList = [
'pje', 'mje', 'tzhje'
]
if(this.app.queryParams.xsystz=='Y'){
list.forEach(item => {
if (item && item.prop && showList.includes(item.prop)) {
item.show = true
}
})
}else{
list.forEach(item => {
if (item && item.prop && showList.includes(item.prop)) {
item.show = false
}
})
}
},
spanMethod({ spanMethod({
row, row,
column, column,
......
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
<el-col :span="5" class="search-col"> <el-col :span="5" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">开始日期:</span> <span class="search-span">开始日期:</span>
<el-date-picker value-format="timestamp" v-model='queryParams.start' ></el-date-picker> <el-date-picker value-format="timestamp" v-model='queryParams.start'></el-date-picker>
</div> </div>
</el-col> </el-col>
<el-col :span="5" class="search-col"> <el-col :span="5" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">截止日期:</span> <span class="search-span">截止日期:</span>
<el-date-picker value-format="timestamp" v-model='queryParams.end' ></el-date-picker> <el-date-picker value-format="timestamp" v-model='queryParams.end'></el-date-picker>
</div> </div>
</el-col> </el-col>
<el-col :span="5" class="search-col"> <el-col :span="5" class="search-col">
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</div> </div>
</el-col> </el-col>
<el-col :span="4" class="search-col"> <el-col :span="4" class="search-col">
<el-checkbox @change="$refs['TablePager'].pageQuery()" true-label='Y' false-label='N' v-model="queryParams.xsystz">显示调整信息</el-checkbox> <el-checkbox @change="tzxx" true-label='Y' false-label='N' v-model="queryParams.xsystz">显示调整信息</el-checkbox>
</el-col> </el-col>
</el-row> </el-row>
...@@ -68,14 +68,9 @@ ...@@ -68,14 +68,9 @@
<!-- 表格--> <!-- 表格-->
<div class="tablePagers"> <div class="tablePagers">
<!-- 多选数组转 --> <!-- 多选数组转 -->
<TablePager <TablePager fePage :operateButtons="false" @tpDbClick="tpDbClick" :multipleTrans="[
fePage
:operateButtons="false"
@tpDbClick="tpDbClick"
:multipleTrans="[
'sjbmids','chooseBmids' 'sjbmids','chooseBmids'
]"@getData='getData' :ref="'TablePager'" :app='app' :query='query' @selectItem='selectItem' ]" @getData='getData' :ref="'TablePager'" :app='app' :query='query' @selectItem='selectItem' @getRow='getRow'>
@getRow='getRow'>
</TablePager> </TablePager>
</div> </div>
</div> </div>
...@@ -93,7 +88,7 @@ ...@@ -93,7 +88,7 @@
} from 'common' } from 'common'
import cycle from 'common/src/mixin/cycle.js' import cycle from 'common/src/mixin/cycle.js'
export default { export default {
mixins: [tableMixin,cycle], mixins: [tableMixin, cycle],
/* 初始额外赋值*/ /* 初始额外赋值*/
async mounted() { async mounted() {
this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery()
...@@ -110,53 +105,105 @@ ...@@ -110,53 +105,105 @@
baseUrl: 'hafms/ystz', baseUrl: 'hafms/ystz',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
xsystz:'N', xsystz: 'Y',
start:new Date().getTime()-1000*60*60*24*30, start: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
end: new Date().getTime(), end: new Date().getTime(),
flid:'', flid: '',
zt:'', zt: '',
djid:'', djid: '',
sjbmids:[], sjbmids: [],
chooseBmids:[] chooseBmids: []
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [{
{title: "年度", field: "year", fieldType: "ftString",width:120}, title: "年度",
{title: "事项", field: "flname", fieldType: "ftString",width:300}, field: "year",
{title: "需求金额", field: "xqje", fieldType: "money",width:229}, fieldType: "ftString",
{title: "调增金额", field: "pje", fieldType: "money",width:220}, width: 120
{title: "调减金额", field: "mje", fieldType: "money",width:220}, },
{title: "调整后金额", field: "tzhje", fieldType: "money"}, {
title: "事项",
field: "flname",
fieldType: "ftString",
width: 300
},
{
title: "需求金额",
field: "xqje",
fieldType: "money",
width: 229
},
{
title: "调增金额",
field: "pje",
fieldType: "money",
width: 220
},
{
title: "调减金额",
field: "mje",
fieldType: "money",
width: 220
},
{
title: "调整后金额",
field: "tzhje",
fieldType: "money"
},
] ]
} }
}, },
methods: { methods: {
tpDbClick(row){ tzxx(e) {
const list = this.$refs.TablePager.newGridList
const showList = [
'pje', 'mje', 'tzhje'
]
/* Y 显示 N隐藏*/
if (e == 'Y') {
list.forEach(item => {
if (item && item.prop && showList.includes(item.prop)) {
item.show = true
}
})
} else {
list.forEach(item => {
if (item && item.prop && showList.includes(item.prop)) {
item.show = false
}
})
}
this.$refs['TablePager'].pageQuery()
},
tpDbClick(row) {
queryDetail({ queryDetail({
year:row.year, year: row.year,
flid:row.flid, flid: row.flid,
xsystz:this.queryParams.xsystz xsystz: this.queryParams.xsystz
}).then(res=>{ }).then(res => {
if(res.success){ if (res.success) {
const {records} = res.data const {
if(records.length>0){ records
this.DialogTitle="查看详情" } = res.data
this.DialogWidth="70vw" if (records.length > 0) {
this.showDialog=true this.DialogTitle = "查看详情"
this.$nextTick(()=>{ this.DialogWidth = "70vw"
this.$refs.detail.formDetail=records||[] this.showDialog = true
this.$nextTick(() => {
this.$refs.detail.formDetail = records || []
}) })
}else{ } else {
this.$warning('暂无数据') this.$warning('暂无数据')
} }
} }
}) })
}, },
yssqsp(){ yssqsp() {
if (this.app.selectOne || this.app.clickOne) { if (this.app.selectOne || this.app.clickOne) {
submit(this.singleItem).then(res=>{ submit(this.singleItem).then(res => {
if(res.success){ if (res.success) {
this.$success('操作成功'); this.$success('操作成功');
this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery()
} }
...@@ -168,7 +215,7 @@ ...@@ -168,7 +215,7 @@
}, },
/* 基础查询*/ /* 基础查询*/
query: doQuery, query: doQuery,
queryDetail:queryDetail queryDetail: queryDetail
}, },
components: { components: {
Edit, Edit,
...@@ -178,8 +225,7 @@ ...@@ -178,8 +225,7 @@
</script> </script>
<style scoped> <style scoped>
.search-col{ .search-col {
max-width: 350px; max-width: 350px;
} }
</style> </style>
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
<CopyButton ref="copy" :app='app'></CopyButton> <CopyButton ref="copy" :app='app'></CopyButton>
<EditButton ref="edit" :app='app'></EditButton> <EditButton ref="edit" :app='app'></EditButton>
<AttachFileButton :app='this' /> <AttachFileButton :app='this' />
<el-button size='mini' @click="dcmb()" type="primary">导出模板</el-button>
<!-- <el-button size='mini' @click="yssqsp()" type="primary">预算申请审批</el-button> --> <!-- <el-button size='mini' @click="yssqsp()" type="primary">预算申请审批</el-button> -->
<!-- <AttachFileButton :app='app' ></AttachFileButton> --> <!-- <AttachFileButton :app='app' ></AttachFileButton> -->
<!-- 额外按钮--> <!-- 额外按钮-->
...@@ -83,6 +84,9 @@ ...@@ -83,6 +84,9 @@
</div> </div>
</template> </template>
<script> <script>
import {
download
} from 'common/src/utils/request.js'
import { import {
doQuery, doQuery,
doAdd, doAdd,
...@@ -147,6 +151,9 @@ ...@@ -147,6 +151,9 @@
} }
}, },
methods: { methods: {
dcmb() {
download('hafms/yssq/ystz/model/export', {}, '预算申请导出.xlsx')
},
yssqsp(){ yssqsp(){
if (this.app.selectOne || this.app.clickOne) { if (this.app.selectOne || this.app.clickOne) {
submit(this.singleItem).then(res=>{ submit(this.singleItem).then(res=>{
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</el-row> </el-row>
<!-- 表格--> <!-- 表格-->
<div class="tablePagers"> <div class="tablePagers">
<TablePager @getData='getData' :ref="'TablePager'" :app='app' :query='query' @selectItem='selectItem' <TablePager @dblclick.native="xq()" @getData='getData' :ref="'TablePager'" :app='app' :query='query' @selectItem='selectItem'
:operateButtons='false' :multipleTrans="[ :operateButtons='false' :multipleTrans="[
'wtlxids','chooseLrzxids' 'wtlxids','chooseLrzxids'
]" @getRow='getRow'> ]" @getRow='getRow'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment