Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
d19d5a5f
Commit
d19d5a5f
authored
Jun 25, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letopn修改开证日期初始值
parent
56f55357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Ovwp1.vue
src/business/letopn/views/Ovwp1.vue
+0
-2
No files found.
src/business/letopn/views/Ovwp1.vue
View file @
d19d5a5f
...
...
@@ -479,10 +479,8 @@ export default {
},
created
()
{
var
aData
=
new
Date
();
console
.
log
(
aData
)
//Wed Aug 21 2023 10:00:58 GMT+0800 (中国标准时间)
this
.
model
.
ledgrp
.
rec
.
opndat
=
aData
.
getFullYear
()
+
"-"
+
(
aData
.
getMonth
()
+
1
)
+
"-"
+
aData
.
getDate
();
console
.
log
(
this
.
model
.
ledgrp
.
rec
.
opndat
)
//2019-8-20
},
...
...
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