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
e104621a
Commit
e104621a
authored
Aug 02, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betacc修改
parent
2a140a6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
buildCommons.js
src/business/betacc/event/buildCommons.js
+1
-2
check.js
src/business/betacc/model/check.js
+1
-1
Accp.vue
src/business/betacc/views/Accp.vue
+8
-0
No files found.
src/business/betacc/event/buildCommons.js
View file @
e104621a
...
...
@@ -48,6 +48,7 @@ export default {
revflg
:
model
.
bedgrp
.
rec
.
revflg
,
cnfsta
:
model
.
bedgrp
.
rec
.
cnfsta
,
snadat
:
model
.
snadat
,
docamt
:
model
.
setmod
.
docamt
,
},
cbsMap
:
{
MAX
:
model
.
bedgrp
.
cbs
.
max
,
...
...
@@ -95,8 +96,6 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
doccur
:
model
.
setmod
.
doccur
,
docamt
:
model
.
setmod
.
docamt
,
};
return
params
},
...
...
src/business/betacc/model/check.js
View file @
e104621a
...
...
@@ -18,7 +18,7 @@ let checkObj = {
'liaall.limmod.limpts.wrk.pts.extkey'
:
null
,
'mtabut.coninf.conexedat'
:
null
,
'liaall.limmod.limpts.nonrevflg1'
:
null
,
'setmod.docamt'
:
null
,
//
'setmod.docamt': null,
'betp.furide'
:
null
,
'bedgrp.iss.pts.nam'
:
null
,
'betp.ledget.sdamod.dadsnd'
:
[
...
...
src/business/betacc/views/Accp.vue
View file @
e104621a
...
...
@@ -461,6 +461,14 @@ export default {
},
},
methods
:
{
},
watch
:
{
"model.setmod.docamt"
:
{
immediate
:
true
,
handler
(
val
,
oldval
)
{
if
(
this
.
model
.
setmod
.
docamt
==
""
)
this
.
model
.
setmod
.
docamt
=
"0.00"
}}},
created
:
function
()
{},
};
</
script
>
...
...
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