Commit 3bdb8700 authored by 李苏's avatar 李苏 💬

部分字段展示

parent 4ff0159a
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<el-col :span="6" class="search-col"> <el-col :span="6" 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="6" class="search-col"> <el-col :span="6" 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="6" class="search-col"> <el-col :span="6" class="search-col">
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
:match="{value:'id',label:'name'}" v-model='queryParams.flid'></RelSelect> :match="{value:'id',label:'name'}" v-model='queryParams.flid'></RelSelect>
</div> </div>
</el-col> </el-col>
<!-- <el-col :span="6" class="search-col">--> <!-- <el-col :span="6" class="search-col">-->
<!-- <div class="search-item">--> <!-- <div class="search-item">-->
<!-- <span class="search-span">状态:</span>--> <!-- <span class="search-span">状态:</span>-->
<!-- <RelSelect style="width: 100%;" src='hafms/yssq/init/zt' filterable clearable--> <!-- <RelSelect style="width: 100%;" src='hafms/yssq/init/zt' filterable clearable-->
<!-- :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect>--> <!-- :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect>-->
<!-- </div>--> <!-- </div>-->
<!-- </el-col>--> <!-- </el-col>-->
</el-row> </el-row>
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<AddButton ref="add" :app='app'></AddButton> <AddButton ref="add" :app='app'></AddButton>
<CopyButton ref="copy" :app='app'></CopyButton> <CopyButton ref="copy" :app='app'></CopyButton>
<EditButton ref="edit" :app='app'></EditButton> <EditButton ref="edit" :app='app'></EditButton>
<!-- <el-button size='mini' @click="yssqsp()" type="primary">预算申请审批</el-button>--> <!-- <el-button size='mini' @click="yssqsp()" type="primary">预算申请审批</el-button>-->
<!--<PageDetail @created='created' :page='page' style="margin-left: 10px;" />--> <!--<PageDetail @created='created' :page='page' style="margin-left: 10px;" />-->
<!-- <AttachFileButton :app='app' ></AttachFileButton> --> <!-- <AttachFileButton :app='app' ></AttachFileButton> -->
<!-- 额外按钮--> <!-- 额外按钮-->
...@@ -76,8 +76,7 @@ ...@@ -76,8 +76,7 @@
<!-- 多选数组转 --> <!-- 多选数组转 -->
<TablePager :multipleTrans="[ <TablePager :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>
...@@ -107,7 +106,7 @@ ...@@ -107,7 +106,7 @@
}, },
data() { data() {
return { return {
page:yssqtz, page: yssqtz,
/*需要的额外参数 */ /*需要的额外参数 */
showDialog: false, showDialog: false,
DialogName: '', DialogName: '',
...@@ -117,13 +116,13 @@ ...@@ -117,13 +116,13 @@
baseUrl: 'hafms/yssq', baseUrl: 'hafms/yssq',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
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: [
...@@ -133,28 +132,62 @@ ...@@ -133,28 +132,62 @@
// label: 'name', // label: 'name',
// value: 'id' // value: 'id'
// }}, // }},
{title: "申请单号", field: "djid", fieldType: "ftString", width: 100}, {
title: "申请单号",
field: "djid",
fieldType: "ftString",
width: 100
},
// {title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140}, // {title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140},
{title: "公司名称", field: "sjbmName", fieldType: "ftString",width:140}, {
title: "公司名称",
field: "sjbmName",
fieldType: "ftString",
width: 140
},
// {title: "部门编码", field: "bmcode", fieldType: "ftString",width:140}, // {title: "部门编码", field: "bmcode", fieldType: "ftString",width:140},
{title: "部门名称", field: "bmName", fieldType: "ftString",width:140}, {
{title: "填报日期", field: "tbrq", fieldType: "ftDate"}, title: "部门名称",
field: "bmName",
fieldType: "ftString",
width: 140
},
{
title: "填报日期",
field: "tbrq",
fieldType: "ftDate"
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192}, // {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{title: "填报人", field: "tbr", fieldType: "ftString",width:180}, {
// {title: "申请金额", field: "sqje", fieldType: "float"}, title: "填报人",
// {title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200}, field: "tbr",
fieldType: "ftString",
width: 180
},
{
title: "申请金额(万元)",
field: "sqje",
fieldType: "float",
width: 150
},
{
title: "联系电话",
field: "lxfs1",
fieldType: "ftString",
width: 200
}
// {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120} // {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120}
] ]
} }
}, },
methods: { methods: {
created(vdom){ created(vdom) {
vdom.queryParams.djid=123 vdom.queryParams.djid = 123
}, },
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()
} }
...@@ -173,7 +206,7 @@ ...@@ -173,7 +206,7 @@
/* 删除操作*/ /* 删除操作*/
apiDelete: doDelete, apiDelete: doDelete,
/* 初始化赋值操作*/ /* 初始化赋值操作*/
queryDetail:yssqmx queryDetail: yssqmx
}, },
components: { components: {
Edit, Edit,
...@@ -182,8 +215,7 @@ ...@@ -182,8 +215,7 @@
</script> </script>
<style scoped> <style scoped>
.search-col{ .search-col {
max-width: 350px; max-width: 350px;
} }
</style> </style>
\ No newline at end of file
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<el-col :span="6" class="search-col"> <el-col :span="6" 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="6" class="search-col"> <el-col :span="6" 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="6" class="search-col"> <el-col :span="6" class="search-col">
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
:match="{value:'id',label:'name'}" v-model='queryParams.flid'></RelSelect> :match="{value:'id',label:'name'}" v-model='queryParams.flid'></RelSelect>
</div> </div>
</el-col> </el-col>
<!-- <el-col :span="6" class="search-col">--> <!-- <el-col :span="6" class="search-col">-->
<!-- <div class="search-item">--> <!-- <div class="search-item">-->
<!-- <span class="search-span">状态:</span>--> <!-- <span class="search-span">状态:</span>-->
<!-- <RelSelect style="width: 100%;" src='hafms/yssq/init/zt' filterable clearable--> <!-- <RelSelect style="width: 100%;" src='hafms/yssq/init/zt' filterable clearable-->
<!-- :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect>--> <!-- :match="{value:'id',label:'name'}" v-model='queryParams.zt'></RelSelect>-->
<!-- </div>--> <!-- </div>-->
<!-- </el-col>--> <!-- </el-col>-->
</el-row> </el-row>
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
...@@ -77,8 +77,7 @@ ...@@ -77,8 +77,7 @@
<!-- 多选数组转 --> <!-- 多选数组转 -->
<TablePager :multipleTrans="[ <TablePager :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>
...@@ -102,7 +101,7 @@ ...@@ -102,7 +101,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() {
console.log('pageQuery') console.log('pageQuery')
...@@ -120,13 +119,13 @@ ...@@ -120,13 +119,13 @@
baseUrl: 'hafms/ystz', baseUrl: 'hafms/ystz',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
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: [
...@@ -136,16 +135,50 @@ ...@@ -136,16 +135,50 @@
// label: 'name', // label: 'name',
// value: 'id' // value: 'id'
// }}, // }},
{title: "申请单号", field: "djid", fieldType: "ftString", width: 100}, {
title: "申请单号",
field: "djid",
fieldType: "ftString",
width: 100
},
// {title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140}, // {title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140},
{title: "公司名称", field: "sjbmName", fieldType: "ftString",width:140}, {
title: "公司名称",
field: "sjbmName",
fieldType: "ftString",
width: 140
},
// {title: "部门编码", field: "bmcode", fieldType: "ftString",width:140}, // {title: "部门编码", field: "bmcode", fieldType: "ftString",width:140},
{title: "部门名称", field: "bmName", fieldType: "ftString",width:140}, {
{title: "填报日期", field: "tbrq", fieldType: "ftDate"}, title: "部门名称",
field: "bmName",
fieldType: "ftString",
width: 140
},
{
title: "填报日期",
field: "tbrq",
fieldType: "ftDate"
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192}, // {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{title: "填报人", field: "tbr", fieldType: "ftString",width:180}, {
// {title: "申请金额", field: "sqje", fieldType: "float"}, title: "填报人",
// {title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200}, field: "tbr",
fieldType: "ftString",
width: 180
},
{
title: "申请金额(万元)",
field: "sqje",
fieldType: "float",
width: 150
},
{
title: "联系电话",
field: "lxfs1",
fieldType: "ftString",
width: 200
},
// {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120} // {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120}
] ]
} }
...@@ -154,10 +187,10 @@ ...@@ -154,10 +187,10 @@
dcmb() { dcmb() {
download('hafms/yssq/ystz/model/export', {}, '预算申请导出.xlsx') 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 => {
if(res.success){ if (res.success) {
this.$success('操作成功'); this.$success('操作成功');
this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery()
} }
...@@ -176,7 +209,7 @@ ...@@ -176,7 +209,7 @@
/* 删除操作*/ /* 删除操作*/
apiDelete: doDelete, apiDelete: doDelete,
/* 初始化赋值操作*/ /* 初始化赋值操作*/
queryDetail:ystzmx queryDetail: ystzmx
}, },
components: { components: {
Edit, Edit,
...@@ -185,8 +218,7 @@ ...@@ -185,8 +218,7 @@
</script> </script>
<style scoped> <style scoped>
.search-col{ .search-col {
max-width: 350px; max-width: 350px;
} }
</style> </style>
\ No newline at end of file
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