Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gavel-hafms-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
gavel-hafms-vue
Commits
60236685
Commit
60236685
authored
Oct 12, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
=》万元
parent
65c63a45
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
199 additions
and
144 deletions
+199
-144
index.vue
src/views/sbysjsp/yshz/index.vue
+6
-5
index.vue
src/views/sbysjsp/yssq/index.vue
+192
-138
index.vue
src/views/sbysjsp/yssqtz/index.vue
+1
-1
No files found.
src/views/sbysjsp/yshz/index.vue
View file @
60236685
...
...
@@ -129,27 +129,28 @@
width
:
300
},
{
title
:
"需求金额"
,
title
:
"需求金额
(万元)
"
,
field
:
"xqje"
,
fieldType
:
"money"
,
width
:
229
},
{
title
:
"调增金额"
,
title
:
"调增金额
(万元)
"
,
field
:
"pje"
,
fieldType
:
"money"
,
width
:
220
},
{
title
:
"调减金额"
,
title
:
"调减金额
(万元)
"
,
field
:
"mje"
,
fieldType
:
"money"
,
width
:
220
},
{
title
:
"调整后金额"
,
title
:
"调整后金额
(万元)
"
,
field
:
"tzhje"
,
fieldType
:
"money"
fieldType
:
"money"
,
width
:
220
},
]
}
...
...
src/views/sbysjsp/yssq/index.vue
View file @
60236685
...
...
@@ -7,13 +7,13 @@
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<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>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<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>
</el-col>
<!--
<el-col
:span=
"6"
class=
"search-col"
>
...
...
@@ -65,7 +65,7 @@
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<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;"
/>
-->
<!--
<AttachFileButton
:app=
'app'
></AttachFileButton>
-->
<!-- 额外按钮-->
...
...
@@ -77,8 +77,7 @@
<!-- 多选数组转 -->
<TablePager
:multipleTrans=
"[
'sjbmids','chooseBmids'
]"
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
]"
@
getData=
'getData'
:ref=
"'TablePager'"
:app=
'app'
:query=
'query'
@
selectItem=
'selectItem'
@
getRow=
'getRow'
>
</TablePager>
</div>
</div>
...
...
@@ -108,7 +107,7 @@
},
data
()
{
return
{
page
:
yssqtz
,
page
:
yssqtz
,
/*需要的额外参数 */
showDialog
:
false
,
DialogName
:
''
,
...
...
@@ -118,44 +117,100 @@
baseUrl
:
'hafms/yssq'
,
/* 查询参数*/
queryParams
:
{
start
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
start
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
end
:
new
Date
().
getTime
(),
flid
:
''
,
zt
:
''
,
djid
:
''
,
sjbmids
:[],
chooseBmids
:[]
flid
:
''
,
zt
:
''
,
djid
:
''
,
sjbmids
:
[],
chooseBmids
:
[]
},
/* 表格标题对应参数*/
tableTitle
:
[
// {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'
,
label
:
'name'
,
value
:
'id'
}},
{
title
:
"申请单号"
,
field
:
"djid"
,
fieldType
:
"ftString"
,
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
:
"djid"
,
fieldType
:
"ftString"
,
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
:
"tbr"
,
fieldType
:
"ftString"
,
width
:
180
},
{
title
:
"申请金额"
,
field
:
"sqje"
,
fieldType
:
"float"
},
{
title
:
"联系电话"
,
field
:
"lxfs1"
,
fieldType
:
"ftString"
,
width
:
200
},
{
title
:
"内部短号"
,
field
:
"lxfs2"
,
fieldType
:
"ftString"
,
width
:
120
}
{
title
:
"填报人"
,
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
}
]
}
},
methods
:
{
created
(
vdom
){
vdom
.
queryParams
.
djid
=
123
created
(
vdom
)
{
vdom
.
queryParams
.
djid
=
123
},
yssqsp
(){
yssqsp
()
{
if
(
this
.
app
.
selectOne
||
this
.
app
.
clickOne
)
{
submit
(
this
.
singleItem
).
then
(
res
=>
{
if
(
res
.
success
)
{
submit
(
this
.
singleItem
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
);
this
.
$refs
[
'TablePager'
].
pageQuery
()
}
...
...
@@ -174,7 +229,7 @@
/* 删除操作*/
apiDelete
:
doDelete
,
/* 初始化赋值操作*/
queryDetail
:
yssqmx
queryDetail
:
yssqmx
},
components
:
{
Edit
,
...
...
@@ -183,8 +238,7 @@
</
script
>
<
style
scoped
>
.search-col
{
.search-col
{
max-width
:
350px
;
}
</
style
>
src/views/sbysjsp/yssqtz/index.vue
View file @
60236685
...
...
@@ -145,7 +145,7 @@
{
title
:
"填报日期"
,
field
:
"tbrq"
,
fieldType
:
"ftDate"
},
// {title: "填报人编码", field: "tbrid", fieldType: "ftString",width:192},
{
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
:
"lxfs2"
,
fieldType
:
"ftString"
,
width
:
120
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment