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
08e4ad27
Commit
08e4ad27
authored
Aug 10, 2023
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbed代码更新
parent
fd3e3f3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
index.js
src/business/infbed/model/index.js
+2
-2
Infsea.vue
src/business/infbed/views/Infsea.vue
+7
-6
No files found.
src/business/infbed/model/index.js
View file @
08e4ad27
...
...
@@ -14,8 +14,8 @@ export default class Infbed{
},
infcon
:
{
chksubcon
:
''
,
opndatfrom
:
''
,
opndatto
:
''
,
opndatfrom
:
new
Date
()
,
opndatto
:
new
Date
()
,
seaownref
:
''
,
forflg
:
''
,
invnum
:
''
,
...
...
src/business/infbed/views/Infsea.vue
View file @
08e4ad27
...
...
@@ -48,12 +48,13 @@
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择截至日期"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
placeholder=
"请选择截止日期"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
...
...
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