Commit 92d4fd8d by WuBing

Bch静态页面修改.

parent 19db3e7c
......@@ -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="12">
<p style="font-size:12px;">(1-经办行;2-非经办行;3-总行押汇中心;4-押汇中心XX组﹔5-押汇中心XX1组;6-收单行)</p>
<c-col :span="11" :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="12">
<p style="font-size:12px;">(两行地址)</p>
<c-col :span="11" :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="12">
<p style="font-size:12px;">(两行地址)</p>
<c-col :span="11" :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>
......
......@@ -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>
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment