Commit 60236685 authored by 李苏's avatar 李苏 💬

=》万元

parent 65c63a45
...@@ -129,27 +129,28 @@ ...@@ -129,27 +129,28 @@
width: 300 width: 300
}, },
{ {
title: "需求金额", title: "需求金额(万元)",
field: "xqje", field: "xqje",
fieldType: "money", fieldType: "money",
width: 229 width: 229
}, },
{ {
title: "调增金额", title: "调增金额(万元)",
field: "pje", field: "pje",
fieldType: "money", fieldType: "money",
width: 220 width: 220
}, },
{ {
title: "调减金额", title: "调减金额(万元)",
field: "mje", field: "mje",
fieldType: "money", fieldType: "money",
width: 220 width: 220
}, },
{ {
title: "调整后金额", title: "调整后金额(万元)",
field: "tzhje", field: "tzhje",
fieldType: "money" fieldType: "money",
width: 220
}, },
] ]
} }
......
...@@ -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">
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,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> -->
<!-- 额外按钮--> <!-- 额外按钮-->
...@@ -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>
...@@ -108,7 +107,7 @@ ...@@ -108,7 +107,7 @@
}, },
data() { data() {
return { return {
page:yssqtz, page: yssqtz,
/*需要的额外参数 */ /*需要的额外参数 */
showDialog: false, showDialog: false,
DialogName: '', DialogName: '',
...@@ -118,44 +117,100 @@ ...@@ -118,44 +117,100 @@
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: [
// {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200}, // {title: "预算任务", field: "ysflName", fieldType: "ftString",width:200},
{title: "状态", field: "zt", fieldType: "ftString", align:'center', width: 70, transform: { {
title: "状态",
field: "zt",
fieldType: "ftString",
align: 'center',
width: 70,
transform: {
url: 'hafms/yssq/init/zt', url: 'hafms/yssq/init/zt',
label: 'name', label: 'name',
value: 'id' value: 'id'
}}, }
{title: "申请单号", field: "djid", fieldType: "ftString", width: 100}, },
{title: "公司编码", field: "sjbmcode", fieldType: "ftString",width:140}, {
{title: "公司名称", field: "sjbmName", fieldType: "ftString",width:140}, title: "申请单号",
{title: "部门编码", field: "bmcode", fieldType: "ftString",width:140}, field: "djid",
{title: "部门名称", field: "bmName", fieldType: "ftString",width:140}, fieldType: "ftString",
{title: "填报日期", field: "tbrq", fieldType: "ftDate"}, width: 100
},
{
title: "公司编码",
field: "sjbmcode",
fieldType: "ftString",
width: 140
},
{
title: "公司名称",
field: "sjbmName",
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: "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",
{title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120} 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
}
] ]
} }
}, },
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()
} }
...@@ -174,7 +229,7 @@ ...@@ -174,7 +229,7 @@
/* 删除操作*/ /* 删除操作*/
apiDelete: doDelete, apiDelete: doDelete,
/* 初始化赋值操作*/ /* 初始化赋值操作*/
queryDetail:yssqmx queryDetail: yssqmx
}, },
components: { components: {
Edit, Edit,
...@@ -183,8 +238,7 @@ ...@@ -183,8 +238,7 @@
</script> </script>
<style scoped> <style scoped>
.search-col{ .search-col {
max-width: 350px; max-width: 350px;
} }
</style> </style>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{title: "填报日期", field: "tbrq", fieldType: "ftDate"}, {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: "tbr", fieldType: "ftString",width:180},
{title: "申请金额", field: "sqje", fieldType: "float"}, {title: "申请金额(万元)", field: "sqje", fieldType: "float",width:150},
{title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200}, {title: "联系电话", field: "lxfs1", fieldType: "ftString",width:200},
{title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120} {title: "内部短号", field: "lxfs2", fieldType: "ftString",width:120}
] ]
......
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