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
f055bcc6
Commit
f055bcc6
authored
Apr 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
85498724
526df765
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
894 additions
and
331 deletions
+894
-331
Pattern.js
src/model/Dbipty/Pattern.js
+4
-4
index.js
src/model/Dbipty/index.js
+1
-0
index.js
src/model/Infpty/index.js
+1
-1
Actinf.vue
src/views/Business/Dbipty/Actinf.vue
+66
-8
Addadrp.vue
src/views/Business/Dbipty/Addadrp.vue
+37
-3
Oitp.vue
src/views/Business/Dbipty/Oitp.vue
+46
-3
Ptcinf.vue
src/views/Business/Dbipty/Ptcinf.vue
+57
-14
Ptmpan.vue
src/views/Business/Dbipty/Ptmpan.vue
+41
-5
Ptyp0.vue
src/views/Business/Dbipty/Ptyp0.vue
+125
-63
Ptyp1.vue
src/views/Business/Dbipty/Ptyp1.vue
+304
-136
Ptyp2.vue
src/views/Business/Dbipty/Ptyp2.vue
+96
-40
Ptytxt.vue
src/views/Business/Dbipty/Ptytxt.vue
+57
-34
index.vue
src/views/Business/Dbipty/index.vue
+7
-6
Addadrp.vue
src/views/Business/Infpty/Addadrp.vue
+3
-1
Infsea.vue
src/views/Business/Infpty/Infsea.vue
+1
-1
Ptcinf.vue
src/views/Business/Infpty/Ptcinf.vue
+1
-1
Ptmpan.vue
src/views/Business/Infpty/Ptmpan.vue
+1
-1
Ptyp0.vue
src/views/Business/Infpty/Ptyp0.vue
+46
-10
No files found.
src/model/Dbipty/Pattern.js
View file @
f055bcc6
...
@@ -284,10 +284,10 @@ export default {
...
@@ -284,10 +284,10 @@ export default {
{
max
:
60
,
message
:
"长度不能超过60"
}
{
max
:
60
,
message
:
"长度不能超过60"
}
],
],
"recpan.actnum"
:[
//
"recpan.actnum":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", required: false, message: "必输项"},
{
max
:
6
,
message
:
"长度不能超过6"
}
//
{max: 6,message:"长度不能超过6"}
],
//
],
...
...
src/model/Dbipty/index.js
View file @
f055bcc6
...
@@ -134,6 +134,7 @@ export default class Dbipty{
...
@@ -134,6 +134,7 @@ export default class Dbipty{
},
},
},
},
actnum
:
""
,
// Total Number of Accounts .recpan.actnum
actnum
:
""
,
// Total Number of Accounts .recpan.actnum
act
:
""
,
// IDEA后台添加 前端也要添加该数据
ptssub
:{
ptssub
:{
oited2
:{
oited2
:{
labinftxt
:
""
,
// Label for INFTXT .recpan.ptssub.oited2.labinftxt
labinftxt
:
""
,
// Label for INFTXT .recpan.ptssub.oited2.labinftxt
...
...
src/model/Infpty/index.js
View file @
f055bcc6
...
@@ -157,7 +157,7 @@ export default class Infpty{
...
@@ -157,7 +157,7 @@ export default class Infpty{
},
},
},
},
actnum
:
0
,
// Total Number of Accounts .recpan.actnum
actnum
:
0
,
// Total Number of Accounts .recpan.actnum
act
:
""
,
//后加进来的LIst 后端IDEA
act
:
""
,
//后加进来的LIst 后端IDEA
前端也需要手动添加
ptssub
:{
ptssub
:{
oited2
:{
oited2
:{
labinftxt
:
""
,
// Label for INFTXT .recpan.ptssub.oited2.labinftxt
labinftxt
:
""
,
// Label for INFTXT .recpan.ptssub.oited2.labinftxt
...
...
src/views/Business/Dbipty/Actinf.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Accounts Defined"
class=
"messageLabel"
>
<el-form-item
label=
"Total Number of Accounts"
prop=
"recpan.actnum"
>
<c-input
v-model=
"model.recpan.actnum"
placeholder=
"请输入Total Number of Accounts"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
>
<el-table-column
label=
"Type"
width=
"auto"
prop=
"typ"
sortable
></el-table-column>
<el-table-column
label=
"Cur."
width=
"auto"
prop=
"cur"
sortable
></el-table-column>
<el-table-column
label=
"Account No."
width=
"auto"
prop=
"extkey"
sortable
></el-table-column>
<el-table-column
label=
"科目代码"
width=
"auto"
prop=
"trmtyp"
sortable
></el-table-column>
<el-table-column
label=
" "
width=
"auto"
prop=
"nam"
sortable
></el-table-column>
</c-table>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -20,15 +58,34 @@ export default {
...
@@ -20,15 +58,34 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
(){
return
{
return
{
data
:[],
}
}
;
},
},
methods
:{...
Event
},
methods
:{...
Event
},
created
:
function
(){
created
:
function
(){},
watch
:
{
"model.recpan.act"
:
function
()
{
this
.
data
=
this
.
model
.
recpan
.
act
;
this
.
$nextTick
(()
=>
{
for
(
let
i
=
0
;
i
<
this
.
data
.
length
;
i
++
)
{
if
(
this
.
data
[
i
].
exeflg
==
"Y"
)
{
this
.
$refs
.
table
.
$refs
.
table
.
toggleRowSelection
(
this
.
data
[
i
],
true
);
}
}
}
});
},
},
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
<!-- <c-col :span="12">
<el-form-item label="Total Number of Accounts" prop="recpan.actnum">
<c-input v-model="model.recpan.actnum" placeholder="请输入Total Number of Accounts"></c-input>
</el-form-item>
</c-col> -->
\ No newline at end of file
src/views/Business/Dbipty/Addadrp.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
style=
"height: 24px"
text-align=
justify
>
<el-form-item
label=
"Additional Addresses"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-divider></el-divider>
</c-col>
-->
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
>
<el-table-column
label=
"Key"
width=
"auto"
prop=
"extkey"
sortable
></el-table-column>
<el-table-column
label=
"Address"
width=
"auto"
prop=
"nam"
sortable
></el-table-column>
<el-table-column
label=
"BIC"
width=
"auto"
prop=
"bic"
sortable
></el-table-column>
<el-table-column
label=
"Location"
width=
"auto"
prop=
"loctxt"
sortable
></el-table-column>
</c-table>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanDspadr"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanDspadr"
>
Display
Display
</c-button>
</c-button>
...
@@ -11,7 +45,7 @@
...
@@ -11,7 +45,7 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanLnkdbmpty"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanLnkdbmpty"
>
&
Make Main
&
Make Main
</c-button>
</c-button>
</c-col>
</c-col>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -26,7 +60,7 @@ export default {
...
@@ -26,7 +60,7 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
(){
return
{
return
{
data
:[]
}
}
},
},
methods
:{...
Event
},
methods
:{...
Event
},
...
...
src/views/Business/Dbipty/Oitp.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
style=
"height: 24px"
>
<el-form-item
label=
"Available Info of Party "
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
>
<el-table-column
label=
"Type"
width=
"auto"
prop=
"subtyp"
sortable
>
</el-table-column>
<el-table-column
label=
"Business Sector"
width=
"auto"
prop=
"subbus"
sortable
></el-table-column>
<el-table-column
label=
"Display Level"
width=
"auto"
prop=
"inflev"
sortable
></el-table-column>
<el-table-column
label=
"Text"
width=
"auto"
prop=
"shttxt"
sortable
></el-table-column>
<c-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"65px"
>
<c-col
:span=
"12"
>
<template
slot-scope=
"
{ scope }">
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"onInfbutDsp(scope.$index, scope.row)"
>
Details
</c-button>
</
template
>
</c-table-column>
</c-table>
<!-- <c-col :span="12">
<span v-text="model.recpan.ptssub.oited2.labinftxt" data-path=".recpan.ptssub.oited2.labinftxt" > </span>
<span v-text="model.recpan.ptssub.oited2.labinftxt" data-path=".recpan.ptssub.oited2.labinftxt" > </span>
</c-col>
</c-col>
-->
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -18,7 +61,7 @@ export default {
...
@@ -18,7 +61,7 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
(){
return
{
return
{
data
:[]
}
}
},
},
methods
:{...
Event
},
methods
:{...
Event
},
...
...
src/views/Business/Dbipty/Ptcinf.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<el-form-item
label=
"Contact Persons"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginatonShow=
"false"
>
<el-table-column
label=
"Gender"
width=
"auto"
prop=
"gen"
></el-table-column>
<el-table-column
label=
"Name"
width=
"auto"
prop=
"nam"
sortable
></el-table-column>
<el-table-column
label=
"Department"
width=
"auto"
prop=
"dep"
sortable
></el-table-column>
<el-table-column
label=
"Office Phone"
width=
"auto"
prop=
"teloff"
sortable
></el-table-column>
<el-table-column
label=
"E-mail"
width=
"auto"
prop=
"eml"
sortable
></el-table-column>
<el-table-column
label=
"Telefax"
width=
"auto"
prop=
"telfax"
sortable
></el-table-column>
</c-table>
</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/Dbipty/Event"
import
Event
from
"~/model/Dbipty/Event"
;
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
"root"
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
data
:[]
}
};
},
},
methods
:{...
Event
},
methods
:
{
...
Event
},
created
:
function
(){
created
:
function
()
{},
};
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
src/views/Business/Dbipty/Ptmpan.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanLnkinfptm"
>
<el-form-item
label=
"Authentication of Address"
class=
"messageLabel"
label-width=
"200px"
>
Info
</el-form-item>
</c-button>
</c-col>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
style=
"width:80%,text-aligen:center"
height=
"500"
:paginationShow=
"false"
>
<el-table-column
label=
"Corr.Type"
width=
"auto"
prop=
"cortyp"
sortable
></el-table-column>
<el-table-column
label=
"Address of Message "
width=
"auto"
prop=
"coradr"
sortable
></el-table-column>
<el-table-column
label=
"Authenticator "
width=
"auto"
prop=
"autflg"
sortable
></el-table-column>
<el-table-column
label=
"Public key"
width=
"auto"
prop=
"autdet"
sortable
></el-table-column>
</c-table>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -20,7 +49,7 @@ export default {
...
@@ -20,7 +49,7 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
(){
return
{
return
{
data
:[]
}
}
},
},
methods
:{...
Event
},
methods
:{...
Event
},
...
@@ -32,3 +61,9 @@ export default {
...
@@ -32,3 +61,9 @@ export default {
<
style
>
<
style
>
</
style
>
</
style
>
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onRecpanLnkinfptm">
Info
</c-button>
</c-col> -->
\ No newline at end of file
src/views/Business/Dbipty/Ptyp0.vue
View file @
f055bcc6
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<c-input
<c-input
v-model=
"model.recgrp.rec.extkey"
v-model=
"model.recgrp.rec.extkey"
maxlength=
"24"
maxlength=
"24"
placeholder=
"请输入"
placeholder=
"请输入Party No."
@
keyup
.
enter
.
native=
"showGridPromptDialog('recgrp.rec.extkey')"
>
>
</c-input>
</c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
...
@@ -26,9 +27,9 @@
...
@@ -26,9 +27,9 @@
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetpty"
>
<!--
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetpty"
>
获取
获取
</c-button
>
</c-button>
--
>
</
template
>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</el-form-item>
...
@@ -40,9 +41,10 @@
...
@@ -40,9 +41,10 @@
v-model=
"model.recgrp.rec.juscod"
v-model=
"model.recgrp.rec.juscod"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入组织机构代码"
placeholder=
"请输入组织机构代码"
disabled
></c-input>
></c-input>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
<c-checkbox
v-model=
"model.recgrp.rec.dshflg"
<c-checkbox
v-model=
"model.recgrp.rec.dshflg"
disabled
>
是否电商
</c-checkbox
>
是否电商
</c-checkbox
>
>
</
template
>
</
template
>
...
@@ -51,11 +53,13 @@
...
@@ -51,11 +53,13 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Type"
>
<el-form-item
label=
"Type"
>
<c-checkbox
v-model=
"model.recgrp.typb"
>
Bank
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typb"
disabled
>
Bank
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typc"
>
Client
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typc"
disabled
>
Client
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typa"
>
Own Address
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typa"
disabled
<c-checkbox
v-model=
"model.recgrp.typo"
>
Other
</c-checkbox>
>
Own Address
</c-checkbox
<c-checkbox
v-model=
"model.recgrp.typh"
>
海关
</c-checkbox>
>
<c-checkbox
v-model=
"model.recgrp.typo"
disabled
>
Other
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.typh"
disabled
>
海关
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -64,6 +68,7 @@
...
@@ -64,6 +68,7 @@
v-model=
"model.recgrp.adrmaa.nam1"
v-model=
"model.recgrp.adrmaa.nam1"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 1/SWIFT Line 1"
placeholder=
"请输入Name 1/SWIFT Line 1"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -73,6 +78,7 @@
...
@@ -73,6 +78,7 @@
v-model=
"model.recgrp.adrmaa.nam2"
v-model=
"model.recgrp.adrmaa.nam2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 2/SWIFT Line 2"
placeholder=
"请输入Name 2/SWIFT Line 2"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -83,6 +89,7 @@
...
@@ -83,6 +89,7 @@
v-model=
"model.recgrp.adrmaa.nam3"
v-model=
"model.recgrp.adrmaa.nam3"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 3"
placeholder=
"请输入Name 3"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -92,6 +99,7 @@
...
@@ -92,6 +99,7 @@
v-model=
"model.recgrp.adrmaa.str1"
v-model=
"model.recgrp.adrmaa.str1"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Street/SWIFT Line 3"
placeholder=
"请输入Street/SWIFT Line 3"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -101,6 +109,7 @@
...
@@ -101,6 +109,7 @@
v-model=
"model.recgrp.adrmaa.str2"
v-model=
"model.recgrp.adrmaa.str2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Optional Second Line of Street"
placeholder=
"请输入Optional Second Line of Street"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -110,6 +119,7 @@
...
@@ -110,6 +119,7 @@
v-model=
"model.recgrp.adrmaa.loczip"
v-model=
"model.recgrp.adrmaa.loczip"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入ZIP Code/First Part of SWIFT Line 4"
placeholder=
"请输入ZIP Code/First Part of SWIFT Line 4"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -119,6 +129,7 @@
...
@@ -119,6 +129,7 @@
v-model=
"model.recgrp.adrmaa.loctxt"
v-model=
"model.recgrp.adrmaa.loctxt"
maxlength=
"25"
maxlength=
"25"
placeholder=
"请输入Textpart of City/Second Part of SWIFT Line 4"
placeholder=
"请输入Textpart of City/Second Part of SWIFT Line 4"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -128,6 +139,7 @@
...
@@ -128,6 +139,7 @@
v-model=
"model.recgrp.adrmaa.loc2"
v-model=
"model.recgrp.adrmaa.loc2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Optional Second Line of City"
placeholder=
"请输入Optional Second Line of City"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -137,6 +149,7 @@
...
@@ -137,6 +149,7 @@
v-model=
"model.recgrp.adrmaa.pob"
v-model=
"model.recgrp.adrmaa.pob"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Line with Postbox"
placeholder=
"请输入Line with Postbox"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -149,6 +162,7 @@
...
@@ -149,6 +162,7 @@
v-model=
"model.recgrp.adrmaa.pobtxt"
v-model=
"model.recgrp.adrmaa.pobtxt"
maxlength=
"25"
maxlength=
"25"
placeholder=
"请输入Textpart of City Used when Addressing Postbox"
placeholder=
"请输入Textpart of City Used when Addressing Postbox"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -158,6 +172,7 @@
...
@@ -158,6 +172,7 @@
v-model=
"model.recgrp.adrmaa.loccty"
v-model=
"model.recgrp.adrmaa.loccty"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Country"
placeholder=
"请选择Country"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -168,6 +183,7 @@
...
@@ -168,6 +183,7 @@
v-model=
"model.recgrp.adrmaa.eml"
v-model=
"model.recgrp.adrmaa.eml"
maxlength=
"80"
maxlength=
"80"
placeholder=
"请输入eMail/Internet"
placeholder=
"请输入eMail/Internet"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -177,6 +193,7 @@
...
@@ -177,6 +193,7 @@
v-model=
"model.recgrp.hbk.extkey"
v-model=
"model.recgrp.hbk.extkey"
maxlength=
"24"
maxlength=
"24"
placeholder=
"请输入Address Number"
placeholder=
"请输入Address Number"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -186,55 +203,38 @@
...
@@ -186,55 +203,38 @@
v-model=
"model.recgrp.heq.extkey"
v-model=
"model.recgrp.heq.extkey"
maxlength=
"24"
maxlength=
"24"
placeholder=
"请输入Address Number"
placeholder=
"请输入Address Number"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"13
"
>
<c-col
:span=
"14
"
>
<el-form-item
label=
"Account M."
prop=
"recgrp.rec.accusr"
>
<el-form-item
label=
"Account M."
prop=
"recgrp.rec.accusr"
>
<c-input
<c-input
v-model=
"model.recgrp.rec.accusr"
v-model=
"model.recgrp.rec.accusr"
maxlength=
"8"
maxlength=
"8"
placeholder=
"请输入User ID of Account Officer"
placeholder=
"请输入User ID of Account Officer"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"支行"
prop=
"recpan.bchkey"
>
<el-form-item
label=
"支行"
prop=
"recpan.bchkey"
label-width=
"45px"
style=
"margin-left: 12px"
disabled
>
<c-select
<c-select
v-model=
"model.recpan.bchkey"
v-model=
"model.recpan.bchkey"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Branch Key"
placeholder=
"请选择Branch Key"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中文地址1"
prop=
"recgrp.adrmaa.adr1"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr1"
maxlength=
"40"
placeholder=
"请输入Chinese Address"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"recgrp.adrmaa.adr2"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr2"
maxlength=
"40"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"recgrp.adrmaa.adr3"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr3"
maxlength=
"40"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--------- 右 ---------->
<!--------- 右 ---------->
...
@@ -245,6 +245,7 @@
...
@@ -245,6 +245,7 @@
v-model=
"model.recgrp.rec.nam"
v-model=
"model.recgrp.rec.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Party Name"
placeholder=
"请输入Party Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -256,6 +257,7 @@
...
@@ -256,6 +257,7 @@
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入Chinese name"
placeholder=
"请输入Chinese name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -266,6 +268,7 @@
...
@@ -266,6 +268,7 @@
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Address Status"
placeholder=
"请选择Address Status"
:code=
"codes.adrsta"
:code=
"codes.adrsta"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -276,11 +279,14 @@
...
@@ -276,11 +279,14 @@
v-model=
"model.recgrp.adrmaa.tel1"
v-model=
"model.recgrp.adrmaa.tel1"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telephone 1"
placeholder=
"请输入Telephone 1"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<c-form-item
label=
"电话2"
prop=
"recgrp.adrmaa.tel2"
<c-form-item
label=
"电话2"
prop=
"recgrp.adrmaa.tel2"
label-width=
"45px"
label-width=
"45px"
style=
"margin-left: 12px"
style=
"margin-left: 12px"
>
>
...
@@ -288,6 +294,7 @@
...
@@ -288,6 +294,7 @@
v-model=
"model.recgrp.adrmaa.tel2"
v-model=
"model.recgrp.adrmaa.tel2"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telephone 2"
placeholder=
"请输入Telephone 2"
disabled
></c-input>
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -297,12 +304,14 @@
...
@@ -297,12 +304,14 @@
v-model=
"model.recgrp.adrmaa.fax1"
v-model=
"model.recgrp.adrmaa.fax1"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telefax 1"
placeholder=
"请输入Telefax 1"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"传真2"
<el-form-item
label=
"传真2"
prop=
"recgrp.adrmaa.fax2"
prop=
"recgrp.adrmaa.fax2"
label-width=
"45px"
label-width=
"45px"
style=
"margin-left: 12px"
style=
"margin-left: 12px"
...
@@ -311,28 +320,33 @@
...
@@ -311,28 +320,33 @@
v-model=
"model.recgrp.adrmaa.fax2"
v-model=
"model.recgrp.adrmaa.fax2"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telefax 2"
placeholder=
"请输入Telefax 2"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"14"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"Telex "
prop=
"recgrp.adrmaa.tlx"
<el-form-item
label=
"Telex "
prop=
"recgrp.adrmaa.tlx"
>
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.tlx"
v-model=
"model.recgrp.adrmaa.tlx"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telex Number"
placeholder=
"请输入Telex Number"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"BIC "
prop=
"recgrp.adrmaa.bic"
<el-form-item
label=
"BIC "
prop=
"recgrp.adrmaa.bic"
label-width=
"45px"
label-width=
"45px"
style=
"margin-left: 12px"
>
style=
"margin-left: 12px"
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.bic"
v-model=
"model.recgrp.adrmaa.bic"
maxlength=
"11"
maxlength=
"11"
placeholder=
"请输入BIC of Address Optional"
placeholder=
"请输入BIC of Address Optional"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -343,17 +357,18 @@
...
@@ -343,17 +357,18 @@
v-model=
"model.recgrp.adrmaa.blz"
v-model=
"model.recgrp.adrmaa.blz"
maxlength=
"8"
maxlength=
"8"
placeholder=
"请输入Bankleitzahl German Clearing Code"
placeholder=
"请输入Bankleitzahl German Clearing Code"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Branch ID"
prop=
"recgrp.adrmaa.bid"
>
<el-form-item
label=
"Branch ID"
prop=
"recgrp.adrmaa.bid"
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.bid"
v-model=
"model.recgrp.adrmaa.bid"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Branch Identification Used in Option B of SWIFT Fieldtags"
placeholder=
"请输入Branch Identification Used in Option B of SWIFT Fieldtags"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -365,107 +380,153 @@
...
@@ -365,107 +380,153 @@
v-model=
"model.recgrp.adrmaa.tid"
v-model=
"model.recgrp.adrmaa.tid"
maxlength=
"23"
maxlength=
"23"
placeholder=
"请输入TradeConnect ID"
placeholder=
"请输入TradeConnect ID"
disabled
></c-input>
></c-input>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGet"
>
<!--
<c-button size="small" type="primary" @click="onRecpanGet">
Get
Get
</c-button>
</c-button>
-->
</c-fullbox>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"Clearing"
prop=
"recgrp.adrmaa.clc"
>
<el-form-item
label=
"Clearing"
prop=
"recgrp.adrmaa.clc"
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.clc"
v-model=
"model.recgrp.adrmaa.clc"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Clearing Code for Banks"
placeholder=
"请输入Clearing Code for Banks"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"14
"
>
<el-form-item
label=
"Language"
prop=
"recgrp.adrmaa.uil"
>
<el-form-item
label=
"Language"
prop=
"recgrp.adrmaa.uil"
>
<c-select
<c-select
v-model=
"model.recgrp.adrmaa.uil"
v-model=
"model.recgrp.adrmaa.uil"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Default Language Code"
placeholder=
"请选择Default Language Code"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"Messages"
prop=
"recgrp.adrmaa.cortyp"
>
<el-form-item
label=
"Messages"
prop=
"recgrp.adrmaa.cortyp"
label-width=
"48px"
style=
"margin-left: 12px"
>
<c-select
<c-select
v-model=
"model.recgrp.adrmaa.cortyp"
v-model=
"model.recgrp.adrmaa.cortyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Primary Output Chanel of Messages SWT, LET, TLX, TCO"
placeholder=
"请选择Primary Output Chanel of Messages SWT, LET, TLX, TCO"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"Department"
prop=
"recgrp.adrmaa.dpt"
>
<el-form-item
label=
"Department"
prop=
"recgrp.adrmaa.dpt"
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.dpt"
v-model=
"model.recgrp.adrmaa.dpt"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Department"
placeholder=
"请输入Department"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"开户行信息"
prop=
"recgrp.ptamaa.issbchinf"
>
<el-form-item
label=
"开户行信息"
prop=
"recgrp.ptamaa.issbchinf"
>
<c-input
<c-input
v-model=
"model.recgrp.ptamaa.issbchinf"
v-model=
"model.recgrp.ptamaa.issbchinf"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Info of bank"
placeholder=
"请输入Info of bank"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"16
"
>
<el-form-item
label=
"External Visible Name"
prop=
"recgrp.hbk.nam"
>
<el-form-item
label=
"External Visible Name"
prop=
"recgrp.hbk.nam"
>
<c-input
<c-input
v-model=
"model.recgrp.hbk.nam"
v-model=
"model.recgrp.hbk.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
placeholder=
"请输入External Visible Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"8
"
>
<c-checkbox
v-model=
"model.recgrp.rec.hbkaccflg"
<c-checkbox
v-model=
"model.recgrp.rec.hbkaccflg"
disabled
>
Use Accounting of House Bank
</c-checkbox
>
Use Accounting of House Bank
</c-checkbox
>
>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"16
"
>
<el-form-item
label=
"External Visible Name"
prop=
"recgrp.heq.nam"
>
<el-form-item
label=
"External Visible Name"
prop=
"recgrp.heq.nam"
>
<c-input
<c-input
v-model=
"model.recgrp.heq.nam"
v-model=
"model.recgrp.heq.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
placeholder=
"请输入External Visible Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"8
"
>
<c-checkbox
v-model=
"model.recgrp.rec.heqaccflg"
<c-checkbox
v-model=
"model.recgrp.rec.heqaccflg"
disabled
>
Use Accounting of Headquarters
</c-checkbox
>
Use Accounting of Headquarters
</c-checkbox
>
>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"中文邮编"
prop=
"recgrp.adrmaa.pobzip"
>
<el-form-item
label=
"中文邮编"
prop=
"recgrp.adrmaa.pobzip"
disabled
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.pobzip"
v-model=
"model.recgrp.adrmaa.pobzip"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入ZIP Code Used when Addressing Postbox"
placeholder=
"请输入ZIP Code Used when Addressing Postbox"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中文地址1"
prop=
"recgrp.adrmaa.adr1"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr1"
maxlength=
"40"
placeholder=
"请输入Chinese Address"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中文地址2"
prop=
"recgrp.adrmaa.adr2"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr2"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"中文地址3"
prop=
"recgrp.adrmaa.adr3"
>
<c-input
v-model=
"model.recgrp.adrmaa.adr3"
maxlength=
"40"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-content>
</c-content>
</div>
</div>
...
@@ -484,7 +545,8 @@ export default {
...
@@ -484,7 +545,8 @@ export default {
return
{};
return
{};
},
},
computed
:
{},
computed
:
{},
methods
:
{
...
Event
,
onSeainf
()
{}
},
methods
:
{
...
Event
,
onSeainf
()
{},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Dbipty/Ptyp1.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-content>
<c-col
:span=
"12"
>
<!--------- 左 --------->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Credit Class"
prop=
"recgrp.rec.rskcls"
>
<el-form-item
label=
"Credit Class"
prop=
"recgrp.rec.rskcls"
>
<c-select
v-model=
"model.recgrp.rec.rskcls"
style=
"width:100%"
placeholder=
"请选择Credit Class"
>
<c-select
v-model=
"model.recgrp.rec.rskcls"
style=
"width: 100%"
placeholder=
"请选择Credit Class"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"Risk Country"
prop=
"recgrp.rec.rskcty"
>
<el-form-item
label=
"Risk Country"
prop=
"recgrp.rec.rskcty"
>
<c-select
v-model=
"model.recgrp.rec.rskcty"
style=
"width:100%"
placeholder=
"请选择Risk Country"
>
<c-select
v-model=
"model.recgrp.rec.rskcty"
style=
"width: 100%"
placeholder=
"请选择Risk Country"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"Risk Description"
prop=
"recgrp.rec.rsktxt"
>
<el-form-item
label=
"Risk Description"
prop=
"recgrp.rec.rsktxt"
>
<c-input
v-model=
"model.recgrp.rec.rsktxt"
maxlength=
"35"
placeholder=
"请输入Risk Description"
></c-input>
<c-input
v-model=
"model.recgrp.rec.rsktxt"
maxlength=
"35"
placeholder=
"请输入Risk Description"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"DTA Import L/C ID"
prop=
"recgrp.adrmaa.dtacid"
>
<el-form-item
label=
"DTA Import L/C ID"
prop=
"recgrp.adrmaa.dtacid"
>
<c-input
v-model=
"model.recgrp.adrmaa.dtacid"
maxlength=
"23"
placeholder=
"请输入DTA Import L/C ID"
></c-input>
<c-input
v-model=
"model.recgrp.adrmaa.dtacid"
maxlength=
"23"
placeholder=
"请输入DTA Import L/C ID"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"DTA Export L/C ID"
prop=
"recgrp.adrmaa.dtecid"
>
<el-form-item
label=
"DTA Export L/C ID"
prop=
"recgrp.adrmaa.dtecid"
>
<c-input
v-model=
"model.recgrp.adrmaa.dtecid"
maxlength=
"23"
placeholder=
"请输入DTA Export L/C ID"
></c-input>
<c-input
v-model=
"model.recgrp.adrmaa.dtecid"
maxlength=
"23"
placeholder=
"请输入DTA Export L/C ID"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"DTA Guarantees ID"
prop=
"recgrp.adrmaa.dtgcid"
>
<c-input
v-model=
"model.recgrp.adrmaa.dtgcid"
maxlength=
"23"
placeholder=
"请输入DTA Guarantees ID"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Currency"
prop=
"recgrp.ptyrat.cur"
>
<el-form-item
label=
"电证名称"
prop=
"recgrp.adrmaa.namelc"
>
<c-select
v-model=
"model.recgrp.ptyrat.cur"
style=
"width:100%"
placeholder=
"请选择Currency"
>
<c-input
</c-select>
type=
"textarea"
v-model=
"model.recgrp.adrmaa.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Customer Specific Buying Rate Type"
prop=
"recgrp.ptyrat.buytyp"
>
<el-form-item
label=
"流动资金贷款利率档次"
prop=
"recgrp.rec.cunqii"
>
<c-select
v-model=
"model.recgrp.ptyrat.buytyp"
style=
"width:100%"
placeholder=
"请选择Customer Specific Buying Rate Type"
>
<c-select
v-model=
"model.recgrp.rec.cunqii"
style=
"width: 100%"
placeholder=
"请选择流动资金贷款利率档次"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Buy rate discount"
prop=
"recgrp.ptyrat.buyrat"
>
<el-form-item
label=
"上浮比率"
prop=
"recgrp.rec.bilvvv"
>
<c-input
v-model=
"model.recgrp.ptyrat.buyrat"
placeholder=
"请输入Buy rate discount"
></c-input>
<c-input
v-model=
"model.recgrp.rec.bilvvv"
placeholder=
"请输入上浮比率"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"企业海关十位制编码"
prop=
"recgrp.rec.bngcod"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanUpd"
>
<c-input
Update one
v-model=
"model.recgrp.rec.bngcod"
</c-button>
maxlength=
"10"
placeholder=
"请输入企业海关十位制编码"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"DTA Guarantees ID"
prop=
"recgrp.adrmaa.dtgcid"
>
<el-form-item
label=
"国内地区码"
prop=
"recgrp.adrmaa.discod"
>
<c-input
v-model=
"model.recgrp.adrmaa.dtgcid"
maxlength=
"23"
placeholder=
"请输入DTA Guarantees ID"
></c-input>
<c-input
v-model=
"model.recgrp.adrmaa.discod"
maxlength=
"6"
placeholder=
"请输入国内地区码"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"ECIFNO"
prop=
"recgrp.rec.ecifno"
>
<el-form-item
label=
"Customer Specific Selling Rate Type"
prop=
"recgrp.ptyrat.seltyp"
>
<c-input
<c-select
v-model=
"model.recgrp.ptyrat.seltyp"
style=
"width:100%"
placeholder=
"请选择Customer Specific Selling Rate Type"
>
v-model=
"model.recgrp.rec.ecifno"
</c-select>
maxlength=
"24"
placeholder=
"请输入ECIFNO"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"ECIFNO中文名称"
prop=
"recgrp.rec.ecifnam1"
>
<el-form-item
label=
"Sell rate discount"
prop=
"recgrp.ptyrat.selrat"
>
<c-input
<c-input
v-model=
"model.recgrp.ptyrat.selrat"
placeholder=
"请输入Sell rate discount"
></c-input>
v-model=
"model.recgrp.rec.ecifnam1"
maxlength=
"100"
placeholder=
"请输入ECIFNO中文名称"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanUpdall"
>
<el-form-item
label=
"组织机构代码"
prop=
"recgrp.rec.ecifjuscod"
>
Update All
<c-input
</c-button>
v-model=
"model.recgrp.rec.ecifjuscod"
maxlength=
"50"
placeholder=
"请输入组织机构代码"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Service Level"
prop=
"recgrp.rec.sla"
>
</c-col>
<c-select
v-model=
"model.recgrp.rec.sla"
style=
"width:100%"
placeholder=
"请选择Service Level"
>
<!--------- 右 --------->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"币种"
prop=
"recgrp.ptyrat.cur"
>
<c-select
v-model=
"model.recgrp.ptyrat.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Rate Stream"
prop=
"recpan.ratstm"
>
<el-form-item
label=
"买价优惠"
prop=
"recgrp.ptyrat.buytyp"
>
<c-input
v-model=
"model.recpan.ratstm"
placeholder=
"请输入Rate Stream"
></c-input>
<c-select
v-model=
"model.recgrp.ptyrat.buytyp"
style=
"width: 100%"
placeholder=
"请选择Customer Specific Buying Rate Type"
:code=
"codes.buytyp"
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"19
"
>
<span
v-text=
"model.recpan.selpct"
data-path=
".recpan.selpct"
>
</span
>
<el-form-item
label=
"Buy rate discount"
prop=
"recgrp.ptyrat.buyrat"
>
</c-col>
<c-input
v-model=
"model.recgrp.ptyrat.buyrat"
<c-col
:span=
"12"
>
placeholder=
"请输入Buy rate discount"
<el-form-item
label=
"名称"
prop=
"recgrp.adrmaa.namelc"
>
disabled
<c-input
type=
"textarea"
v-model=
"model.recgrp.adrmaa.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"5"
>
<span
v-text=
"model.recpan.buypct"
data-path=
".recpan.buypct"
>
</span>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanUpd"
disabled
>
</c-col>
Update one
</c-button>
<c-col
:span=
"12"
>
<el-form-item
label=
"地址"
prop=
"recgrp.adrmaa.adrelc"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.adrmaa.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"流动资金贷款利率档次"
prop=
"recgrp.rec.cunqii"
>
<el-form-item
label=
"卖价优惠"
prop=
"recgrp.ptyrat.seltyp"
>
<c-select
v-model=
"model.recgrp.rec.cunqii"
style=
"width:100%"
placeholder=
"请选择流动资金贷款利率档次"
>
<c-select
v-model=
"model.recgrp.ptyrat.seltyp"
style=
"width: 100%"
placeholder=
"请选择Customer Specific Selling Rate Type"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"客户类型"
prop=
"recgrp.rec.idtype"
>
<el-form-item
label=
"Sell rate discount"
prop=
"recgrp.ptyrat.selrat"
>
<c-select
v-model=
"model.recgrp.rec.idtype"
style=
"width:100%"
placeholder=
"请选择客户类型"
>
<c-input
</c-select>
v-model=
"model.recgrp.ptyrat.selrat"
placeholder=
"请输入Sell rate discount"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"5"
>
<el-form-item
label=
"上浮比率"
prop=
"recgrp.rec.bilvvv"
>
<c-button
<c-input
v-model=
"model.recgrp.rec.bilvvv"
placeholder=
"请输入上浮比率"
></c-input>
size=
"small"
</el-form-item>
type=
"primary"
@
click=
"onRecpanUpdall"
disabled
>
Update All
</c-button>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"金融机构类型"
prop=
"recgrp.rec.akkcom"
>
<el-form-item
label=
"Service Level"
prop=
"recgrp.rec.sla"
>
<c-input
v-model=
"model.recgrp.rec.akkcom"
maxlength=
"8"
placeholder=
"请输入金融机构类型"
></c-input>
<c-select
v-model=
"model.recgrp.rec.sla"
style=
"width: 100%"
placeholder=
"请选择Service Level"
disabled
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"电证地址"
prop=
"recgrp.adrmaa.adrelc"
>
<el-form-item
label=
"企业海关十位制编码"
prop=
"recgrp.rec.bngcod"
>
<c-input
<c-input
v-model=
"model.recgrp.rec.bngcod"
maxlength=
"10"
placeholder=
"请输入企业海关十位制编码"
></c-input>
type=
"textarea"
v-model=
"model.recgrp.adrmaa.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"客户类型"
prop=
"recgrp.rec.idtype"
>
<el-form-item
label=
"身份证号码"
prop=
"recgrp.rec.idcode"
>
<c-select
<c-input
v-model=
"model.recgrp.rec.idcode"
maxlength=
"32"
placeholder=
"请输入身份证号码"
></c-input>
v-model=
"model.recgrp.rec.idtype"
style=
"width: 100%"
placeholder=
"请选择客户类型"
disabled
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<span
v-text=
"model.recpan.idnam"
data-path=
".recpan.idnam"
>
</span>
<el-form-item
label=
"金融机构类型"
prop=
"recgrp.rec.akkcom"
>
<c-input
v-model=
"model.recgrp.rec.akkcom"
maxlength=
"8"
placeholder=
"请输入金融机构类型"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"国内地区码"
prop=
"recgrp.adrmaa.discod"
>
<el-form-item
label=
"身份证号码"
prop=
"recgrp.rec.idcode"
>
<c-input
v-model=
"model.recgrp.adrmaa.discod"
maxlength=
"6"
placeholder=
"请输入国内地区码"
></c-input>
<c-input
v-model=
"model.recgrp.rec.idcode"
maxlength=
"32"
placeholder=
"请输入身份证号码"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"交易主体"
prop=
"recgrp.rec.trnman"
>
<el-form-item
label=
"交易主体"
prop=
"recgrp.rec.trnman"
>
<c-select
v-model=
"model.recgrp.rec.trnman"
style=
"width:100%"
placeholder=
"请选择交易主体"
>
<c-select
v-model=
"model.recgrp.rec.trnman"
style=
"width: 100%"
placeholder=
"请选择交易主体"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"ECIFNO"
prop=
"recgrp.rec.ecifno"
>
<c-input
v-model=
"model.recgrp.rec.ecifno"
maxlength=
"24"
placeholder=
"请输入ECIFNO"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanEcif"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanEcif"
>
ECIF
ECIF
</c-button>
</c-button>
</c-col
>
</c-col>
--
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"ocrm日期"
prop=
"recgrp.rec.khbsdt"
>
<el-form-item
label=
"ocrm日期"
prop=
"recgrp.rec.khbsdt"
>
<c-date-picker
type=
"date"
v-model=
"model.recgrp.rec.khbsdt"
style=
"width:100%"
placeholder=
"请选择ocrm日期"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.recgrp.rec.khbsdt"
style=
"width: 100%"
placeholder=
"请选择ocrm日期"
disabled
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.recgrp.rec.speeco"
>
特殊经济区域
</c-checkbox>
<c-checkbox
v-model=
"model.recgrp.rec.speeco"
disabled
</c-col>
>
特殊经济区域
</c-checkbox
>
<c-col
:span=
"12"
>
<el-form-item
label=
"ECIFNO中文名称"
prop=
"recgrp.rec.ecifnam1"
>
<c-input
v-model=
"model.recgrp.rec.ecifnam1"
maxlength=
"100"
placeholder=
"请输入ECIFNO中文名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"组织机构代码"
prop=
"recgrp.rec.ecifjuscod"
>
<el-form-item
label=
"企业规模(国标)"
prop=
"recgrp.rec.qygmgb"
>
<c-input
v-model=
"model.recgrp.rec.ecifjuscod"
maxlength=
"50"
placeholder=
"请输入组织机构代码"
></c-input>
<c-select
v-model=
"model.recgrp.rec.qygmgb"
style=
"width: 100%"
placeholder=
"请选择企业规模(国标)"
disabled
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"贸金客户类别"
prop=
"recgrp.rec.crmtyp"
>
<el-form-item
label=
"贸金客户类别"
prop=
"recgrp.rec.crmtyp"
>
<c-select
v-model=
"model.recgrp.rec.crmtyp"
style=
"width:100%"
placeholder=
"请选择贸金客户类别"
>
<c-select
v-model=
"model.recgrp.rec.crmtyp"
style=
"width: 100%"
placeholder=
"请选择贸金客户类别"
disabled
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"企业规模(国标)"
prop=
"recgrp.rec.qygmgb"
>
<c-select
v-model=
"model.recgrp.rec.qygmgb"
style=
"width:100%"
placeholder=
"请选择企业规模(国标)"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
</c-istream-table>
</c-col>
</c-content>
</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/Dbipty/Event"
import
Event
from
"~/model/Dbipty/Event"
;
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
"root"
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
stmData
:
{
}
columns
:
[
"0 1
\"
Cur
\"
200"
,
"2 2
\"
Buy Type
\"
250 1 0 1 PTYRAT:BUYTYP"
,
"3 3
\"
Discount
\"
250 2 0 1 0"
,
"4 4
\"
Sell Type
\"
250 1 0 1 PTYRAT:SELTYP"
,
"5 5
\"
Discount
\"
250 2 0 1 0"
],
data
:
[],
},
},
methods
:{...
Event
},
};
created
:
function
(){
},
methods
:
{
...
Event
},
}
created
:
function
()
{},
}
}
;
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
<!-- <c-col :span="24">
<el-form-item label="Rate Stream" prop="recpan.ratstm">
<c-input
v-model="model.recpan.ratstm"
placeholder="请输入Rate Stream"
></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<span v-text="model.recpan.selpct" data-path=".recpan.selpct" > </span>
</c-col> -->
<!-- <c-col :span="24">
<span v-text="model.recpan.buypct" data-path=".recpan.buypct" > </span>
</c-col> -->
<!-- <c-col :span="24">
<span v-text="model.recpan.idnam" data-path=".recpan.idnam"> </span>
</c-col> -->
\ No newline at end of file
src/views/Business/Dbipty/Ptyp2.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- 左 -->
<c-col
:span=
"11"
>
<c-col
:span=
"12
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"客户号"
prop=
"recpan.epty.extkey"
>
<el-form-item
label=
"客户号"
prop=
"recpan.epty.extkey"
>
<c-input
v-model=
"model.recpan.epty.extkey"
maxlength=
"24"
placeholder=
"请输入客户号"
></c-input>
<c-input
v-model=
"model.recpan.epty.extkey"
maxlength=
"24"
placeholder=
"请输入客户号"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onEptyPtyget"
>
<el-form-item
label=
"组织机构代码"
prop=
"recpan.epty.juscod"
>
查询
<c-input
</c-button>
v-model=
"model.recpan.epty.juscod"
</c-col>
maxlength=
"10"
placeholder=
"请输入组织机构'码"
<c-col
:span=
"12"
>
></c-input>
<el-form-item
label=
"组织机构'码"
prop=
"recpan.epty.juscod"
>
<c-input
v-model=
"model.recpan.epty.juscod"
maxlength=
"10"
placeholder=
"请输入组织机构'码"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"外汇许可证号"
prop=
"recpan.epty.whzno"
>
<c-input
v-model=
"model.recpan.epty.whzno"
maxlength=
"50"
placeholder=
"请输入外汇许可证号"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"客户名称"
prop=
"recpan.epty.ptynam"
>
<el-form-item
label=
"客户名称"
prop=
"recpan.epty.ptynam"
>
<c-input
v-model=
"model.recpan.epty.ptynam"
maxlength=
"100"
placeholder=
"请输入客户名称"
></c-input>
<c-input
v-model=
"model.recpan.epty.ptynam"
maxlength=
"100"
placeholder=
"请输入客户名称"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"外汇许可证号"
prop=
"recpan.epty.whzno"
>
<el-form-item
label=
"ECIF pty info"
prop=
"recpan.epty.eptystream"
>
<c-input
<c-input
v-model=
"model.recpan.epty.eptystream"
placeholder=
"请输入ECIF pty info"
></c-input>
v-model=
"model.recpan.epty.whzno"
maxlength=
"50"
placeholder=
"请输入外汇许可证号"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-button
<c-button
size=
"small"
type=
"primary"
@
click=
"onEptyPtyext"
>
size=
"small"
&
Exit
type=
"primary"
@
click=
"onEptyPtyget"
style=
"float: right"
>
查询
</c-button>
</c-button>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
>
</c-istream-table>
</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/Dbipty/Event"
import
Event
from
"~/model/Dbipty/Event"
;
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
"root"
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
trnData
:
{
}
columns
:
[
'0 1 "客户号" 80 1 20:2 1'
,
'1 2 "客户类别" 80 1 20:2 1 TransKhTyp'
,
'2 3 "客户名称" 130 1 20:0 1'
,
'3 4 "英文名称" 100 1 20:0 1'
,
'4 5 "所属国家地区代码" 100 1 20:2 1'
,
'5 6 "组织机构代码" 80 1 20:2 1'
,
'6 7 "组织机构代码有效日期" 80 1 20:2 1'
,
'7 8 "营业执照号" 80 1 20:2 1'
,
'8 9 "外汇许可证号" 80 1 20:2 1 TransIf'
,
'9 10 "企业外管代码" 100 1 20:2 1 TransIf'
,
'10 11 "进出口经营权许可证书" 100 1 20:2 1'
,
'11 12 "是否自贸区客户" 80 1 20:2 1 TransIf'
,
'12 13 "是否正式客户" 80 1 20:2 1 TransIf'
,
'13 14 "所属地区代码" 80 1 20:2 1'
,
'14 15 "角色的ECIF客户号" 80 1 20:2 1'
,
'15 16 "是否为光大集团股东客户" 80 1 20:2 1 TransIf'
,
'16 17 "是否为光大集团关联单位" 80 1 20:2 1 TransIf'
,
'17 18 "客户状态" 80 1 20:2 1 TransKhSta'
,
'18 19 "是否为NRA账户" 80 1 20:2 1 TransIf'
,
'19 20 "Swift编号" 80 1 20:2 1 TransIf'
,
'20 21 "统一社会信用代码" 130 1 20:2 1 TransIf'
,
'21 22 "金融机构类型" 180 1 20:2 1 TransFinOrg'
,
],
data
:
[],
},
},
methods
:{...
Event
},
};
created
:
function
(){
},
methods
:
{
...
Event
},
}
created
:
function
()
{},
}
}
;
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
<!-- <c-col :span="12">
<el-form-item label="ECIF pty info" prop="recpan.epty.eptystream">
<c-input v-model="model.recpan.epty.eptystream" placeholder="请输入ECIF pty info"></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onEptyPtyext">
&Exit
</c-button>
</c-col> -->
\ No newline at end of file
src/views/Business/Dbipty/Ptytxt.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<span
v-text=
"model.recpan.ptyinf.labinftxt"
data-path=
".recpan.ptyinf.labinftxt"
>
</span>
<el-form-item
label=
"LABINFTXT"
prop=
"recpan.ptyinf.oit.inftxt"
>
</c-col>
<c-input
type=
"textarea"
<c-col
:span=
"12"
>
v-model=
"model.recpan.ptyinf.oit.inftxt"
<el-form-item
label=
"Infotext"
prop=
"recpan.ptyinf.oit.inftxt"
>
maxlength=
"60"
<c-input
type=
"textarea"
v-model=
"model.recpan.ptyinf.oit.inftxt"
maxlength=
"60"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
show-word-limit
placeholder=
"请输入Infotext"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Infotext Level"
prop=
"recpan.ptyinf.oit.inflev"
>
<el-form-item
label=
"Display Type"
prop=
"recpan.ptyinf.oit.inflev"
>
<c-select
v-model=
"model.recpan.ptyinf.oit.inflev"
style=
"width:100%"
placeholder=
"请选择Infotext Level"
>
<c-select
v-model=
"model.recpan.ptyinf.oit.inflev"
style=
"width: 100%"
placeholder=
"请选择Infotext Level"
:code=
"codes.inflev"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.ptystp.labinftxt"
data-path=
".recpan.ptystp.labinftxt"
>
</span>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Infotext"
prop=
"recpan.ptystp.oit.inftxt"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-input
type=
"textarea"
v-model=
"model.recpan.ptystp.oit.inftxt"
maxlength=
"60"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
<c-col
:span=
"24"
>
<el-form-item
label=
"LABINFTXT"
prop=
"recpan.ptystp.oit.inftxt"
>
<c-input
type=
"textarea"
v-model=
"model.recpan.ptystp.oit.inftxt"
maxlength=
"60"
show-word-limit
placeholder=
"请输入Infotext"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Infotext Level"
prop=
"recpan.ptystp.oit.inflev"
>
<el-form-item
label=
"Display Type"
prop=
"recpan.ptystp.oit.inflev"
>
<c-select
v-model=
"model.recpan.ptystp.oit.inflev"
style=
"width:100%"
placeholder=
"请选择Infotext Level"
>
<c-select
v-model=
"model.recpan.ptystp.oit.inflev"
style=
"width: 100%"
placeholder=
"请选择Infotext Level"
:code=
"codes.inflev"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.ptyinf.labinftxt"
data-path=
".recpan.ptyinf.labinftxt"
>
</span>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.recpan.ptystp.labinftxt"
data-path=
".recpan.ptystp.labinftxt"
>
</span>
</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/Dbipty/Event"
import
Event
from
"~/model/Dbipty/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
},
methods
:
{
...
Event
},
created
:
function
(){
created
:
function
()
{},
};
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
src/views/Business/Dbipty/index.vue
View file @
f055bcc6
...
@@ -54,6 +54,9 @@
...
@@ -54,6 +54,9 @@
<el-tab-pane
label=
"ECIF客户信息"
name=
"ptyp2"
>
<el-tab-pane
label=
"ECIF客户信息"
name=
"ptyp2"
>
<m-ptyp2
:model=
"model"
:codes=
"codes"
/>
<m-ptyp2
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
</div>
</div>
...
@@ -108,12 +111,10 @@ export default {
...
@@ -108,12 +111,10 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
tabClick
(
tab
)
{
// tabClick(tab) {
this
.
tabClick
(
tab
);
// this.tabClick();
/**
* do it yourself
// }
**/
},
},
},
created
:
async
function
()
{
created
:
async
function
()
{
console
.
log
(
"进入dbipty交易"
);
console
.
log
(
"进入dbipty交易"
);
...
...
src/views/Business/Infpty/Addadrp.vue
View file @
f055bcc6
...
@@ -13,7 +13,9 @@
...
@@ -13,7 +13,9 @@
<el-table-column
<el-table-column
label=
"Key"
label=
"Key"
width=
"auto"
width=
"auto"
prop=
"extkey"
></el-table-column>
prop=
"extkey"
sortable
></el-table-column>
<el-table-column
<el-table-column
label=
"Address"
label=
"Address"
width=
"auto"
width=
"auto"
...
...
src/views/Business/Infpty/Infsea.vue
View file @
f055bcc6
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onExcel"
@
click=
"onExcel"
style=
"float: right
; margin-right: 10px
"
style=
"float: right"
>
>
导出Excel
导出Excel
</c-button>
</c-button>
...
...
src/views/Business/Infpty/Ptcinf.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
style=
"height: 24px"
:pull=
"1"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<el-form-item
label=
"Contact Persons"
class=
"messageLabel"
>
<el-form-item
label=
"Contact Persons"
class=
"messageLabel"
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Infpty/Ptmpan.vue
View file @
f055bcc6
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<c-col
:span=
"8"
style=
"height: 24px"
>
<el-form-item
label=
"Authentication of Address"
class=
"messageLabel"
>
<el-form-item
label=
"Authentication of Address"
class=
"messageLabel"
label-width=
"200px"
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
<c-table
:border=
"true"
:list=
"data"
ref=
"table"
...
...
src/views/Business/Infpty/Ptyp0.vue
View file @
f055bcc6
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<c-input
<c-input
v-model=
"model.ptysea.extkey"
v-model=
"model.ptysea.extkey"
placeholder=
"请输入"
placeholder=
"请输入"
disabled
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
...
@@ -20,11 +21,12 @@
...
@@ -20,11 +21,12 @@
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onSeainf"
@
click=
"onSeainf"
disabled
>
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetpty"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetpty"
disabled
>
获取
获取
</c-button>
</c-button>
</
template
>
</
template
>
...
@@ -37,9 +39,10 @@
...
@@ -37,9 +39,10 @@
v-model=
"model.recgrp.rec.juscod"
v-model=
"model.recgrp.rec.juscod"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入组织机构代码"
placeholder=
"请输入组织机构代码"
disabled
></c-input>
></c-input>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
<c-checkbox
v-model=
"model.recgrp.rec.dshflg"
<c-checkbox
v-model=
"model.recgrp.rec.dshflg"
disabled
>
是否电商
</c-checkbox
>
是否电商
</c-checkbox
>
>
</
template
>
</
template
>
...
@@ -47,7 +50,7 @@
...
@@ -47,7 +50,7 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"Type"
>
<el-form-item
label=
"Type"
>
<el-radio-group
v-model=
"radio"
>
<el-radio-group
v-model=
"radio"
disabled
>
<el-radio
:label=
"0"
v-model=
"model.seatypb"
>
Bank
</el-radio>
<el-radio
:label=
"0"
v-model=
"model.seatypb"
>
Bank
</el-radio>
<el-radio
:label=
"1"
v-model=
"model.seatypc"
>
Client
</el-radio>
<el-radio
:label=
"1"
v-model=
"model.seatypc"
>
Client
</el-radio>
<el-radio
:label=
"2"
v-model=
"model.seatypa"
>
Own Address
</el-radio>
<el-radio
:label=
"2"
v-model=
"model.seatypa"
>
Own Address
</el-radio>
...
@@ -56,11 +59,12 @@
...
@@ -56,11 +59,12 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
<el-form-item
label=
"Name 1"
prop=
"recgrp.adrmaa.nam1"
>
<el-form-item
label=
"Name 1"
prop=
"recgrp.adrmaa.nam1"
>
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.nam1"
v-model=
"model.recgrp.adrmaa.nam1"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 1/SWIFT Line 1"
placeholder=
"请输入Name 1/SWIFT Line 1"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -69,6 +73,7 @@
...
@@ -69,6 +73,7 @@
v-model=
"model.recgrp.adrmaa.nam2"
v-model=
"model.recgrp.adrmaa.nam2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 2/SWIFT Line 2"
placeholder=
"请输入Name 2/SWIFT Line 2"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -76,7 +81,7 @@
...
@@ -76,7 +81,7 @@
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.nam3"
v-model=
"model.recgrp.adrmaa.nam3"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Name 3"
placeholder=
"请输入Name 3"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -84,7 +89,7 @@
...
@@ -84,7 +89,7 @@
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.str1"
v-model=
"model.recgrp.adrmaa.str1"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Street/SWIFT Line 3"
placeholder=
"请输入Street/SWIFT Line 3"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -92,7 +97,7 @@
...
@@ -92,7 +97,7 @@
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.str2"
v-model=
"model.recgrp.adrmaa.str2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Optional Second Line of Street"
placeholder=
"请输入Optional Second Line of Street"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
<c-col
:sapn=
"24"
>
<c-col
:sapn=
"24"
>
...
@@ -101,7 +106,7 @@
...
@@ -101,7 +106,7 @@
<c-input
<c-input
v-model=
"model.recgrp.adrmaa.loczip"
v-model=
"model.recgrp.adrmaa.loczip"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入ZIP Code/First Part of SWIFT Line 4"
placeholder=
"请输入ZIP Code/First Part of SWIFT Line 4"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -111,6 +116,7 @@
...
@@ -111,6 +116,7 @@
v-model=
"model.recgrp.adrmaa.loctxt"
v-model=
"model.recgrp.adrmaa.loctxt"
maxlength=
"25"
maxlength=
"25"
placeholder=
"请输入Textpart of City/Second Part of SWIFT Line 4"
placeholder=
"请输入Textpart of City/Second Part of SWIFT Line 4"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -121,6 +127,7 @@
...
@@ -121,6 +127,7 @@
v-model=
"model.recgrp.adrmaa.loc2"
v-model=
"model.recgrp.adrmaa.loc2"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Optional Second Line of City"
placeholder=
"请输入Optional Second Line of City"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -130,6 +137,7 @@
...
@@ -130,6 +137,7 @@
v-model=
"model.recgrp.adrmaa.pobtxt"
v-model=
"model.recgrp.adrmaa.pobtxt"
maxlength=
"25"
maxlength=
"25"
placeholder=
"请输入Textpart of City Used when Addressing Postbox"
placeholder=
"请输入Textpart of City Used when Addressing Postbox"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -139,6 +147,7 @@
...
@@ -139,6 +147,7 @@
v-model=
"model.recgrp.adrmaa.loccty"
v-model=
"model.recgrp.adrmaa.loccty"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Country"
placeholder=
"请选择Country"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -149,6 +158,7 @@
...
@@ -149,6 +158,7 @@
v-model=
"model.recgrp.adrmaa.eml"
v-model=
"model.recgrp.adrmaa.eml"
maxlength=
"80"
maxlength=
"80"
placeholder=
"请输入eMail/Internet"
placeholder=
"请输入eMail/Internet"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -159,12 +169,13 @@
...
@@ -159,12 +169,13 @@
v-model=
"model.recgrp.hbk.nam"
v-model=
"model.recgrp.hbk.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
placeholder=
"请输入External Visible Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item>
<el-form-item>
<c-checkbox
v-model=
"model.recgrp.rec.hbkaccflg"
<c-checkbox
v-model=
"model.recgrp.rec.hbkaccflg"
disabled
>
Use Accounting of HouseBank
</c-checkbox
>
Use Accounting of HouseBank
</c-checkbox
>
>
</el-form-item>
</el-form-item>
...
@@ -175,6 +186,7 @@
...
@@ -175,6 +186,7 @@
v-model=
"model.recgrp.rec.accusr"
v-model=
"model.recgrp.rec.accusr"
maxlength=
"8"
maxlength=
"8"
placeholder=
"请输入User ID of Account Officer"
placeholder=
"请输入User ID of Account Officer"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -185,6 +197,7 @@
...
@@ -185,6 +197,7 @@
v-model=
"model.recpan.bchkey"
v-model=
"model.recpan.bchkey"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Branch Key"
placeholder=
"请选择Branch Key"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -195,6 +208,7 @@
...
@@ -195,6 +208,7 @@
v-model=
"model.recgrp.adrmaa.adr1"
v-model=
"model.recgrp.adrmaa.adr1"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Chinese Address"
placeholder=
"请输入Chinese Address"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -205,6 +219,7 @@
...
@@ -205,6 +219,7 @@
v-model=
"model.recgrp.adrmaa.adr2"
v-model=
"model.recgrp.adrmaa.adr2"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入"
placeholder=
"请输入"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -215,6 +230,7 @@
...
@@ -215,6 +230,7 @@
v-model=
"model.recgrp.adrmaa.adr3"
v-model=
"model.recgrp.adrmaa.adr3"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入"
placeholder=
"请输入"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -224,6 +240,7 @@
...
@@ -224,6 +240,7 @@
v-model=
"model.recgrp.adrmaa.pobzip"
v-model=
"model.recgrp.adrmaa.pobzip"
maxlength=
"10"
maxlength=
"10"
placeholder=
"请输入ZIP Code Used when Addressing Postbox"
placeholder=
"请输入ZIP Code Used when Addressing Postbox"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -236,6 +253,7 @@
...
@@ -236,6 +253,7 @@
v-model=
"model.recgrp.rec.nam"
v-model=
"model.recgrp.rec.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Party Name"
placeholder=
"请输入Party Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"Chinese name"
prop=
"recgrp.rec.nam1"
>
<el-form-item
label=
"Chinese name"
prop=
"recgrp.rec.nam1"
>
...
@@ -246,6 +264,7 @@
...
@@ -246,6 +264,7 @@
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入Chinese name"
placeholder=
"请输入Chinese name"
disabled
></c-input>
></c-input>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanAltnam"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanAltnam"
>
...
@@ -260,6 +279,7 @@
...
@@ -260,6 +279,7 @@
v-model=
"model.recgrp.rec.adrsta"
v-model=
"model.recgrp.rec.adrsta"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Address Status"
placeholder=
"请选择Address Status"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -270,6 +290,7 @@
...
@@ -270,6 +290,7 @@
v-model=
"model.recgrp.adrmaa.tel1"
v-model=
"model.recgrp.adrmaa.tel1"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telephone 1"
placeholder=
"请输入Telephone 1"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -278,6 +299,7 @@
...
@@ -278,6 +299,7 @@
v-model=
"model.recgrp.adrmaa.tel2"
v-model=
"model.recgrp.adrmaa.tel2"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telephone 2"
placeholder=
"请输入Telephone 2"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -288,6 +310,7 @@
...
@@ -288,6 +310,7 @@
v-model=
"model.recgrp.adrmaa.fax1"
v-model=
"model.recgrp.adrmaa.fax1"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telefax 1"
placeholder=
"请输入Telefax 1"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -296,6 +319,7 @@
...
@@ -296,6 +319,7 @@
v-model=
"model.recgrp.adrmaa.fax2"
v-model=
"model.recgrp.adrmaa.fax2"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telefax 2"
placeholder=
"请输入Telefax 2"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -305,6 +329,7 @@
...
@@ -305,6 +329,7 @@
v-model=
"model.recgrp.adrmaa.tlx"
v-model=
"model.recgrp.adrmaa.tlx"
maxlength=
"20"
maxlength=
"20"
placeholder=
"请输入Telex Number"
placeholder=
"请输入Telex Number"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -313,6 +338,7 @@
...
@@ -313,6 +338,7 @@
v-model=
"model.recgrp.adrmaa.bic"
v-model=
"model.recgrp.adrmaa.bic"
maxlength=
"11"
maxlength=
"11"
placeholder=
"请输入BIC of Address Optional"
placeholder=
"请输入BIC of Address Optional"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -321,6 +347,7 @@
...
@@ -321,6 +347,7 @@
v-model=
"model.recgrp.adrmaa.clc"
v-model=
"model.recgrp.adrmaa.clc"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Clearing Code for Banks"
placeholder=
"请输入Clearing Code for Banks"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -329,6 +356,7 @@
...
@@ -329,6 +356,7 @@
v-model=
"model.recgrp.adrmaa.bid"
v-model=
"model.recgrp.adrmaa.bid"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Branch Identification Used in Option B of SWIFT Fieldtags"
placeholder=
"请输入Branch Identification Used in Option B of SWIFT Fieldtags"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -337,6 +365,7 @@
...
@@ -337,6 +365,7 @@
v-model=
"model.recgrp.adrmaa.tid"
v-model=
"model.recgrp.adrmaa.tid"
maxlength=
"23"
maxlength=
"23"
placeholder=
"请输入TradeConnect ID"
placeholder=
"请输入TradeConnect ID"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -345,6 +374,7 @@
...
@@ -345,6 +374,7 @@
v-model=
"model.recgrp.adrmaa.blz"
v-model=
"model.recgrp.adrmaa.blz"
maxlength=
"8"
maxlength=
"8"
placeholder=
"请输入Bankleitzahl German Clearing Code"
placeholder=
"请输入Bankleitzahl German Clearing Code"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -353,6 +383,7 @@
...
@@ -353,6 +383,7 @@
v-model=
"model.recgrp.adrmaa.pob"
v-model=
"model.recgrp.adrmaa.pob"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Line with Postbox"
placeholder=
"请输入Line with Postbox"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -363,6 +394,7 @@
...
@@ -363,6 +394,7 @@
v-model=
"model.recgrp.adrmaa.uil"
v-model=
"model.recgrp.adrmaa.uil"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择 Language "
placeholder=
"请选择 Language "
disabled
>
>
</c-select>
</c-select>
</c-col>
</c-col>
...
@@ -375,6 +407,7 @@
...
@@ -375,6 +407,7 @@
v-model=
"model.recgrp.adrmaa.cortyp"
v-model=
"model.recgrp.adrmaa.cortyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"Messages SWT, LET, TLX, TCO"
placeholder=
"Messages SWT, LET, TLX, TCO"
disabled
>
>
</c-select>
</c-select>
</c-col>
</c-col>
...
@@ -386,6 +419,7 @@
...
@@ -386,6 +419,7 @@
v-model=
"model.recgrp.adrmaa.dpt"
v-model=
"model.recgrp.adrmaa.dpt"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入Department"
placeholder=
"请输入Department"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -395,6 +429,7 @@
...
@@ -395,6 +429,7 @@
v-model=
"model.recgrp.ptamaa.issbchinf"
v-model=
"model.recgrp.ptamaa.issbchinf"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Info of bank"
placeholder=
"请输入Info of bank"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
...
@@ -405,12 +440,13 @@
...
@@ -405,12 +440,13 @@
v-model=
"model.recgrp.heq.nam"
v-model=
"model.recgrp.heq.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
placeholder=
"请输入External Visible Name"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.recgrp.rec.heqaccflg"
<c-checkbox
v-model=
"model.recgrp.rec.heqaccflg"
disabled
>
Use Accounting of Headquarters
</c-checkbox
>
Use Accounting of Headquarters
</c-checkbox
>
>
</c-col>
</c-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