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
ee09a898
Commit
ee09a898
authored
Aug 22, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预算汇总调整
parent
6ce17b42
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
detail.vue
src/views/sbysjsp/yshz/detail.vue
+3
-3
index.vue
src/views/sbysjsp/yshz/index.vue
+10
-4
No files found.
src/views/sbysjsp/yshz/detail.vue
View file @
ee09a898
...
...
@@ -106,7 +106,7 @@
width
:
150
},
{
label
:
"事项
明细
"
,
label
:
"事项"
,
prop
:
"flname"
,
fieldType
:
"ftString"
,
width
:
150
...
...
@@ -132,7 +132,7 @@
rowIndex
,
columnIndex
})
{
if
(
column
.
property
==
'bmjc'
)
{
if
(
column
.
property
==
'bmjc'
||
column
.
property
==
'flname'
)
{
const
_row
=
this
.
spanArr
[
rowIndex
]
const
_col
=
_row
>
0
?
1
:
0
return
{
...
...
src/views/sbysjsp/yshz/index.vue
View file @
ee09a898
...
...
@@ -5,31 +5,34 @@
<div
class=
"search"
v-condition
>
<SearchButton
:app=
'app'
></SearchButton>
<el-row
:gutter=
"20"
class=
"search-row-1"
>
<el-col
:span=
"
6
"
class=
"search-col"
>
<el-col
:span=
"
5
"
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>
</div>
</el-col>
<el-col
:span=
"
6
"
class=
"search-col"
>
<el-col
:span=
"
5
"
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>
</div>
</el-col>
<el-col
:span=
"
6
"
class=
"search-col"
>
<el-col
:span=
"
5
"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
预算任务:
</span>
<RelSelect
style=
"width: 100%;"
src=
'hafms/ysfl/query'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.flid'>
</RelSelect>
</div>
</el-col>
<el-col
:span=
"
6
"
class=
"search-col"
>
<el-col
:span=
"
5
"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
状态:
</span>
<RelSelect
style=
"width: 100%;"
src=
'hafms/yssq/init/zt'
filterable
clearable
:match=
"
{value:'id',label:'name'}" v-model='queryParams.zt'>
</RelSelect>
</div>
</el-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-col>
</el-row>
...
...
@@ -66,6 +69,7 @@
<div
class=
"tablePagers"
>
<!-- 多选数组转 -->
<TablePager
fePage
:operateButtons=
"false"
@
tpDbClick=
"tpDbClick"
:multipleTrans=
"[
...
...
@@ -106,6 +110,7 @@
baseUrl
:
'hafms/ystz'
,
/* 查询参数*/
queryParams
:
{
xsystz
:
'N'
,
start
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
end
:
new
Date
().
getTime
(),
flid
:
''
,
...
...
@@ -130,6 +135,7 @@
queryDetail
({
year
:
row
.
year
,
flid
:
row
.
flid
,
xsystz
:
this
.
queryParams
.
xsystz
}).
then
(
res
=>
{
if
(
res
.
success
){
const
{
records
}
=
res
.
data
...
...
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