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
cf895856
Commit
cf895856
authored
Sep 13, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtdck后端把日期置空传到前端matdat!=null&&matdat!=''
parent
644f7b38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
Brtdckp.vue
src/views/Business/Brtdck/Brtdckp.vue
+3
-0
Ovwp.vue
src/views/Business/Letopn/Ovwp.vue
+0
-1
No files found.
src/views/Business/Brtdck/Brtdckp.vue
View file @
cf895856
...
...
@@ -153,6 +153,7 @@
style=
"width: 100%"
placeholder=
"请输入Maturity Date"
value-format=
"yyyy-MM-dd"
:disabled=
"model.brdgrp.blk.matper!=''||model.brdgrp.rec.docflg=='P'"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -341,6 +342,7 @@
style=
"width: 100%"
placeholder=
"Maturity Date"
value-format=
"yyyy-MM-dd"
:disabled=
"model.brdgrp.blk.matper!=''||model.brdgrp.rec.docflg=='P'"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -385,6 +387,7 @@
maxlength=
"65"
show-word-limit
placeholder=
"请输入Maturity Period"
:disabled=
"model.brdgrp.rec.matdat!=null&&model.brdgrp.rec.matdat!=''||model.brdgrp.rec.docflg=='P'"
></c-input>
</c-form-item>
</c-col>
...
...
src/views/Business/Letopn/Ovwp.vue
View file @
cf895856
...
...
@@ -511,7 +511,6 @@ export default {
}).
then
(()
=>
{
//yes的执行在这里写
this
.
executeRule
(
'ledgrp.rec.revflg'
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
ledgrp
.
rec
.
revdat
=
''
;
//后端在事件中把日期置为null而不是nullstr,导致日期实际并没有清空,故在此加清空日期
this
.
updateModel
(
res
.
data
)
}
})
...
...
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