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
191c0dd0
Commit
191c0dd0
authored
Sep 22, 2022
by
zhujiazhan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/development-202206' into development-202206
parents
88112fde
5ff570db
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
49 additions
and
53 deletions
+49
-53
index.js
src/model/Betdcr/index.js
+2
-23
Event.js
src/model/Infbed/Event.js
+20
-0
Event.js
src/model/Infled/Event.js
+9
-7
Event.js
src/model/Lttdav/Event.js
+5
-0
Betdcrd.vue
src/views/Business/Betdcr/Betdcrd.vue
+5
-4
Betdcrs.vue
src/views/Business/Betdcr/Betdcrs.vue
+5
-13
Ovwp.vue
src/views/Business/Letrsv/Ovwp.vue
+3
-6
No files found.
src/model/Betdcr/index.js
View file @
191c0dd0
...
...
@@ -102,35 +102,13 @@ export default class Betdcr {
},
},
advrefflg
:
""
,
// Advice of Refusal MT734 .advrefflg
mtabut
:
{
clsflg
:
""
,
// Close Flag .mtabut.clsflg
coninf
:
{
oitinf
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:
{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
advdisflg
:
""
,
// Advice of Discrepancy MT750 .advdisflg
rejpenins
:
""
,
// Rejection pending instructions .rejpenins
pageId
:
""
,
// ctx的key
trnmod
:
new
Pub
().
data
.
Trnmod
,
setmod
:
new
Pub
().
data
.
Setmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
mtabut
:
new
Pub
().
data
.
Mtabut
}
}
}
\ No newline at end of file
src/model/Infbed/Event.js
View file @
191c0dd0
...
...
@@ -118,6 +118,26 @@ export default {
async
handleReset
(
formName
)
{
console
.
log
(
this
);
this
.
$refs
[
formName
].
resetFields
();
// this.model.infcon.seaownref = "";
// this.model.infcon.searef = "";
// this.model.infcon.pty.extkey = "";
// this.model.infcon.seapty = "";
this
.
model
.
infcon
.
opndatfrom
=
""
;
this
.
model
.
infcon
.
opndatto
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
// this.model.infcon.seasta = "";
// this.model.infcon.usr.extkey = "";
// this.model.infcon.nam = "";
// this.model.infcon.hndtyp = "";
// this.model.infcon.pty.nam = "";
// this.model.infcon.searol = "";
// this.model.infcon.seacur = "";
// this.model.infcon.seasta = "";
// this.model.seapaytyp="";
// this.model.msgtyp="";
// this.model.countcode="";
// this.stmData.data = "";
},
async
handleSearch
()
{
...
...
src/model/Infled/Event.js
View file @
191c0dd0
...
...
@@ -271,30 +271,32 @@ export default {
},
async
handleReset
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
this
.
model
.
infcon
.
opndatfrom
=
""
;
this
.
model
.
infcon
.
opndatto
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
let
opndatfrom
=
this
.
model
.
infcon
.
opndatfrom
;
if
(
!
opndatfrom
||
opndatfrom
==
''
)
{
if
(
!
opndatfrom
||
opndatfrom
==
''
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询开始日期必输!'
});
return
;
}
let
opndatto
=
this
.
model
.
infcon
.
opndatto
;
if
(
!
opndatto
||
opndatto
==
''
)
{
if
(
!
opndatto
||
opndatto
==
''
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询结束日期必输!'
});
return
;
}
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
...
...
src/model/Lttdav/Event.js
View file @
191c0dd0
...
...
@@ -170,5 +170,9 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
onSeainf
(){},
onBenpDet
(){},
onAplpDet
(){},
}
\ No newline at end of file
src/views/Business/Betdcr/Betdcrd.vue
View file @
191c0dd0
...
...
@@ -319,11 +319,12 @@ export default {
computed
:
{
docdisflg
:
{
get
()
{
if
(
this
.
model
.
bedgrp
.
blk
.
docdis
==
""
)
{
return
this
.
model
.
bedgrp
.
blk
.
docdisflg
!=
""
;
}
else
{
return
this
.
model
.
bedgrp
.
blk
.
docdisflg
!=
"X"
;
}
// if (this.model.bedgrp.blk.docdis == "") {
// return this.model.bedgrp.blk.docdisflg != "";
// } else {
// return this.model.bedgrp.blk.docdisflg != "X";
// }
},
set
(
val
)
{
this
.
model
.
bedgrp
.
blk
.
docdisflg
=
val
?
"X"
:
""
;
...
...
src/views/Business/Betdcr/Betdcrs.vue
View file @
191c0dd0
...
...
@@ -312,15 +312,14 @@
<el-form-item
label=
""
prop=
"bedgrp.rec.advdocflg"
>
<c-checkbox
v-model=
"model.bedgrp.rec.advdocflg"
@
change=
"clsflgpChange"
>
Receive returned ducuments
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"mtabut.clsflg
p
"
>
<c-checkbox
v-model=
"clsflg
p"
disabled
<el-form-item
label=
""
prop=
"mtabut.clsflg"
>
<c-checkbox
v-model=
"clsflg
"
disabled
>
Close Contract
</c-checkbox
>
</el-form-item>
...
...
@@ -745,12 +744,12 @@ export default {
// this.model.mtabut.clsflg = val ? "C" : "O";
// },
// },
clsflg
p
:
{
clsflg
:
{
get
()
{
return
this
.
model
.
mtabut
.
clsflg
p
==
"
"
;
return
this
.
model
.
mtabut
.
clsflg
==
"C
"
;
},
set
(
val
)
{
this
.
model
.
mtabut
.
clsflg
p
=
val
?
"C"
:
"O"
;
this
.
model
.
mtabut
.
clsflg
=
val
?
"C"
:
"O"
;
},
},
advdisflg
:
{
...
...
@@ -764,13 +763,6 @@ export default {
},
methods
:
{
...
Event
,
clsflgpChange
(
v
)
{
if
(
v
==
"X"
)
{
this
.
model
.
bedgrp
.
rec
.
docsta
=
"R"
;
}
else
{
this
.
model
.
bedgrp
.
rec
.
docsta
=
"E"
;
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Letrsv/Ovwp.vue
View file @
191c0dd0
...
...
@@ -132,12 +132,7 @@
v-model=
"model.ledgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
placeholder=
"Please input Nominal Amount"
@
keyup
.
enter
.
native=
"
defaultFunction(
'ledgrp.cbs.nom1.amt',
model.ledgrp.cbs.nom1.amt
)
"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -160,6 +155,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"Please input Amount Tolerance +/-"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
...
...
@@ -171,6 +167,7 @@
maxlength=
"2"
style=
"width: 100%"
placeholder=
"Please input Amount Tolerance - Negative"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
></c-input>
</el-form-item>
...
...
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