Commit e058de9f by liushikai

账户概况

parent 831bcebc
...@@ -187,7 +187,8 @@ export default class Ditopn{ ...@@ -187,7 +187,8 @@ export default class Ditopn{
}, },
setglg:{ setglg:{
setglp:[] // 结算 .setmod.setglg.setglp setglp:[] // 结算 .setmod.setglg.setglp
} },
actnot:""
}, },
liaall:{ 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 @@ ...@@ -46,6 +46,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="账户概况" name="actlst"> <el-tab-pane label="账户概况" name="actlst">
<m-actlst :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<!--PD000065 --> <!--PD000065 -->
...@@ -122,6 +123,7 @@ import Docpan from "./Docpan" ...@@ -122,6 +123,7 @@ import Docpan from "./Docpan"
import Coninfp from "./Coninfp" import Coninfp from "./Coninfp"
import Ccvpan from "./Ccvpan" import Ccvpan from "./Ccvpan"
import Doctre from "./Doctre.vue" import Doctre from "./Doctre.vue"
import Actlst from "./Actlst.vue"
export default { export default {
...@@ -142,6 +144,7 @@ export default { ...@@ -142,6 +144,7 @@ export default {
"m-coninfp" : Coninfp, "m-coninfp" : Coninfp,
"m-ccvpan" : Ccvpan, "m-ccvpan" : Ccvpan,
"m-doctre" : Doctre, "m-doctre" : Doctre,
"m-actlst" : Actlst
}, },
provide() { provide() {
return { 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