Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
0db71069
Commit
0db71069
authored
May 24, 2023
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp litcan页面调整
parent
18f769ea
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
152 additions
and
212 deletions
+152
-212
index.js
src/business/brtacp/event/index.js
+3
-0
check.js
src/business/brtacp/model/check.js
+14
-14
index.js
src/business/brtacp/model/index.js
+19
-8
Acpp.vue
src/business/brtacp/views/Acpp.vue
+0
-0
Addbcb.vue
src/business/brtacp/views/Addbcb.vue
+4
-5
Mt750p.vue
src/business/brtacp/views/Mt750p.vue
+25
-115
Ovwp.vue
src/business/brtacp/views/Ovwp.vue
+7
-8
index.vue
src/business/brtacp/views/index.vue
+18
-18
index.js
src/business/brtdck/event/index.js
+0
-0
index.js
src/business/litcan/event/index.js
+8
-1
index.js
src/business/litcan/model/index.js
+24
-22
Addbcb.vue
src/business/litcan/views/Addbcb.vue
+1
-1
Canp.vue
src/business/litcan/views/Canp.vue
+3
-4
Ovwp.vue
src/business/litcan/views/Ovwp.vue
+1
-1
index.vue
src/business/litcan/views/index.vue
+25
-15
index.js
src/business/litdck/event/index.js
+0
-0
No files found.
src/business/brtacp/event/index.js
View file @
0db71069
...
@@ -28,6 +28,9 @@ export default {
...
@@ -28,6 +28,9 @@ export default {
...
params
,
...
params
,
transName
:
this
.
trnName
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// lidInr:'00000013',
lidInr
:
'00006821'
,
});
});
if
(
!
res
.
data
)
{
if
(
!
res
.
data
)
{
return
return
...
...
src/business/brtacp/model/check.js
View file @
0db71069
...
@@ -18,10 +18,10 @@ export default {
...
@@ -18,10 +18,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"lidgrp.cbs.opn1.amt"
:[
//
"lidgrp.cbs.opn1.amt":[
{
type
:
"string
"
,
required
:
false
,
message
:
"必输项"
},
// {type: "integer
", required: false, message: "必输项"},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
//
{max: 18,message:"整数位不能超过14位"},
],
//
],
"brtp.recget.sdamod.dadsnd"
:[
"brtp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
@@ -39,11 +39,11 @@ export default {
...
@@ -39,11 +39,11 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"brdgrp.cbs.max.amt"
:[
//
"brdgrp.cbs.max.amt":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
//
{max: 18,message:"整数位不能超过14位"},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
//
],
"brdgrp.apl.pts.ref"
:[
"brdgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
@@ -52,11 +52,11 @@ export default {
...
@@ -52,11 +52,11 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"brdgrp.cbs.opn1.amt"
:[
//
"brdgrp.cbs.opn1.amt":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
//
{max: 18,message:"整数位不能超过14位"},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
//
],
"brdgrp.apl.pts.nam"
:[
"brdgrp.apl.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
...
...
src/business/brtacp/model/index.js
View file @
0db71069
import
Pts
from
'~/components/business/commonModel/Pts'
;
import
Pts
from
'~/components/business/commonModel/Pts'
;
import
Pub
from
'~/components/business/commonModel/index.js'
;
import
Pub
from
'~/components/business/commonModel/index.js'
;
export
default
class
Brtacp
{
export
default
class
Brtacp
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
gitp
:
{
gitp
:
{
swiftflg
:
''
,
swiftflg
:
''
,
},
},
gidgrp
:
{
gidgrp
:
{
shp
:
{
shp
:
{
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
},
},
rec
:
{
rec
:
{
...
@@ -231,14 +231,24 @@ export default class Brtacp{
...
@@ -231,14 +231,24 @@ export default class Brtacp{
disdat
:
''
,
disdat
:
''
,
totamt
:
''
,
totamt
:
''
,
nam
:
''
,
nam
:
''
,
docprbrol
:
''
docprbrol
:
''
,
rcvdat
:
''
,
advdat
:
''
,
docflg
:
''
,
tenmaxday
:
''
,
docsta
:
''
,
},
matp
:
{
mattxtlab
:
''
,
},
},
cbs
:
{
cbs
:
{
opn1
:
{
opn1
:
{
cur
:
''
cur
:
''
,
amt
:
''
},
},
opn2
:
{
opn2
:
{
cur
:
''
cur
:
''
,
amt
:
''
},
},
max
:
{
max
:
{
cur
:
''
,
cur
:
''
,
...
@@ -246,7 +256,8 @@ export default class Brtacp{
...
@@ -246,7 +256,8 @@ export default class Brtacp{
},
},
max2
:
{
max2
:
{
amt
:
''
amt
:
''
}
},
}
}
},
},
brtp
:
{
brtp
:
{
...
@@ -263,7 +274,7 @@ export default class Brtacp{
...
@@ -263,7 +274,7 @@ export default class Brtacp{
cbs
:
{
cbs
:
{
opn1
:
{
opn1
:
{
cur
:
''
,
cur
:
''
,
amt
:
''
amt
:
0
}
}
}
}
},
},
...
...
src/business/brtacp/views/Acpp.vue
View file @
0db71069
This diff is collapsed.
Click to expand it.
src/business/brtacp/views/Addbcb.vue
View file @
0db71069
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse
v-model=
"activeNames"
>
<!--el-collapse-item title="备查表" name="addbcb">
<!--el-collapse-item title="备查表" name="addbcb">
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</el-collapse>
</el-collapse>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -35,9 +35,8 @@ export default {
...
@@ -35,9 +35,8 @@ export default {
},
},
methods
:
{},
methods
:
{},
created
:
function
()
{},
created
:
function
()
{
},
};
};
</
script
>
</
script
>
<
style
>
<
style
></
style
>
</
style
>
src/business/brtacp/views/Mt750p.vue
View file @
0db71069
...
@@ -4,37 +4,16 @@
...
@@ -4,37 +4,16 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
<el-form-item
label=
"单据金额"
prop=
"brdgrp.cbs.max.cur"
>
label=
"单据金额"
<c-select
v-model=
"model.brdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择单据金额"
disabled
>
prop=
"brdgrp.cbs.max.cur"
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
>
<c-select
v-model=
"model.brdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择单据金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
: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=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max.amt"
>
label=
""
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
disabled
></c-input>
label-width=
"5px"
prop=
"brdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -42,86 +21,41 @@
...
@@ -42,86 +21,41 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
<c-select
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额"
disabled
>
v-model=
"model.brdgrp.cbs.opn2.cur"
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
style=
"width: 100%"
placeholder=
"请选择附加金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
: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=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max2.amt"
>
label=
""
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
label-width=
"5px"
prop=
"brdgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
<el-form-item
label=
"待支付金额"
prop=
"brdgrp.rec.totcur"
>
label=
"待支付金额"
<c-select
v-model=
"model.brdgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
>
prop=
"brdgrp.rec.totcur"
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
>
<c-select
v-model=
"model.brdgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
>
<el-option
v-for=
"item in codes.cur"
: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=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.rec.totamt"
>
label=
""
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入"
disabled
></c-input>
label-width=
"5px"
prop=
"brdgrp.rec.totamt"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-ptap1
<c-ptap1
:model=
"model"
:argadr=
"
{
:model=
"model"
:argadr=
"
{
title: '账户银行',
title: '账户银行',
grp: 'brdgrp',
grp: 'brdgrp',
rol: 'acb',
rol: 'acb',
}"
}" :disabled="true" :disabled1="true">
:disabled="true"
:disabled1="true"
>
</c-ptap1>
</c-ptap1>
</c-col>
</c-col>
...
@@ -132,51 +66,28 @@
...
@@ -132,51 +66,28 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"已扣除费用"
prop=
"brdgrp.blk.chaded"
>
<el-form-item
label=
"已扣除费用"
prop=
"brdgrp.blk.chaded"
>
<c-input
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaded"
maxlength=
"210"
:rows=
"4"
show-word-limit
type=
"textarea"
placeholder=
"请输入已扣除费用"
disabled
></c-input>
v-model=
"model.brdgrp.blk.chaded"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已扣除费用"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"已添加费用"
prop=
"brdgrp.blk.chaadd"
>
<el-form-item
label=
"已添加费用"
prop=
"brdgrp.blk.chaadd"
>
<c-input
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"210"
:rows=
"4"
show-word-limit
type=
"textarea"
placeholder=
"请输入已添加费用"
disabled
></c-input>
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已添加费用"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点信息"
prop=
"brdgrp.blk.docdis"
>
<el-form-item
label=
"不符点信息"
prop=
"brdgrp.blk.docdis"
>
<c-input
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"3500"
:rows=
"8"
show-word-limit
type=
"textarea"
placeholder=
"请输入不符点"
disabled
></c-input>
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"3500"
:rows=
"8"
show-word-limit
placeholder=
"请输入不符点"
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"brdgrp.blk.docdisflg"
>
<el-form-item
label=
""
prop=
"brdgrp.blk.docdisflg"
>
<c-checkbox
v-model=
"model.brdgrp.blk.docdisflg"
disabled
<c-checkbox
v-model=
"model.brdgrp.blk.docdisflg"
disabled
>
不符点修改
</c-checkbox>
>
不符点修改
</c-checkbox
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -199,8 +110,7 @@ export default {
...
@@ -199,8 +110,7 @@ export default {
return
{};
return
{};
},
},
methods
:
{},
methods
:
{},
created
:
function
()
{},
created
:
function
()
{
},
};
};
</
script
>
</
script
>
<
style
>
<
style
></
style
>
</
style
>
src/business/brtacp/views/Ovwp.vue
View file @
0db71069
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"接受不符点"
name=
"acpp"
>
<el-collapse-item
title=
"接受不符点"
name=
"acpp"
>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</el-collapse-item>
</el-collapse-item>
</el-collapse>
</el-collapse>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
event
from
'../event'
import
event
from
'../event'
...
@@ -27,17 +27,16 @@ export default {
...
@@ -27,17 +27,16 @@ export default {
mixins
:
[
event
],
mixins
:
[
event
],
components
:
{
components
:
{
"c-acpp"
:
Acpp
,
"c-acpp"
:
Acpp
,
"c-mt750p"
:
Mt750p
,
"c-mt750p"
:
Mt750p
,
},
},
data
()
{
data
()
{
return
{
return
{
activeNames
:
[
"acpp"
],
activeNames
:
[
"acpp"
],
};
};
},
},
methods
:
{},
methods
:
{},
created
:
function
()
{
},
created
:
function
()
{
},
};
};
</
script
>
</
script
>
<
style
>
<
style
></
style
>
</
style
>
src/business/brtacp/views/index.vue
View file @
0db71069
...
@@ -60,26 +60,26 @@
...
@@ -60,26 +60,26 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
event
from
'../event'
;
import
event
from
'../event'
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
formRules
from
'../model/check'
import
formRules
from
'../model/check'
import
Brtacp
from
"../model"
import
Brtacp
from
"../model"
import
Acpp
from
"./Acpp"
import
Acpp
from
"./Acpp"
import
Ovwp
from
"./Ovwp"
import
Ovwp
from
"./Ovwp"
import
Mt750p
from
"./Mt750p"
import
Mt750p
from
"./Mt750p"
import
Addbcb
from
"./Addbcb"
;
import
Addbcb
from
"./Addbcb"
;
import
Engp
from
"~/components/business/engp/views"
;
import
Engp
from
"~/components/business/engp/views"
;
import
Ccvpan
from
"~/components/business/ccvpan/views"
;
import
Ccvpan
from
"~/components/business/ccvpan/views"
;
import
Setmod
from
"~/components/business/setmod/views"
;
import
Setmod
from
"~/components/business/setmod/views"
;
import
Glentry
from
"~/components/business/glentry/views"
;
import
Glentry
from
"~/components/business/glentry/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
export
default
{
export
default
{
name
:
"Brtacp"
,
name
:
"Brtacp"
,
components
:{
components
:{
"m-acpp"
:
Acpp
,
"m-acpp"
:
Acpp
,
...
@@ -120,7 +120,7 @@ export default {
...
@@ -120,7 +120,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
init
()
this
.
init
()
},
},
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/business/brtdck/event/index.js
View file @
0db71069
src/business/litcan/event/index.js
View file @
0db71069
...
@@ -19,7 +19,14 @@ export default {
...
@@ -19,7 +19,14 @@ export default {
const
res
=
await
Api
.
post
(
'/service/litcan/init'
,
{
const
res
=
await
Api
.
post
(
'/service/litcan/init'
,
{
transName
:
this
.
trnName
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
gidInr
:
this
.
$route
.
query
.
inr
gidInr
:
this
.
$route
.
query
.
inr
,
// lidInr:'00006832',
lidgrp
:{
rec
:{
// inr:this.$route.query.inr
inr
:
'00006829'
}
}
});
});
if
(
!
res
.
data
)
{
if
(
!
res
.
data
)
{
return
return
...
...
src/business/litcan/model/index.js
View file @
0db71069
...
@@ -3,9 +3,9 @@ import Pub from '~/components/business/commonModel/index.js';
...
@@ -3,9 +3,9 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Litcan
{
export
default
class
Litcan
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
litapll1blk
:
""
,
litapll1blk
:
''
,
litrmbl3blk
:
""
,
litrmbl3blk
:
''
,
litcanl1blk
:
""
,
litcanl1blk
:
''
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
setmod
:
new
Pub
().
data
.
Setmod
,
setmod
:
new
Pub
().
data
.
Setmod
,
...
@@ -14,25 +14,26 @@ export default class Litcan{
...
@@ -14,25 +14,26 @@ export default class Litcan{
liaall
:
new
Pub
().
data
.
Liaall
,
liaall
:
new
Pub
().
data
.
Liaall
,
lidgrp
:{
lidgrp
:{
rec
:{
rec
:{
ownref
:
""
,
// 参考号 .lidgrp.rec.ownref
ownref
:
''
,
// 参考号 .lidgrp.rec.ownref
nam
:
""
,
// 名称 .lidgrp.rec.nam
nam
:
''
,
// 名称 .lidgrp.rec.nam
avbby
:
""
,
// 兑付方式 .lidgrp.rec.avbby
avbby
:
''
,
// 兑付方式 .lidgrp.rec.avbby
redclsflg
:
""
,
// Red/Green Clause .lidgrp.rec.redclsflg
redclsflg
:
''
,
// Red/Green Clause .lidgrp.rec.redclsflg
opndat
:
""
,
// 开立日期 .lidgrp.rec.opndat
opndat
:
''
,
// 开立日期 .lidgrp.rec.opndat
shpdat
:
""
,
// Shipment Date .lidgrp.rec.shpdat
shpdat
:
''
,
// Shipment Date .lidgrp.rec.shpdat
expdat
:
""
,
// 到期日 .lidgrp.rec.expdat
expdat
:
''
,
// 到期日 .lidgrp.rec.expdat
expplc
:
""
,
// 到期日 .lidgrp.rec.expplc
expplc
:
''
,
// 到期日 .lidgrp.rec.expplc
lcrtyp
:
""
,
// 信用证类型 .lidgrp.rec.lcrtyp
lcrtyp
:
''
,
// 信用证类型 .lidgrp.rec.lcrtyp
revflg
:
""
,
// Revolving Flag .lidgrp.rec.revflg
revflg
:
''
,
// Revolving Flag .lidgrp.rec.revflg
advnam
:
''
,
},
},
cbs
:{
cbs
:{
nom1
:{
nom1
:{
cur
:
""
,
// 开证金额 .lidgrp.cbs.nom1.cur
cur
:
''
,
// 开证金额 .lidgrp.cbs.nom1.cur
amt
:
""
,
// 开证金额 .lidgrp.cbs.nom1.amt
amt
:
''
,
// 开证金额 .lidgrp.cbs.nom1.amt
},
},
opn1
:{
opn1
:{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.cur
cur
:
''
,
// 信用证余额 .lidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .lidgrp.cbs.opn1.amt
amt
:
''
,
// Balance .lidgrp.cbs.opn1.amt
},
},
},
},
apl
:{
apl
:{
...
@@ -44,18 +45,18 @@ export default class Litcan{
...
@@ -44,18 +45,18 @@ export default class Litcan{
adv
:{
adv
:{
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
},
},
avbnam
:
""
,
// 指定银行 .lidgrp.avbnam
avbnam
:
''
,
// 指定银行 .lidgrp.avbnam
},
},
litp0
:{
litp0
:{
aammod
:{
aammod
:{
addamtflg
:
""
,
// Add. Amount .litp0.aammod.addamtflg
addamtflg
:
''
,
// Add. Amount .litp0.aammod.addamtflg
},
},
},
},
litcanf
:{
litcanf
:{
strinf
:
""
,
// Narrative .litcanf.strinf
strinf
:
''
,
// Narrative .litcanf.strinf
},
},
byinst
:
""
,
// On Applicant instruction .byinst
byinst
:
''
,
// On Applicant instruction .byinst
pageId
:
""
// ctx的key
pageId
:
''
// ctx的key
}
}
}
}
}
}
\ No newline at end of file
src/business/litcan/views/Addbcb.vue
View file @
0db71069
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
>
<!--el-collapse-item title="备查表" name="addbcb">
<!--el-collapse-item title="备查表" name="addbcb">
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
...
...
src/business/litcan/views/Canp.vue
View file @
0db71069
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.
avb
nam"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.
rec.adv
nam"
>
<c-input
disabled
v-model=
"model.lidgrp.
avb
nam"
maxlength=
"40"
placeholder=
"请输入可用银行"
></c-input>
<c-input
disabled
v-model=
"model.lidgrp.
rec.adv
nam"
maxlength=
"40"
placeholder=
"请输入可用银行"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<el-form-item
label=
"信用证类型"
prop=
"lidgrp.rec.lcrtyp"
>
<el-form-item
label=
"信用证类型"
prop=
"lidgrp.rec.lcrtyp"
>
<c-select
<c-select
disabled
disabled
:code=
"codes.lcrtyp"
:code=
"codes.lcrtyp
1
"
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择信用证类型"
>
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择信用证类型"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -145,7 +145,6 @@
...
@@ -145,7 +145,6 @@
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
icon=
"el-icon-search"
icon=
"el-icon-search"
@
click=
"onIlccanletButtxmsel"
></c-button>
></c-button>
</
template
>
</
template
>
</c-fullbox>
</c-fullbox>
...
...
src/business/litcan/views/Ovwp.vue
View file @
0db71069
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"基本信息"
name=
"canp"
>
<el-collapse-item
title=
"基本信息"
name=
"canp"
>
<m-canp
:model=
"model"
:codes=
"codes"
/>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
...
...
src/business/litcan/views/index.vue
View file @
0db71069
...
@@ -13,37 +13,42 @@
...
@@ -13,37 +13,42 @@
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
/>
<m-setmod
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"试算结果"
name=
"shisuan"
>
<c-content>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
...
@@ -54,11 +59,13 @@
...
@@ -54,11 +59,13 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
event
from
'../event'
;
import
operationFunc
from
'~/mixin/operationFunc'
;
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Litcan
from
"../model"
import
Litcan
from
"../model"
import
commonFuncs
from
"~/mixin/commonFuncs"
import
Check
from
"../model/check"
import
Check
from
"../model/check"
import
event
from
"../event"
import
Canp
from
"./Canp"
import
Canp
from
"./Canp"
import
Shisuan
from
"./Shisuan"
import
Shisuan
from
"./Shisuan"
import
Ovwp
from
"./Ovwp"
import
Ovwp
from
"./Ovwp"
...
@@ -69,6 +76,8 @@ import Setmod from "~/components/business/setmod/views";
...
@@ -69,6 +76,8 @@ import Setmod from "~/components/business/setmod/views";
import
Docpan
from
"~/components/business/docpan/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Setpan
from
"~/components/business/setmod/views"
;
export
default
{
export
default
{
name
:
"Litcan"
,
name
:
"Litcan"
,
components
:
{
components
:
{
...
@@ -82,13 +91,14 @@ export default {
...
@@ -82,13 +91,14 @@ export default {
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
"m-ovwp"
:
Ovwp
,
"m-ovwp"
:
Ovwp
,
"m-addbcb"
:
Addbcb
,
"m-addbcb"
:
Addbcb
,
"m-setpan"
:
Setpan
,
},
},
provide
()
{
provide
()
{
return
{
return
{
root
:
this
root
:
this
}
}
},
},
mixins
:
[
event
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
event
,
operationFunc
],
// 里面包含了Default、Check等的公共处理
computed
:
{},
computed
:
{},
data
()
{
data
()
{
return
{
return
{
...
@@ -99,7 +109,7 @@ export default {
...
@@ -99,7 +109,7 @@ export default {
codes
:
{
codes
:
{
...
CodeTable
...
CodeTable
},
},
activeNames
:
[
""
],
activeNames
:
[
"
setpan
"
],
}
}
},
},
...
...
src/business/litdck/event/index.js
View file @
0db71069
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