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
80468179
Commit
80468179
authored
2 years ago
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtdck ditdck 字段修改
parent
7fa09319
settle-test-20230110
…
bochk-poc
bochk-poc-1113
development-202206
revert-594e4a5c
revert-8c42ad65
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Pattern.js
src/model/Bdtdck/Pattern.js
+0
-1
Brtdckp.vue
src/views/Business/Bdtdck/Brtdckp.vue
+2
-2
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+1
-2
No files found.
src/model/Bdtdck/Pattern.js
View file @
80468179
...
...
@@ -16,7 +16,6 @@ export default {
],
"didgrp.cbs.opn1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"didgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bdtdck/Brtdckp.vue
View file @
80468179
...
...
@@ -113,8 +113,8 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"远期期限"
prop=
"bddgrp.rec.tenmaxday"
>
<c-
date-picker
type=
"date"
v-model=
"model.bddgrp.rec.tenmaxday"
style=
"width: 100%"
placeholder=
"远期期限"
disabled
></c-
date-picker
>
<c-
input
v-model=
"model.bddgrp.rec.tenmaxday"
style=
"width: 100%"
placeholder=
"远期期限"
disabled
></c-
input
>
</el-form-item>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Ditdck/Litdckp.vue
View file @
80468179
...
...
@@ -478,12 +478,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期到期日"
>
<el-form-item
label=
"远期到期日"
prop=
"bddgrp.rec.matdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.matdat"
style=
"width: 100%"
disabled
placeholder=
"请选择到期日"
>
</c-date-picker>
...
...
This diff is collapsed.
Click to expand it.
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