Commit e058de9f by lsk

账户概况

parent 831bcebc
......@@ -187,7 +187,8 @@ export default class Ditopn{
},
setglg:{
setglp:[] // 结算 .setmod.setglg.setglp
}
},
actnot:""
},
liaall:{
......
<template>
<div>
<c-col :span="24"><el-form-item label="账户概况">
<c-input
type="textarea"
v-model="model.setmod.actnot"
style="width:60%"
:rows="8"
></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Ditopn/Event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [CommonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
}
</script>
<style>
</style>
\ No newline at end of file
......@@ -46,6 +46,7 @@
</el-tab-pane>
<el-tab-pane label="账户概况" name="actlst">
<m-actlst :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000065 -->
......@@ -122,6 +123,7 @@ import Docpan from "./Docpan"
import Coninfp from "./Coninfp"
import Ccvpan from "./Ccvpan"
import Doctre from "./Doctre.vue"
import Actlst from "./Actlst.vue"
export default {
......@@ -142,6 +144,7 @@ export default {
"m-coninfp" : Coninfp,
"m-ccvpan" : Ccvpan,
"m-doctre" : Doctre,
"m-actlst" : Actlst
},
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