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
eef04908
Commit
eef04908
authored
Sep 06, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cltdav解决报错以及“Sel”面板排版
parent
04749ae0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
341 additions
and
374 deletions
+341
-374
Event.js
src/model/Cltdav/Event.js
+100
-121
index.js
src/model/Cltdav/index.js
+19
-18
Setp.vue
src/views/Business/Botpay/Setp.vue
+1
-1
Sel.vue
src/views/Business/Cltdav/Sel.vue
+143
-154
index.vue
src/views/Business/Cltdav/index.vue
+66
-68
Infsea.vue
src/views/Business/Infbcd/Infsea.vue
+12
-12
No files found.
src/model/Cltdav/Event.js
View file @
eef04908
...
@@ -2,137 +2,115 @@ import Api from "~/service/Api"
...
@@ -2,137 +2,115 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
export
default
{
export
default
{
async
onCltpButgetref
(){
async
onCltpButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cltp.butgetref"
)
let
rtnmsg
=
await
this
.
executeRule
(
"cltp.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onGet
()
{
async
onGet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"get"
)
let
rtnmsg
=
await
this
.
executeRule
(
"get"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onColpDet
()
{
async
onColpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"colp.det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"colp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButshw
()
{
async
onTrndocButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butshw"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButadd
()
{
async
onTrndocButadd
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butadd"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butadd"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButnew
()
{
async
onTrndocButnew
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butnew"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butnew"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButattto
()
{
async
onTrndocButattto
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butattto"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butattto"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButdel
()
{
async
onTrndocButdel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butdel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butdel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTrndocButatt
()
{
async
onTrndocButatt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butatt"
)
let
rtnmsg
=
await
this
.
executeRule
(
"trndoc.butatt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSetmodDet
()
{
async
onSetmodDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"setmod.det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"setmod.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onSetinsButtxmsel
()
{
async
onSetinsButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"setins.buttxmsel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"setins.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
}
}
\ No newline at end of file
src/model/Cltdav/index.js
View file @
eef04908
...
@@ -41,24 +41,25 @@ export default class Cltdav{
...
@@ -41,24 +41,25 @@ export default class Cltdav{
},
},
},
},
colmet
:
""
,
// Collection Method .colmet
colmet
:
""
,
// Collection Method .colmet
trnmod
:{
// trnmod:{
trndoc
:{
// trndoc:{
advlabel
:
""
,
// ADVLABEL .trnmod.trndoc.advlabel
// advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
amdnam
:
""
,
// AMDNAM .trnmod.trndoc.amdnam
// amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
advdoc
:
""
,
// 国内证通知书 .trnmod.trndoc.advdoc
// advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
advnam
:
""
,
// 国内证落款 .trnmod.trndoc.advnam
// advnam:"", // 国内证落款 .trnmod.trndoc.advnam
amdapl
:
""
,
// 修改申请人名称 .trnmod.trndoc.amdapl
// amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
doclbl
:
""
,
// Lable for CONDOCSTM .trnmod.trndoc.doclbl
// doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm
:
""
,
// Document tree .trnmod.trndoc.doctrestm
// doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
shwinc
:
""
,
// Show Incoming Messages .trnmod.trndoc.shwinc
// shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
shwout
:
""
,
// Show Outgoing Messages .trnmod.trndoc.shwout
// shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
condocstm
:
""
,
// Connected Documents .trnmod.trndoc.condocstm
// condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
rcvatt
:{
// rcvatt:{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
// seainf:"", // .trnmod.trndoc.rcvatt.seainf
},
// },
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
// filrecv:"", // File Receiver .trnmod.trndoc.filrecv
},
// },
},
// },
trnmod
:
new
Pub
().
data
.
Trnmod
,
mtabut
:{
mtabut
:{
coninf
:{
coninf
:{
oitinf
:{
oitinf
:{
...
...
src/views/Business/Botpay/Setp.vue
View file @
eef04908
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
disabled
>
Close Contract
</c-checkbox>
<c-checkbox
v-model=
"model.mtabut.clsflg"
:disabled=
"model.mtabut.clsflg !== 'O'"
>
Close Contract
</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-col>
...
...
src/views/Business/Cltdav/Sel.vue
View file @
eef04908
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Batch No."
prop=
"cldgrp.rec.ownref"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.cldgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
disabled
></c-input>
<c-col
:span=
"20"
>
</el-form-item>
<el-form-item
label=
"Batch No."
prop=
"cldgrp.rec.ownref"
>
</c-col>
<c-input
v-model=
"model.cldgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
disabled
>
</c-input>
<c-col
:span=
"12"
>
</el-form-item>
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSeainf"
>
i
</c-button>
</c-col>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCltpButgetref"
>
<c-col
:span=
"4"
style=
"text-align:right"
>
获取
<c-button
size=
"small"
type=
"primary"
@
click=
"onCltpButgetref"
>
</c-button>
获取
<c-button
size=
"small"
type=
"primary"
@
click=
"onGet"
>
</c-button>
Get Swt
</c-col>
</c-button>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Name"
prop=
"cldgrp.rec.nam"
>
<c-col>
</c-col>
<c-input
v-model=
"model.cldgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name of CC contract"
>
</c-input>
<c-col
:span=
"12"
>
</el-form-item>
<el-form-item
label=
"Name of CC contract"
prop=
"cldgrp.rec.nam"
>
</c-col>
<c-input
v-model=
"model.cldgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name of CC contract"
></c-input>
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label=
"Date of creation"
prop=
"cldgrp.rec.credat"
>
<c-date-picker
type=
"date"
v-model=
"model.cldgrp.rec.credat"
style=
"width:100%"
placeholder=
"请选择Date of creation"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label=
"Value Date"
prop=
"cldgrp.rec.valdat"
>
<c-date-picker
type=
"date"
v-model=
"model.cldgrp.rec.valdat"
style=
"width:100%"
placeholder=
"请选择Value Date"
></c-date-picker>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"currency"
prop=
"cur"
>
<c-select
v-model=
"model.cur"
style=
"width:100%"
placeholder=
"请选择currency"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"Payemnt Disposition"
prop=
"cldgrp.rec.colflg"
style=
"width:100%"
>
<el-form-item
label=
"Amount"
prop=
"model.cur"
>
<c-select
v-model=
"model.cldgrp.rec.colflg"
style=
"width: 100%"
maxlength=
"1"
<c-select
v-model=
"model.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
placeholder=
"请输入Payemnt Disposition"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in codes.colflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"model.amt"
>
<el-form-item
label=
"Value Date"
prop=
"cldgrp.rec.valdat"
label-width=
"150px"
>
<c-input
v-model=
"model.amt"
placeholder=
"请输入Amount"
></c-input>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.cldgrp.rec.valdat"
style=
"width:100%"
placeholder=
"请选择Value Date"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
Date
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.cldgrp.rec.credat"
style=
"width:100%"
placeholder=
"请选择Date of creation"
></c-date-picker>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Total Row Count"
prop=
"rowcntr"
>
<el-form-item
label=
"Total Row Count"
prop=
"rowcntr"
style=
"width:100%"
>
<c-input
v-model=
"model.rowcntr"
placeholder=
"请输入Total Row Count"
disabled
></c-input>
<c-input
v-model=
"model.rowcntr"
placeholder=
"请输入Total Row Count"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Register Ref."
prop=
"cldgrp.rec.regref"
>
<el-form-item
label=
"Currency"
prop=
"cur"
style=
"width:100%"
>
<c-input
v-model=
"model.cldgrp.rec.regref"
maxlength=
"16"
placeholder=
"请输入Register Ref."
></c-input>
<c-select
v-model=
"model.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
>
</el-form-item>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
</c-col>
:value=
"item.value"
>
<!--
</el-option>
<c-col
:span=
"12"
>
</c-select>
<el-form-item
label=
"Amount"
prop=
"amount"
>
</el-form-item>
<c-input
v-model=
"model.amount"
placeholder=
"请输入AMOUNT"
></c-input>
</c-col>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"Item Count"
prop=
"cldgrp.rec.count"
>
<c-input
v-model=
"model.cldgrp.rec.count"
placeholder=
"请输入ITEM COUNT"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Item Count"
prop=
"items"
>
<c-input
v-model=
"model.items"
placeholder=
"请输入Item Count"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Collection Bank"
prop=
"colbnk"
>
<el-form-item
label=
"Amount"
prop=
"amount"
style=
"width: 100%"
>
<c-select
v-model=
"model.colbnk"
style=
"width:100%"
placeholder=
"请选择Collection Bank"
>
<c-input
v-model=
"model.amount"
placeholder=
"请输入AMOUNT"
disabled
></c-input>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Register Ref."
prop=
"cldgrp.rec.regref"
style=
"width: 100%"
>
<c-input
v-model=
"model.cldgrp.rec.regref"
tyle=
"width: 100%"
maxlength=
"16"
placeholder=
"请输入Register Ref."
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Collection Method"
prop=
"colmet"
>
<el-form-item
label=
"Item Count"
prop=
"cldgrp.rec.count"
style=
"width: 100%"
>
<c-select
v-model=
"model.colmet"
style=
"width:100%"
placeholder=
"请选择Collection Method"
></c-select>
<c-input
v-model=
"model.cldgrp.rec.count"
placeholder=
"请输入ITEM COUNT"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Actual Items"
prop=
"items"
>
<c-input
v-model=
"model.items"
placeholder=
"请输入Item Count"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Coll Bank Ref"
prop=
"cldgrp.rec.colref"
>
<el-form-item
label=
"Collection Bank"
prop=
"colbnk"
>
<c-input
v-model=
"model.cldgrp.rec.colref"
maxlength=
"16"
placeholder=
"请输入COLL BANK REF"
></c-input>
<c-select
v-model=
"model.colbnk"
style=
"width:100%"
placeholder=
"请选择Collection Bank"
>
</el-form-item>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"4"
style=
"text-align:right"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onGet"
>
Get Swt
</c-button>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Collection Method"
prop=
"colmet"
>
<c-select
v-model=
"model.colmet"
style=
"width:100%"
placeholder=
"请选择Collection Method"
></c-select>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Payemnt Disposition"
prop=
"cldgrp.rec.colflg"
>
<c-col
:span=
"11"
>
<c-select
v-model=
"model.cldgrp.rec.colflg"
maxlength=
"1"
placeholder=
"请输入Payemnt Disposition"
:code=
"codes.colflg"
></c-select>
<c-col
:span=
"20"
>
<el-option
v-for=
"item in codes.colflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-form-item
label=
"Extkey"
prop=
"cldgrp.col.pts.extkey"
>
</el-form-item>
<c-input
v-model=
"model.cldgrp.col.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
style=
"text-align:right"
>
<!--
<el-form-item
label=
""
label-width=
"15px"
style=
"text-align:right"
>
-->
<!--
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSeainf('cldgrp.col.pts.extkey')"
>
i
</c-button>
-->
<c-button
size=
"small"
type=
"primary"
>
Details
</c-button>
<!--
</el-form-item>
-->
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Extkey"
prop=
"cldgrp.col.pts.extkey"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.cldgrp.col.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
>
<el-form-item
label=
"Address Block"
prop=
"cldgrp.col.pts.adrblk"
>
</c-input>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.cldgrp.col.pts.adrblk"
maxlength=
"35"
disabled
</el-form-item>
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Coll Bank Ref"
prop=
"cldgrp.rec.colref"
>
<c-input
v-model=
"model.cldgrp.rec.colref"
maxlength=
"16"
placeholder=
"请输入COLL BANK REF"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary;width:10%"
@
click=
"onSeainf('cldgrp.col.pts.extkey')"
>
i
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
Details
</c-button>
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"cldgrp.col.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.cldgrp.col.pts.adrblk"
maxlength=
"35"
disabled
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<!--
<!--
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
...
@@ -167,35 +164,28 @@
...
@@ -167,35 +164,28 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
-->
<c-col>
</c-col>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Cltdav/Event"
import
Event
from
"~/model/Cltdav/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
\ No newline at end of file
src/views/Business/Cltdav/index.vue
View file @
eef04908
...
@@ -20,15 +20,15 @@
...
@@ -20,15 +20,15 @@
<m-sel
:model=
"model"
:codes=
"codes"
/>
<m-sel
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000057 -->
<!--PD000057 -->
<el-tab-pane
label=
"关联账号"
name=
"account"
>
<
!--
<
el-tab-pane
label=
"关联账号"
name=
"account"
>
<m-account
:model=
"model"
:codes=
"codes"
/>
<m-account
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<c-content>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"表外信息"
name=
"engp"
>
<el-tab-pane
label=
"表外信息"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
<m-engp
:model=
"model"
:codes=
"codes"
/>
...
@@ -60,76 +60,75 @@
...
@@ -60,76 +60,75 @@
</c-page>
</c-page>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
Utils
from
"~/utils/index"
;
import
Utils
from
"~/utils/index"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Cltdav
from
"~/model/Cltdav"
;
import
Cltdav
from
"~/model/Cltdav"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Cltdav/Check"
;
import
Check
from
"~/model/Cltdav/Check"
;
import
Default
from
"~/model/Cltdav/Default"
;
import
Default
from
"~/model/Cltdav/Default"
;
import
Pattern
from
"~/model/Cltdav/Pattern"
;
import
Pattern
from
"~/model/Cltdav/Pattern"
;
import
Sel
from
"./Sel"
;
import
Sel
from
"./Sel"
;
import
Account
from
"./Account"
;
import
Account
from
"./Account"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Doctre
from
".
/Doctre"
;
import
Doctre
from
"~/views/Public
/Doctre"
;
export
default
{
export
default
{
name
:
"Cltdav"
,
name
:
"Cltdav"
,
components
:
{
components
:
{
"m-sel"
:
Sel
,
"m-sel"
:
Sel
,
"m-account"
:
Account
,
"m-account"
:
Account
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-glepan"
:
Glepan
,
"m-glepan"
:
Glepan
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-ccvpan"
:
Ccvpan
,
"m-ccvpan"
:
Ccvpan
,
},
},
provide
()
{
provide
()
{
return
{
return
{
root
:
this
root
:
this
}
}
},
},
mixins
:
[
commonProces
s
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFunc
s
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
tabVal
:
"
"
,
tabVal
:
"sel
"
,
trnName
:
"cltdav"
,
trnName
:
"cltdav"
,
model
:
new
Cltdav
().
data
,
model
:
new
Cltdav
().
data
,
checkRules
:
Check
,
checkRules
:
Check
,
defaultRules
:
Default
,
defaultRules
:
Default
,
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{...
CodeTable
},
codes
:
{
...
CodeTable
},
}
}
},
},
methods
:
{
methods
:
{
tabClick
()
{
tabClick
()
{
}
}
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入cltdav交易"
);
console
.
log
(
"进入cltdav交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
{
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
\ No newline at end of file
src/views/Business/Infbcd/Infsea.vue
View file @
eef04908
...
@@ -274,18 +274,18 @@ export
...
@@ -274,18 +274,18 @@ export
columns
:
[
columns
:
[
"1 1
\"
Reference
\"
150"
,
"1 1
\"
Reference
\"
150"
,
"2 2
\"
Resp. User
\"
120"
,
"2 2
\"
Resp. User
\"
120"
,
"
3 3
\"
Opened
\"
150 4 7
"
,
"
6 3
\"
分行名称
\"
170
"
,
"
4 4
\"
Closed
\"
150 4 7
"
,
"
8 4
\"
Drawee Party Number
\"
170
"
,
"
5 5
\"
Goods Code
\"
130 1 0 1 GODCOD
"
,
"
9 5
\"
Drawee
\"
300
"
,
"
6 6
\"
分行名称
\"
17
0"
,
"
10 6
\"
Drawee CN
\"
13
0"
,
"
7 7
\"
Pta.No
\"
13
0"
,
"
11 7
\"
Drawer Party Number
\"
17
0"
,
"
8 8
\"
Drawee Party Number
\"
17
0"
,
"
12 8
\"
Drawer
\"
15
0"
,
"
9 9
\"
Drawee
\"
30
0"
,
"
7 9
\"
Pta.No
\"
13
0"
,
"1
0 10
\"
Drawee CN
\"
13
0"
,
"1
3 10
\"
Remitting Bank Party Number
\"
22
0"
,
"1
1 11
\"
Drawer Party Number
\"
17
0"
,
"1
4 11
\"
Remitting Bank
\"
20
0"
,
"
12 12
\"
Drawer
\"
100
"
,
"
5 12
\"
Goods Code
\"
130 1 0 1 GODCOD
"
,
"
13 13
\"
Remitting Bank Party Number
\"
220
"
,
"
3 13
\"
Opened
\"
150 4 7
"
,
"
14 14
\"
Remitting Bank
\"
200
"
,
"
4 14
\"
Closed
\"
150 4 7
"
,
"15 15
\"
Doc.Amount Cur
\"
150"
,
"15 15
\"
Doc.Amount Cur
\"
150"
,
"16 16
\"
Doc.Amount
\"
120 2 8 1 15"
,
"16 16
\"
Doc.Amount
\"
120 2 8 1 15"
,
"17 17
\"
Open Amount Cur
\"
150"
,
"17 17
\"
Open Amount Cur
\"
150"
,
...
...
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