Commit 89db323a by xionglin

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents ce724650 08a31462
...@@ -33,6 +33,8 @@ export default class Gitatt{ ...@@ -33,6 +33,8 @@ export default class Gitatt{
purpos:"", purpos:"",
exptyp:"", exptyp:"",
liatypc:"", liatypc:"",
purposin: "",
purpos: "",
}, },
cbs:{ cbs:{
max:{ max:{
......
...@@ -29,6 +29,8 @@ export default class Gitfee { ...@@ -29,6 +29,8 @@ export default class Gitfee {
gartyp: "", // Type of Undertaking .gidgrp.rec.gartyp gartyp: "", // Type of Undertaking .gidgrp.rec.gartyp
expdat: "", // Valid until .gidgrp.rec.expdat expdat: "", // Valid until .gidgrp.rec.expdat
liadat: "", // Liability until .gidgrp.rec.liadat liadat: "", // Liability until .gidgrp.rec.liadat
purposin: "",
purpos: "",
}, },
cbs: { cbs: {
max: { max: {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<c-button <c-button
style=" style="
margin: 0 0 0 10px; margin: 0 0 0 10px;
padding: 0 12px; padding: 0 12px ;
" "
size="small" size="small"
type="primary" type="primary"
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
v-model="model.lidgrp.rec.lcrtyp" v-model="model.lidgrp.rec.lcrtyp"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
:code="codes.lcrtyp1" :code="codes.lcrtyp"
disabled disabled
> >
</c-select> </c-select>
...@@ -387,6 +387,7 @@ export default { ...@@ -387,6 +387,7 @@ export default {
data() { data() {
return { return {
flag: true, flag: true,
codes: {...CodeTable},
}; };
}, },
methods: { ...Event }, methods: { ...Event },
......
...@@ -432,7 +432,7 @@ const BusRouter = [ ...@@ -432,7 +432,7 @@ const BusRouter = [
{ path:'gitpca',component:Gitpca, name:'Gitpca', meta:{title:'关税保函预注销'}}, { path:'gitpca',component:Gitpca, name:'Gitpca', meta:{title:'关税保函预注销'}},
{ path:'gitfee',component:Gitfee, name:'Gitfee', meta:{title:'进口保函收费'}}, { path:'gitfee',component:Gitfee, name:'Gitfee', meta:{title:'进口保函收费'}},
{ path:'getfee',component:Getfee, name:'Getfee', meta:{title:'附加传入信息'}}, { path:'getfee',component:Getfee, name:'Getfee', meta:{title:'附加传入信息'}},
{ path:'gctfee',component:Gctfee, name:'Gctfee', meta:{title:'GCTFEE'}}, { path:'gctfee',component:Gctfee, name:'Gctfee', meta:{title:'保函保证金调整'}},
{ path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } }, { path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } },
{ path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } }, { path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } },
{ path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } }, { path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } },
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="codes.typgar2" :code="codes.typgar"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -366,6 +366,7 @@ export default { ...@@ -366,6 +366,7 @@ export default {
data() { data() {
return { return {
typ1: true , typ1: true ,
codes: {...CodeTable},
}; };
}, },
methods: { ...Event }, methods: { ...Event },
......
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="codes.typgar2" :code="codes.typgar"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -349,7 +349,9 @@ export default { ...@@ -349,7 +349,9 @@ export default {
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {
codes: {...CodeTable},
};
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
......
...@@ -279,7 +279,9 @@ export default { ...@@ -279,7 +279,9 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data(){ data(){
return { return {
codes: {
...CodeTable,
},
} }
}, },
methods:{...Event}, methods:{...Event},
......
...@@ -80,6 +80,7 @@ export default { ...@@ -80,6 +80,7 @@ export default {
pattern: Pattern, pattern: Pattern,
rules: null, rules: null,
codes: { codes: {
...CodeTable,
}, },
} }
}, },
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="保函种类" prop="gidgrp.rec.gartyp"> <el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
<c-select disabled v-model="model.gidgrp.rec.gartyp" style="width: 100%" placeholder="请选择保函种类" <c-select disabled v-model="model.gidgrp.rec.gartyp" style="width: 100%" placeholder="请选择保函种类"
:code="codes.typgar2"> :code="codes.typgar">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -139,13 +139,18 @@ ...@@ -139,13 +139,18 @@
<script> <script>
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import Event from "~/model/Gitfee/Event" import Event from "~/model/Gitfee/Event"
import CodeTable from "~/config/CodeTable";
export default { export default {
inject: ['root'], inject: ['root'],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {} return {
codes: {
...CodeTable,
},
}
}, },
methods: {...Event}, methods: {...Event},
created: function () { created: function () {
......
...@@ -123,8 +123,10 @@ export default { ...@@ -123,8 +123,10 @@ export default {
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode === SUCCESS) { if (rtnmsg.respCode === SUCCESS) {
this.updateModel(rtnmsg.data) this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑 //TODO 处理数据逻辑
if (this.isInDisplay) {
this.restoreDisplay();
}
} else { } else {
this.$notify.error({title: '错误', message: '服务请求失败!'}); this.$notify.error({title: '错误', message: '服务请求失败!'});
} }
......
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