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
8473d029
Commit
8473d029
authored
2 years ago
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtcsg页面布局
parent
a281f891
No related merge requests found
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
23 deletions
+40
-23
Pattern.js
src/model/Brtcsg/Pattern.js
+3
-3
Acpp.vue
src/views/Business/Brtacp/Acpp.vue
+1
-0
Canp.vue
src/views/Business/Brtcsg/Canp.vue
+0
-0
index.vue
src/views/Business/Brtcsg/index.vue
+30
-16
Utlp.vue
src/views/Business/Brtdcr/Utlp.vue
+1
-0
LitTemp.vue
src/views/Public/LitTemp.vue
+5
-4
No files found.
src/model/Brtcsg/Pattern.js
View file @
8473d029
...
...
@@ -19,7 +19,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -45,7 +45,7 @@ export default {
],
"brdgrp.cbs.max.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -58,7 +58,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"brdgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Brtacp/Acpp.vue
View file @
8473d029
...
...
@@ -174,6 +174,7 @@
:argadr=
"{
title: '',
trans: 'brdgrp',
trans1:'brtp',
}"
:rol=
"[
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Brtcsg/Canp.vue
View file @
8473d029
This diff is collapsed.
Click to expand it.
src/views/Business/Brtcsg/index.vue
View file @
8473d029
<
template
>
<div
class=
"eContainer"
>
<div
class=
"bus-button"
>
<c-button
type=
"primary"
v-on:click=
"handleSave"
>
{{
$t
(
"buttons.save"
)
}}
</c-button>
<c-button
type=
"primary"
v-on:click=
"handleCheck"
>
{{
$t
(
"buttons.check"
)
}}
</c-button>
</div>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<el-button
size=
"small"
>
保存模板
</el-button>
<el-button
size=
"small"
>
使用模板
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
拆分报文
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
myT
abClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<!--PD000016 -->
<el-tab-pane
label=
"PD000016"
name=
"canp"
>
<el-tab-pane
label=
"Cancelation"
name=
"canp"
>
<c-content>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"
PD000027
"
name=
"engp"
>
<el-tab-pane
label=
"
Liability
"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"PD000000"
name=
"setpan"
>
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"
PD000001
"
name=
"glepan"
>
<el-tab-pane
label=
"
Bookings
"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"
PD000000
"
name=
"coninfp"
>
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"
PD000529
"
name=
"docpan"
>
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"
PD000546
"
name=
"doctre"
>
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"
PD000001
"
name=
"limitbody"
>
<el-tab-pane
label=
"
统一授信
"
name=
"limitbody"
>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
...
...
@@ -102,12 +116,12 @@ export default {
}
},
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
//
myTabClick(tab){
//
this.tabClick(tab)
/**
* do it yourself
**/
},
//
},
async
handleSave
()
{
let
result
=
await
this
.
save
();
if
(
result
.
respCode
==
SUCCESS
&&
Object
.
keys
(
result
.
fieldErrors
).
length
==
0
)
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Brtdcr/Utlp.vue
View file @
8473d029
...
...
@@ -161,6 +161,7 @@
:argadr=
"{
title: '',
trans: 'brdgrp',
trans1:'brtp',
}"
:rol=
"[
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/LitTemp.vue
View file @
8473d029
...
...
@@ -114,12 +114,12 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"Maturity Date"
prop=
"brtp.matp.mattxtlab
"
:prop=
"`$
{argadr.trans1}.matp.mattxtlab`
"
>
<c-date-picker
type=
"date"
disabled
v-model=
"model
.brtp
.matp.mattxtlab"
v-model=
"model
[argadr.trans1]
.matp.mattxtlab"
style=
"width: 100%"
></c-date-picker>
</el-form-item>
...
...
@@ -143,12 +143,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Maturity Date"
prop=
"brtp.matp.mattxtlab
"
:prop=
"`$
{argadr.trans1}.matp.mattxtlab`
"
>
<c-date-picker
type=
"date"
disabled
v-model=
"model
.brtp
.matp.mattxtlab"
v-model=
"model
[argadr.trans1]
.matp.mattxtlab"
style=
"width: 100%"
></c-date-picker>
</el-form-item>
...
...
@@ -257,6 +257,7 @@ export default {
return
{
title
:
""
,
//角色名称
trans
:
""
,
//所属模块
trans1
:
""
,
//所属模块
};
},
},
...
...
This diff is collapsed.
Click to expand it.
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