Commit 347f13af by panziyi

getcrq标题修改

parent c206fd85
......@@ -383,7 +383,7 @@ const BusRouter = [
{ path: 'getsel', component: Getsel, name: 'Getsel', meta: { title: 'Getsel' } },
{ path: 'getopn', component: Getopn, name: 'Getopn', meta: { title: '出口保函通知' } },
{ path: 'getame', component: Getame, name: 'Getame', meta: { title: '出口保函修改' } },
{ path: 'getcrq', component: Getcrq, name: 'Getcrq', meta: { title: 'Getcrq' } },
{ path: 'getcrq', component: Getcrq, name: 'Getcrq', meta: { title: '出口保函索偿' } },
{ path: 'getamc', component: Getamc, name: 'Getamc', meta: { title: '出口保函保兑' } },
{ path: 'notice', component: Notice, name: 'Notice', meta: { title: '通知公告设置' } },
......
......@@ -486,7 +486,7 @@
<c-col :span="24" :offset="19">
<c-checkbox
v-model="model.extpay"
key="item.value"
@change="change"
style="
margin-left: 11px;
height: 32px;
......@@ -727,6 +727,13 @@ export default {
methods: {
...Event,
change(){
if(this.model.extpay == "X"){
this.model.nxtflg = "FP";
}else{
this.model.nxtflg = "SN";
}
}
},
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