Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
Project
Project
Details
Activity
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
zentao
zentao-view
Commits
18b56403
Commit
18b56403
authored
Apr 09, 2021
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change
parent
961cb2ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
ProjectCostReportList.vue
src/views/projectCostReport/ProjectCostReportList.vue
+12
-4
No files found.
src/views/projectCostReport/ProjectCostReportList.vue
View file @
18b56403
...
@@ -4,11 +4,20 @@
...
@@ -4,11 +4,20 @@
<a-form
layout=
"horizontal"
class=
"ant-advanced-search-form"
>
<a-form
layout=
"horizontal"
class=
"ant-advanced-search-form"
>
<div>
<div>
<a-row>
<a-row>
<a-col
:span=
"
12
"
>
<a-col
:span=
"
6
"
>
<a-form-item
<a-form-item
label=
"
登记日期
"
label=
"
项目名称
"
:labelCol=
"
{ span: 8 }"
:labelCol=
"
{ span: 8 }"
:wrapperCol="{ span: 16 }"
:wrapperCol="{ span: 16 }"
>
<a-input
style=
"width: 100%"
v-model=
"query.projectName"
placeholder=
"请输入"
/>
</a-form-item>
</a-col>
<a-col
:span=
"10"
>
<a-form-item
label=
"登记日期"
:labelCol=
"
{ span: 6 }"
:wrapperCol="{ span: 18 }"
>
>
<a-range-picker
@
change=
"onChange"
/>
<a-range-picker
@
change=
"onChange"
/>
</a-form-item>
</a-form-item>
...
@@ -44,7 +53,6 @@
...
@@ -44,7 +53,6 @@
<
script
>
<
script
>
import
{
getProjectCostReport
}
from
"@/api/report/report"
;
import
{
getProjectCostReport
}
from
"@/api/report/report"
;
import
moment
from
"moment"
;
import
{
formatDate
}
from
"@/util/util"
;
import
{
formatDate
}
from
"@/util/util"
;
const
dataSource
=
[];
const
dataSource
=
[];
const
columns
=
[
const
columns
=
[
...
@@ -78,7 +86,7 @@ export default {
...
@@ -78,7 +86,7 @@ export default {
return
{
return
{
isFirstLoad
:
true
,
isFirstLoad
:
true
,
query
:
{
query
:
{
n
ame
:
""
,
projectN
ame
:
""
,
beginDate
:
null
,
beginDate
:
null
,
endDate
:
null
,
endDate
:
null
,
},
},
...
...
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