Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
cd91553e
Commit
cd91553e
authored
Oct 09, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2b31b50f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
RecPayDetail.vue
src/pages/financial/financalDocument/RecPayDetail.vue
+6
-7
No files found.
src/pages/financial/financalDocument/RecPayDetail.vue
View file @
cd91553e
...
@@ -573,7 +573,7 @@
...
@@ -573,7 +573,7 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"DataList.length==0"
>
暂无数据
</div>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"DataList.
Result.
length==0"
>
暂无数据
</div>
</div>
</div>
</div>
</div>
</template>
</template>
...
@@ -827,14 +827,13 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
...
@@ -827,14 +827,13 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
var
day
=
lastDayOfMonth
.
getDate
()
-
1
;
//日
var
day
=
lastDayOfMonth
.
getDate
()
-
1
;
//日
var
lastDay
=
year
+
'-'
+
month
+
'-'
+
day
;
var
lastDay
=
year
+
'-'
+
month
+
'-'
+
day
;
this
.
transactionDate
=
[]
this
.
transactionDate
=
[]
//
this.transactionDate.push(firstDay)
this
.
transactionDate
.
push
(
firstDay
)
//
this.transactionDate.push(lastDay)
this
.
transactionDate
.
push
(
lastDay
)
this
.
transactionDate
.
push
(
'2021-02-01'
)
//
this.transactionDate.push('2021-02-01')
this
.
transactionDate
.
push
(
'2021-02-28'
)
//
this.transactionDate.push('2021-02-28')
this
.
msg
.
sTradeDate
=
this
.
transactionDate
[
0
];
this
.
msg
.
sTradeDate
=
this
.
transactionDate
[
0
];
this
.
msg
.
eTradeDate
=
this
.
transactionDate
[
1
];
this
.
msg
.
eTradeDate
=
this
.
transactionDate
[
1
];
console
.
log
(
"firstDay"
,
this
.
transactionDate
);
this
.
getPageList
();
this
.
getPageList
();
var
that
=
this
;
var
that
=
this
;
...
...
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