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
beb26d4b
Commit
beb26d4b
authored
Aug 17, 2022
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctame、bctset、litame、bctdor交易bug修改
parent
088f0df6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
10 deletions
+28
-10
index.js
src/config/CodeTable/index.js
+1
-1
Pattern.js
src/model/Bctame/Pattern.js
+1
-1
Default.js
src/model/Bctdor/Default.js
+2
-0
Amep.vue
src/views/Business/Bctame/Amep.vue
+1
-1
Ovwp.vue
src/views/Business/Bctdor/Ovwp.vue
+11
-0
index.vue
src/views/Business/Bctdor/index.vue
+2
-3
Bctsus.vue
src/views/Business/Bctset/Bctsus.vue
+1
-1
Amep.vue
src/views/Business/Litame/Amep.vue
+9
-3
No files found.
src/config/CodeTable/index.js
View file @
beb26d4b
...
...
@@ -5060,7 +5060,7 @@ const CodeTable = {
{
label
:
"变更通知行"
,
value
:
"CHG"
},
],
rejtype
:
[
{
label
:
"应
卖方
要求退单"
,
value
:
"1"
},
{
label
:
"应
国外
要求退单"
,
value
:
"1"
},
{
label
:
"我行主动退单"
,
value
:
"2"
},
],
relamt
:
[
...
...
src/model/Bctame/Pattern.js
View file @
beb26d4b
...
...
@@ -13,7 +13,7 @@ export default {
],
"bcdgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过4
0"
}
{
max
:
50
,
message
:
"长度不能超过5
0"
}
],
"amedat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
...
...
src/model/Bctdor/Default.js
View file @
beb26d4b
...
...
@@ -13,6 +13,8 @@ export default {
"bcdgrp.agt.dbfadrblkcn"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
"rejtypsel"
:
Utils
.
defaultFunction
,
"rejtype"
:
Utils
.
defaultFunction
,
"mtabut.clsflg"
:
Utils
.
defaultFunction
,
"bcdgrp.agb.pts.extkey"
:
Utils
.
defaultFunction
,
"bcdgrp.rmi.pts.extkey"
:
Utils
.
defaultFunction
,
"bcdgrp.rmi.adrelc"
:
Utils
.
defaultFunction
,
...
...
src/views/Business/Bctame/Amep.vue
View file @
beb26d4b
...
...
@@ -199,7 +199,7 @@
<el-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name"
prop=
"bcdgrp.rec.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"
4
0"
placeholder=
"请输入Name"
></c-input>
<c-input
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"
5
0"
placeholder=
"请输入Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Bctdor/Ovwp.vue
View file @
beb26d4b
...
...
@@ -286,6 +286,7 @@
<c-checkbox
style=
"margin: 0px 0 10px 150px"
disabled
true-label=
"C"
v-model=
"model.mtabut.clsflg"
>
Close Contract
</c-checkbox
>
...
...
@@ -320,6 +321,16 @@ export default {
},
methods
:
{
...
Event
},
created
:
function
()
{},
watch
:{
"model.rejtypsel"
:{
immediate
:
true
,
handler
(){
if
(
this
.
model
.
rejtypsel
==
'R'
){
this
.
model
.
rejtype
=
'1'
}
}
}
},
};
</
script
>
<
style
></
style
>
src/views/Business/Bctdor/index.vue
View file @
beb26d4b
...
...
@@ -36,7 +36,7 @@
<!--PD000027 -->
<el-tab-pane
label=
"Bookings"
name=
"glepan"
>
<m-
engp
:model=
"model"
:codes=
"codes"
/>
<m-
glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
...
...
@@ -113,8 +113,7 @@ export default {
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入bctdor交易"
);
...
...
src/views/Business/Bctset/Bctsus.vue
View file @
beb26d4b
...
...
@@ -145,7 +145,7 @@
:argadr=
"
{
path: 'bcdgrp.blk.docpre',
grp: 'bctp',
rol: 'blk
',
code: 'docpre
',
}">
</c-docpre>
</c-col>
</c-col>
...
...
src/views/Business/Litame/Amep.vue
View file @
beb26d4b
...
...
@@ -311,7 +311,9 @@
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.litp.aamp.aammod.addamtflg"
>
Add. Amount
</c-checkbox>
<c-checkbox
style=
"margin-left:150px"
v-model=
"model.litp.aamp.aammod.addamtflg"
>
Add. Amount
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Currency"
prop=
"lidgrp.cbs.max2.cur"
>
...
...
@@ -340,10 +342,14 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.trnmod.swiadd.reqcan"
>
Cancellation Request
</c-checkbox>
<c-checkbox
style=
"margin-left:150px"
v-model=
"model.trnmod.swiadd.reqcan"
>
Cancellation Request
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.litamep.cre707flg"
>
Create Amendment Message
</c-checkbox>
<c-checkbox
style=
"margin-left:130px"
v-model=
"model.litamep.cre707flg"
>
Create Amendment Message
</c-checkbox>
</c-col>
</el-col>
...
...
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