Commit 347f13af by panziyi

getcrq标题修改

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