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
92d4fd8d
Commit
92d4fd8d
authored
Nov 23, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bch静态页面修改.
parent
19db3e7c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
59 deletions
+45
-59
Bchp0.vue
src/views/Statics/Dbibch/Bchp0.vue
+30
-13
index.vue
src/views/Statics/Dbibch/index.vue
+3
-46
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+12
-0
No files found.
src/views/Statics/Dbibch/Bchp0.vue
View file @
92d4fd8d
...
...
@@ -42,19 +42,22 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"机构类型"
prop=
"bchtyp"
>
<c-select
v-model=
"model.bchtyp"
placeholder=
"请输入机构类型"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<
p
style=
"font-size:12px;"
>
(1-经办行;2-非经办行;3-总行押汇中心;4-押汇中心XX组﹔5-押汇中心XX1组;6-收单行)
</p
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<
span
style=
"font-size:12px;"
>
(1-经办行;2-非经办行;3-总行押汇中心;4-押汇中心XX组﹔5-押汇中心XX1组;6-收单行)
</span
>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
...
...
@@ -67,8 +70,14 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<p
style=
"font-size:12px;"
>
(机构编码,如总行单证中心的机构编码为“08350000")
</p>
<c-col
:span=
"7"
:offset=
"1"
>
<span
style=
"font-size:12px;"
>
(机构编码,如总行单证中心的机构编码为“08350000")
</span>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<el-form-item>
<c-checkbox
v-model=
"model.zmqflg"
>
自贸区标志
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -125,12 +134,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<
p
style=
"font-size:12px;"
>
(两行地址)
</p
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<
span
style=
"font-size:12px;"
>
(两行地址)
</span
>
</c-col>
</c-col>
<c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"adr2"
>
<c-input
...
...
@@ -153,8 +162,8 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<
p
style=
"font-size:12px;"
>
(两行地址)
</p
>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<
span
style=
"font-size:12px;"
>
(两行地址)
</span
>
</c-col>
</c-col>
...
...
@@ -290,7 +299,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<
p
style=
"font-size:12px;"
>
经办行自身用“AA”标识,其他代办机构用“AB"等标识,代办机构标识符不要重复
</p
>
<
span
style=
"font-size:12px;"
>
经办行自身用“AA”标识,其他代办机构用“AB"等标识,代办机构标识符不要重复
</span
>
</c-col>
</c-col>
...
...
@@ -306,7 +315,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<
p
style=
"font-size:12px;"
>
("0”-总行单证中心;“1”-分行或总行直属支行;“2”-二级分行或分行下属支行)
</p
>
<
span
style=
"font-size:12px;"
>
("0”-总行单证中心;“1”-分行或总行直属支行;“2”-二级分行或分行下属支行)
</span
>
</c-col>
</c-col>
...
...
@@ -340,7 +349,6 @@
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-content>
</div>
</
template
>
...
...
@@ -350,7 +358,16 @@ export default {
name
:
""
,
props
:
[
"model"
],
data
()
{
return
{};
return
{
bchtyp
:
[
{
label
:
"经办行"
,
value
:
"1"
},
{
label
:
"非经办行"
,
value
:
"2"
},
{
label
:
"总行押汇中心"
,
value
:
"3"
},
{
label
:
"押汇中心XX组"
,
value
:
"4"
},
{
label
:
"押汇中心XX1组"
,
value
:
"5"
},
{
label
:
"收单行"
,
value
:
"6"
},
],
};
},
};
</
script
>
...
...
src/views/Statics/Dbibch/index.vue
View file @
92d4fd8d
...
...
@@ -14,15 +14,15 @@
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<el-tab-pane
label=
"BCH"
name=
"bchp0"
>
<m-bchp0
:model=
"model"
:codes=
"codes"
/>
<m-bchp0
:model=
"model"
/>
</el-tab-pane>
<el-tab-pane
label=
"Related clients"
name=
"bchp1"
>
<m-bchp1
:model=
"model"
:codes=
"codes"
/>
<m-bchp1
:model=
"model"
/>
</el-tab-pane>
<el-tab-pane
label=
"Authorization"
name=
"bchp2"
>
<m-bchp2
:model=
"model"
:codes=
"codes"
/>
<m-bchp2
:model=
"model"
/>
</el-tab-pane>
</c-tabs>
</el-form>
...
...
@@ -175,49 +175,6 @@ export default {
},
};
// export default {
// name: "StaticsDbibch",
// components: {
// "m-bchp0": Bchp0,
// "m-bchp1": Bchp1,
// "m-bchp2": Bchp2,
// },
// provide() {
// return {
// root: this,
// };
// },
// mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
// data() {
// return {
// tabVal: "bchp0",
// trnName: "dbibch",
// model: new Dbibch().data,
// checkRules: Check,
// defaultRules: Default,
// pattern: Pattern,
// rules: null,
// codes: { ...CodeTable },
// };
// },
// methods: {
// // tabClick(tab) {
// // this.tabClick();
// // }
// },
// created: async function () {
// console.log("进入dbibch交易");
// let rtnmsg = await this.init({});
// if (rtnmsg.respCode == SUCCESS) {
// this.updateModel(rtnmsg.data);
// //TODO 处理数据逻辑
// } else {
// this.$notify.error({ title: "错误", message: "服务请求失败!" });
// }
// },
// };
</
script
>
<
style
>
...
...
src/views/Statics/StaticsRouter.js
View file @
92d4fd8d
...
...
@@ -38,6 +38,12 @@ import Dbicur from "./Dbicur";
import
Dbecur
from
"./Dbecur"
;
import
Dbdcur
from
"./Dbdcur"
;
import
Infbch
from
"./Infbch"
;
import
Dbibch
from
"./Dbibch"
;
import
Dbabch
from
"./Dbabch"
;
import
Dbebch
from
"./Dbebch"
;
import
Dbdbch
from
"./Dbdbch"
;
const
StaticsRouter
=
[
{
path
:
'infpty'
,
component
:
Infpty
,
name
:
'StaticsInfpty'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbapty'
,
component
:
Dbapty
,
name
:
'StaticsDbapty'
,
meta
:
{
title
:
'客户新增'
}
},
...
...
@@ -79,6 +85,12 @@ const StaticsRouter = [
{
path
:
'dbicur/:inr'
,
component
:
Dbicur
,
name
:
'StaticsDbicur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbecur/:inr'
,
component
:
Dbecur
,
name
:
'StaticsDbecur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdcur/:inr'
,
component
:
Dbdcur
,
name
:
'StaticsDbdcur'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'币种删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infbch'
,
component
:
Infbch
,
name
:
'StaticsInfbch'
,
meta
:
{
title
:
'客户查询'
}
},
{
path
:
'dbabch'
,
component
:
Dbabch
,
name
:
'StaticsDbabch'
,
meta
:
{
title
:
'客户新增'
}
},
{
path
:
'dbibch/:inr'
,
component
:
Dbibch
,
name
:
'StaticsDbibch'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbebch/:inr'
,
component
:
Dbebch
,
name
:
'StaticsDbebch'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户修改: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdbch/:inr'
,
component
:
Dbdbch
,
name
:
'StaticsDbdbch'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'客户删除: '
+
tag
.
params
.
inr
}
}
},
]
export
default
StaticsRouter
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