Commit d83c249d by chenzhaole

cptadv界面调整

parent a54913ce
......@@ -180,5 +180,8 @@ export default {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
},
onSeainf(data) {
console.log('测试。。。。。。。', data)
},
}
\ No newline at end of file
......@@ -233,7 +233,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<c-col :span="16">
<el-form-item label="">
<c-input
v-model="model.cpdgrp.orc.pts.extkey"
......@@ -266,6 +266,20 @@
></c-input>
</el-form-item>
</c-col>
<c-ptap
:model="model"
:argadr="{
title: '测试角色',
grp: 'cpdgrp',
rol: 'pye',
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onPyepDet"
>
</c-ptap>
</c-col>
<!-- ========================右边======================= -->
......@@ -433,7 +447,7 @@
</el-form-item>
</c-col>
<c-col :span="10">
<c-col :span="16">
<el-form-item label="发报人">
<c-input
v-model="model.cpdgrp.snd.pts.extkey"
......@@ -1263,6 +1277,7 @@ import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptadv/Event";
import Ptap from "~/views/Public/Ptap";
export default {
inject: ["root"],
......
<template>
<c-page title="汇入汇款">
<div class="eContainer">
<c-bus-button :$pntvm="this"></c-bus-button>
<el-form
:model="model"
:rules="rules"
......@@ -66,6 +67,7 @@ import Cnyp from "./Cnyp";
import Setpan from "~/views/Public/Setpan";
import Coninfp from "~/views/Public/Coninfp";
import Docpan from "~/views/Public/Docpan";
import Ptap from "~/views/Public/Ptap";
export default {
name: "Cptadv",
......@@ -76,8 +78,8 @@ export default {
"m-coninfp": Coninfp,
"m-docpan": Docpan,
"m-doctre": Doctre,
"m-docpan": Docpan,
"m-cnyp": Cnyp,
"m-ptap": Ptap,
},
provide() {
return {
......
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