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
zhouqian
vue-gjjs
Commits
8d8a3e82
Commit
8d8a3e82
authored
Jun 04, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/model/Ditopn/Default.js
parents
e404c544
759b483d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
22 deletions
+8
-22
commonApi.js
src/mixin/commonApi.js
+3
-2
Default.js
src/model/Ditopn/Default.js
+5
-20
No files found.
src/mixin/commonApi.js
View file @
8d8a3e82
...
...
@@ -45,12 +45,13 @@ export default {
let
data
=
Utils
.
flatObject
(
this
.
model
)
return
Api
.
post
(
this
.
declareParams
.
trnName
+
"/pending"
,{...
data
,
params
})
},
restoreDisplay
()
async
restoreDisplay
()
{
let
inr
=
this
.
$route
.
query
.
trn
if
(
!
inr
)
return
let
data
=
Api
.
post
(
"display/"
+
inr
)
let
data
=
await
Api
.
post
(
"display/"
+
inr
)
Utils
.
copyValueFromVO
(
this
.
model
,
data
.
data
)
console
.
log
(
data
)
}
}
...
...
src/model/Ditopn/Default.js
View file @
8d8a3e82
...
...
@@ -180,10 +180,7 @@ function defaultLitameadv() {
})
}
function
defaultDidgrpBlkAdlcnd
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.blk.adlcnd"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpAplPtsRef
()
{
}
...
...
@@ -258,6 +255,10 @@ function defaultLiaallLiaccvRelcshpct() {
function
defaultDidgrpRecExpplc
()
{
}
function
defaultDidgrpAdvPtsBankno
()
{
const
that
=
this
;
that
.
executeRule
(
"executeRule"
).
thes
(
res
=>
{
//TODO
})
}
function
defaultDidgrpBenPtsRef
()
{
}
...
...
@@ -274,10 +275,6 @@ function defaultLiaallLimmodLimptsPfcod2() {
function
defaultLiaallLimmodLimptsPfcod1
()
{
}
function
defaultDidgrpAplPtsExtkey
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.apl.pts.extkey"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpBlkDefdet
()
{
const
that
=
this
;
...
...
@@ -310,16 +307,8 @@ function defaultDidgrpBlkLcrgod() {
function
defaultDidgrpRecAutdat
()
{
}
function
defaultDidgrpRecIdcode
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.idcode"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpRecDkflg
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.dkflg"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpRmbPtsAdrblk
()
{
}
...
...
@@ -418,8 +407,4 @@ function defaultDidgrpBlkPreper() {
})
}
function
defaultDidgrpCbsMaxAmt
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.cbs.max.amt"
).
then
(
res
=>
{
//TODO
})
}
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