Commit 221dfd12 by liaoxing

码表显示问题

parent 04b695ca
......@@ -33,6 +33,8 @@ export default class Gitatt{
purpos:"",
exptyp:"",
liatypc:"",
purposin: "",
purpos: "",
},
cbs:{
max:{
......
......@@ -29,6 +29,8 @@ export default class Gitfee {
gartyp: "", // Type of Undertaking .gidgrp.rec.gartyp
expdat: "", // Valid until .gidgrp.rec.expdat
liadat: "", // Liability until .gidgrp.rec.liadat
purposin: "",
purpos: "",
},
cbs: {
max: {
......
......@@ -279,7 +279,9 @@ export default {
mixins: [commonProcess],
data(){
return {
codes: {
...CodeTable,
},
}
},
methods:{...Event},
......
......@@ -69,7 +69,7 @@
<c-col :span="24">
<el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
<c-select disabled v-model="model.gidgrp.rec.gartyp" style="width: 100%" placeholder="请选择保函种类"
:code="codes.typgar2">
:code="codes.typgar">
</c-select>
</el-form-item>
</c-col>
......@@ -139,13 +139,18 @@
<script>
import commonProcess from "~/mixin/commonProcess";
import Event from "~/model/Gitfee/Event"
import CodeTable from "~/config/CodeTable";
export default {
inject: ['root'],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {}
return {
codes: {
...CodeTable,
},
}
},
methods: {...Event},
created: function () {
......
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