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
72864fc9
Commit
72864fc9
authored
Jul 11, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav
parent
4878c855
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
248 additions
and
232 deletions
+248
-232
Event.js
src/model/Botdav/Event.js
+73
-102
Pattern.js
src/model/Botdav/Pattern.js
+14
-9
index.js
src/model/Botdav/index.js
+50
-42
Cnyp.vue
src/views/Business/Botdav/Cnyp.vue
+19
-11
Inst.vue
src/views/Business/Botdav/Inst.vue
+49
-29
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+5
-10
index.vue
src/views/Business/Botdav/index.vue
+4
-0
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+0
-0
Cnyp.vue
src/views/Business/Litopn/Cnyp.vue
+13
-29
ReviewBdtdck.vue
src/views/Review/Business/ReviewBdtdck.vue
+19
-0
ReviewRouter.js
src/views/Review/ReviewRouter.js
+2
-0
No files found.
src/model/Botdav/Event.js
View file @
72864fc9
...
...
@@ -2,208 +2,179 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onBotpButgetref
()
{
async
onDitpButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"botp.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
bodgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
bodgrp_rec_ownref
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDrrpDet
()
{
async
onDrrpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"drrp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onColpDet
()
{
async
onColpDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"colp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDrepDet
()
{
async
onDrepDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"drep.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onColinsButtxmsel
()
{
async
onColinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"colins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDftinsButtxmsel
()
{
async
onDftinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"dftins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onProinsButtxmsel
()
{
async
onProinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"proins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onOthins1Buttxmsel
()
{
async
onOthins1Buttxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"othins1.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onWhinsButtxmsel
()
{
async
onWhinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"whins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSetinsButtxmsel
()
{
async
onSetinsButtxmsel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"setins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onSetmodDet
()
{
async
onSetmodDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"setmod.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButshw
()
{
async
onTrndocButshw
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButadd
()
{
async
onTrndocButadd
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butadd"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButnew
()
{
async
onTrndocButnew
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butnew"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButattto
()
{
async
onTrndocButattto
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butattto"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButdel
()
{
async
onTrndocButdel
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butdel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onTrndocButatt
()
{
async
onTrndocButatt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butatt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
...
...
src/model/Botdav/Pattern.js
View file @
72864fc9
...
...
@@ -71,7 +71,7 @@ export default {
],
"bodgrp.drr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bodgrp.drr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -122,7 +122,7 @@ export default {
],
"bodgrp.col.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bodgrp.col.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -178,7 +178,7 @@ export default {
],
"bodgrp.dre.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bodgrp.dre.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -206,7 +206,7 @@ export default {
],
"bodgrp.blk.dftins"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
...
...
@@ -234,7 +234,7 @@ export default {
],
"bodgrp.blk.intins"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"bodgrp.blk.setinsbo"
:[
...
...
@@ -243,7 +243,7 @@ export default {
],
"bodgrp.blk.agtaut"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bodgrp.rec.shpfro"
:[
...
...
@@ -255,7 +255,7 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"bodgrp.blk.goddes"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"setmod.ref"
:[
...
...
@@ -264,6 +264,11 @@ export default {
],
"bodgrp.srm.djutyp"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必选项"
},
],
"setmod.docamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
...
...
@@ -281,13 +286,13 @@ export default {
"mtabut.coninf.oitinf.oit.inftxt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.oitset.oit.inftxt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
...
...
src/model/Botdav/index.js
View file @
72864fc9
...
...
@@ -6,6 +6,10 @@ import Pub from "../Public"
export
default
class
Botdav
{
constructor
()
{
this
.
data
=
{
botcoll3blk
:
""
,
botcoll1blk
:
""
,
botdrrl1blk
:
""
,
botcoll4blk
:
""
,
liaall
:
new
Pub
().
data
.
Liaall
,
bodgrp
:{
...
...
@@ -92,6 +96,8 @@ export default class Botdav{
},
},
botp
:{
ptsaddp
:{
},
recget
:{
sdamod
:{
seainf
:
""
,
// .botp.recget.sdamod.seainf
...
...
@@ -135,30 +141,31 @@ export default class Botdav{
},
},
},
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
setgll
:[]
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
setfog
:{
setfol
:[]
},
setfeg
:{
setfel
:[]
},
glemod
:{
gleshwstm
:
{}
}
},
// setmod:{
// docamttyplab:"", // settled amount description as label .setmod.docamttyplab
// retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
// ref:"", // our reference .setmod.ref
// doccur:"", // document currency .setmod.doccur
// docamt:"", // document amount .setmod.docamt
// dspflg:"", // Type of settlement .setmod.dspflg
// xreflg:"", // Recalculate Rates .setmod.xreflg
// setglg:{
// labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
// setgll:[]
// },
// zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
// zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
// setfog:{
// setfol:[]
// },
// setfeg:{
// setfel:[]
// },
// glemod:{
// gleshwstm: {}
// }
// },
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:{
coninf
:{
oitinf
:{
...
...
@@ -181,24 +188,25 @@ export default class Botdav{
},
},
},
trnmod
:{
trndoc
:{
advlabel
:
""
,
// ADVLABEL .trnmod.trndoc.advlabel
amdnam
:
""
,
// AMDNAM .trnmod.trndoc.amdnam
advdoc
:
""
,
// 国内证通知书 .trnmod.trndoc.advdoc
advnam
:
""
,
// 国内证落款 .trnmod.trndoc.advnam
amdapl
:
""
,
// 修改申请人名称 .trnmod.trndoc.amdapl
doclbl
:
""
,
// Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm
:
""
,
// Document tree .trnmod.trndoc.doctrestm
shwinc
:
""
,
// Show Incoming Messages .trnmod.trndoc.shwinc
shwout
:
""
,
// Show Outgoing Messages .trnmod.trndoc.shwout
condocstm
:
""
,
// Connected Documents .trnmod.trndoc.condocstm
rcvatt
:{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
},
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
},
},
// trnmod:{
// trndoc:{
// advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
// amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
// advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
// advnam:"", // 国内证落款 .trnmod.trndoc.advnam
// amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
// doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
// doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
// shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
// shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
// condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
// rcvatt:{
// seainf:"", // .trnmod.trndoc.rcvatt.seainf
// },
// filrecv:"", // File Receiver .trnmod.trndoc.filrecv
// },
// },
trnmod
:
new
Pub
().
data
.
Trnmod
,
cnybop
:{
cnyflg
:
""
,
// 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg
:
""
,
// 是否报送跨境人民币2107表 .cnybop.traflg
...
...
src/views/Business/Botdav/Cnyp.vue
View file @
72864fc9
...
...
@@ -3,35 +3,40 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"30%"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"30%"
prop=
"cnybop.traflg"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2107表"
:code=
"codes.traflg"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2107表"
:code=
"codes.traflg"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"30%"
prop=
"cnybop.outflg"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2111表"
:code=
"codes.outflg"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2111表"
:code=
"codes.outflg"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"30%"
prop=
"cnybop.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2106表"
:code=
"codes.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2106表"
:code=
"codes.libflg"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"30%"
prop=
"cnybop.vouflg"
>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2122表"
:code=
"codes.vouflg"
>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2122表"
:code=
"codes.vouflg"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -46,19 +51,22 @@ import Event from "~/model/Botdav/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
methods
:
{
...
Event
},
created
:
function
()
{
this
.
model
.
cnybop
.
cnyflg
=
'2'
;
this
.
model
.
cnybop
.
traflg
=
'2'
;
this
.
model
.
cnybop
.
outflg
=
'2'
;
this
.
model
.
cnybop
.
libflg
=
'2'
;
this
.
model
.
cnybop
.
vouflg
=
'2'
;
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Botdav/Inst.vue
View file @
72864fc9
...
...
@@ -3,10 +3,10 @@
<!-- ====================左边======================= -->
<c-col
:span=
"12"
:width=
"30"
>
<c-col
:span=
"23"
>
<el-form-item
label=
"Delivery of Documents Instructions"
>
<el-form-item
label=
"Delivery of Documents Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.colins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Collection Instructions"
>
placeholder=
"请输入Collection Instructions"
:disabled=
"model.bodgrp.blk.colinsflg !='X'"
>
</c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
...
...
@@ -44,7 +44,9 @@
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bodgrp.blk.colinsflg"
>
Collection instructions modified
</c-checkbox>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
v-model=
"colinsflg"
>
Collection instructions modified
</c-checkbox>
</el-form-item>
</c-col>
...
...
@@ -67,7 +69,7 @@
</c-col>
</c-col> -->
<c-col
:span=
"23"
>
<el-form-item
label=
"Draft Instructions"
>
<el-form-item
label=
"Draft Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.dftins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Draft Instructions"
>
...
...
@@ -100,7 +102,7 @@
</c-col> -->
<c-col
:span=
"23"
>
<el-form-item
label=
"Protest Instructions"
>
<el-form-item
label=
"Protest Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.proins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Protest Instructions"
>
...
...
@@ -135,7 +137,7 @@
</c-col> -->
<c-col
:span=
"23"
>
<el-form-item
label=
"Other Instructions"
>
<el-form-item
label=
"Other Instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.othins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Other Instructions"
>
...
...
@@ -166,7 +168,7 @@
</c-col>
</c-col> -->
<c-col
:span=
"23"
>
<el-form-item
label=
"Warehouse/Insurance instructions"
>
<el-form-item
label=
"Warehouse/Insurance instructions"
style=
"padding-top:15px"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.delins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Warehouse/Insurance instruction"
>
...
...
@@ -186,16 +188,17 @@
<!-- ====================右边======================= -->
<c-col
:span=
"12"
>
<el-form-item
label=
"Changes Condition"
prop=
"bodgrp.rec.chato"
style=
"padding:15px"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Changes Condition"
prop=
"bodgrp.rec.chato"
style=
"padding-top:15px"
>
<c-select
v-model=
"model.bodgrp.rec.chato"
style=
"width:100%"
placeholder=
"请选择Our Charges to"
:code=
"codes.chato"
>
</c-select>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
...
...
@@ -208,13 +211,15 @@
:code="codes.chato">
</c-select>
</c-col> -->
<el-form-item
label=
"Charges Text"
prop=
"bodgrp.blk.chgtxt"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Charges Text"
prop=
"bodgrp.blk.chgtxt"
style=
"padding-top:15px"
>
<c-input
type=
"textarea"
v-model=
"model.bodgrp.blk.chgtxt"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Charges Text"
></c-input>
</c-col>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
...
...
@@ -227,17 +232,18 @@
placeholder="请输入Charges Text"></c-input>
</c-col> -->
<c-col
:span=
"2
4
"
>
<c-checkbox
v-model=
"model.bodgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
<c-col
:span=
"2
2
"
>
<c-checkbox
v-model=
"model.bodgrp.rec.focflg"
style=
"padding-left:10px"
>
Free of Payment
</c-checkbox>
</c-col>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bodgrp.rec.waicolcod"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bodgrp.rec.waicolcod"
style=
"padding-top:15px"
>
<c-select
v-model=
"model.bodgrp.rec.waicolcod"
style=
"width:100%"
placeholder=
"请选择Protest Instructions"
:code=
"codes.waicolcod"
>
</c-select>
</c-col>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-col :span="5">
<el-form-item label="Waive Collecting">
...
...
@@ -255,14 +261,15 @@
</c-select>
</c-col> -->
<el-form-item
label=
"Waive Remitting Bank Charges"
prop=
"bodgrp.rec.wairmtcod"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Waive Remitting Bank Charges"
prop=
"bodgrp.rec.wairmtcod"
style=
"padding-top:15px"
>
<c-select
v-model=
"model.bodgrp.rec.wairmtcod"
style=
"width:100%"
placeholder=
"请选择Waive Remitting Bank Charges"
:code=
"codes.wairmtcod"
>
</c-select>
</c-col>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-col :span="4">
...
...
@@ -281,15 +288,14 @@
:code="codes.wairmtcod">
</c-select>
</c-col> -->
<el-form-item
label=
"Defer Payment until"
prop=
"bodgrp.rec.othins"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"Defer Payment until"
prop=
"bodgrp.rec.othins"
style=
"padding-top:15px"
>
<c-select
v-model=
"model.bodgrp.rec.othins"
style=
"width:100%"
placeholder=
"请选择Defer Payment until"
:code=
"codes.othins"
>
</c-select>
</c-col>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Defer Payment until">
</el-form-item>
...
...
@@ -300,15 +306,18 @@
:code="codes.othins">
</c-select>
</c-col> -->
<c-col
:span=
"12"
>
<el-form-item
label=
"less comm"
prop=
"bodgrp.cbs.opn1.cur"
style=
"padding-top:15px"
>
<el-form-item
label=
"less comm"
prop=
"bodgrp.cbs.opn1.cur"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<c-select
v-model=
"model.bodgrp.cbs.opn1.cur"
style=
"width: %"
placeholder=
"请选择Document Amount"
:code=
"codes.cur"
>
</c-select>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-input
style=
"padding-top:15px"
v-model=
"model.bodgrp.rec.lescom"
placeholder=
"请输入Document Amount"
></c-input>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="less comm">
</el-form-item>
...
...
@@ -346,8 +355,19 @@ export default {
methods
:
{
...
Event
},
created
:
function
()
{
},
computed
:{
colinsflg
:{
get
(){
return
this
.
model
.
bodgrp
.
blk
.
colinsflg
===
"X"
;
},
set
(
val
){
this
.
model
.
bodgrp
.
blk
.
colinsflg
=
val
?
"X"
:
""
;
},
},
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Botdav/Ovwp.vue
View file @
72864fc9
...
...
@@ -11,7 +11,7 @@
</c-col>
<c-col
:span=
"1"
>
<c-button
style=
"margin:0 10px 0 0;padding: 0 10px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf"
></c-button>
></c-button>
</c-col>
<c-col
:span=
"3"
style=
"text-align: right"
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag"
@
click=
"onDitpButgetref"
>
...
...
@@ -37,7 +37,7 @@
</c-col>
<c-col
:span=
"4"
>
<c-button
style=
"margin:0 10px 0 0;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
@
click=
"onExtkey"
></c-button>
></c-button>
</c-col>
<c-col
:span=
"8"
>
<c-checkbox
v-model=
"model.bodgrp.rec.dircolflg"
>
Direct Collection
</c-checkbox>
...
...
@@ -199,19 +199,19 @@
title: 'Drawer',
grp: 'bodgrp',
rol: 'drr',
}"
:isAdrblk=
"true"
:disabled=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
}"
:isAdrblk=
"true"
:disabled=
"false"
>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Collecting Bank',
grp: 'bodgrp',
rol: 'col',
}"
:disabled=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
}"
:disabled=
"false"
>
</c-ptap>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Drawee',
grp: 'bodgrp',
rol: 'dre',
}"
:disabled=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
}"
:disabled=
"false"
>
</c-ptap>
<c-col
:span=
"24"
>
<el-form-item
label=
"Country Code Risk Country!"
prop=
"bodgrp.rec.stacty"
>
...
...
@@ -329,11 +329,6 @@ export default {
// }
// }
},
onSeainf
()
{
},
onBenpDet
()
{
},
onDitpButgetref
()
{
},
onExtkey
()
{
},
},
computed
:
{
...
...
src/views/Business/Botdav/index.vue
View file @
72864fc9
...
...
@@ -42,11 +42,13 @@
</c-content>
</el-tab-pane>
<!--Liability -->
<!-- 或有 -->
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--Settlement -->
<!-- 账务 -->
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -58,11 +60,13 @@
<!--Completion -->
<!-- 附言 -->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--Messages -->
<!-- 报文及面函 -->
<el-tab-pane
label=
"Messages"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
72864fc9
This diff is collapsed.
Click to expand it.
src/views/Business/Litopn/Cnyp.vue
View file @
72864fc9
...
...
@@ -3,20 +3,15 @@
<c-col
:span=
"12"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
>
<c-select
disabled
v-model=
"model.cnybop.cnyflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
>
<c-select
disabled
v-model=
"model.cnybop.cnyflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
prop=
"cnybop.traflg"
>
<c-select
disabled
v-model=
"model.cnybop.traflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2107表"
<c-select
disabled
v-model=
"model.cnybop.traflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2107表"
:code=
"codes.traflg"
>
</c-select>
</el-form-item>
...
...
@@ -24,34 +19,24 @@
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
prop=
"cnybop.outflg"
>
<c-select
disabled
v-model=
"model.cnybop.outflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2111表"
:code=
"codes.outflg"
>
<c-select
disabled
v-model=
"model.cnybop.outflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2111表"
:code=
"codes.outflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
prop=
"cnybop.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2106表"
:code=
"codes.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2106表"
:code=
"codes.libflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
prop=
"cnybop.vouflg"
>
<c-select
disabled
v-model=
"model.cnybop.vouflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2122表"
:code=
"codes.vouflg"
>
<c-select
disabled
v-model=
"model.cnybop.vouflg"
style=
"width:70%"
placeholder=
"请选择是否报送跨境人民币2122表"
:code=
"codes.vouflg"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -66,19 +51,18 @@ import Event from "~/model/Litopn/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
}
},
methods
:{...
Event
},
created
:
function
()
{
methods
:
{
...
Event
},
created
:
function
()
{
}
}
</
script
>
<
style
>
</
style
>
src/views/Review/Business/ReviewBdtdck.vue
0 → 100644
View file @
72864fc9
<
template
>
<ReviewWrapper>
<Bdtdck></Bdtdck>
</ReviewWrapper>
</
template
>
<
script
>
import
Bdtdck
from
"~/views/Business/Bdtdck"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBdtdck"
,
components
:
{
ReviewWrapper
,
Bdtdck
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
src/views/Review/ReviewRouter.js
View file @
72864fc9
...
...
@@ -6,6 +6,7 @@ import ReviewCptopn from "./Business/ReviewCptopn.vue";
import
ReviewGetset
from
"./Business/ReviewGetset.vue"
;
import
ReviewDetopn
from
"./Business/ReviewDetopn.vue"
;
import
ReviewDetdrv
from
"./Business/ReviewDetdrv.vue"
;
import
ReviewBdtdck
from
"./Business/ReviewBdtdck.vue"
;
const
ReviewRouter
=
[
{
path
:
"ditopn"
,
component
:
ReviewDitopn
,
name
:
"ReviewDitopn"
,
meta
:
{
title
:
"复核-买方信用证开立"
}
},
...
...
@@ -16,6 +17,7 @@ const ReviewRouter = [
{
path
:
"getset"
,
component
:
ReviewGetset
,
name
:
"ReviewGetset"
,
meta
:
{
title
:
"复核-Getset"
}
},
{
path
:
"detopn"
,
component
:
ReviewDetopn
,
name
:
"ReviewDetopn"
,
meta
:
{
title
:
"复核-Detopn"
}
},
{
path
:
"detdrv"
,
component
:
ReviewDetdrv
,
name
:
"ReviewDetdrv"
,
meta
:
{
title
:
"复核-Detdrv"
}
},
{
path
:
"bdtdck"
,
component
:
ReviewBdtdck
,
name
:
"ReviewBdtdck"
,
meta
:
{
title
:
"复核-Bdtdck"
}
},
];
export
default
ReviewRouter
;
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