Commit 9540dfed by wanggang_yf

brtacp litcan页面调整

parent ca029757
...@@ -28,9 +28,11 @@ export default { ...@@ -28,9 +28,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// lidInr:'00000013', lidgrp:{
// lidInr:'00006821', rec:{
brtinr:this.$route.query.inr inr:this.$route.query.inr
}
}
}); });
if (!res.data) { if (!res.data) {
...@@ -91,6 +93,7 @@ export default { ...@@ -91,6 +93,7 @@ export default {
let doctreRequest = buildFn.buildDoctre(this.model, this.trnName); let doctreRequest = buildFn.buildDoctre(this.model, this.trnName);
this.processDoctre(doctreRequest); this.processDoctre(doctreRequest);
break; break;
default: default:
return; return;
} }
......
...@@ -11,6 +11,14 @@ ...@@ -11,6 +11,14 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="表外记账" name="engp">
<c-content>
<!-- 表外记账 -->
<m-engp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="费用/账务" name="setmod"> <el-tab-pane label="费用/账务" name="setmod">
...@@ -19,6 +27,13 @@ ...@@ -19,6 +27,13 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="会计分录" name="glepan">
<c-content>
<!-- 会计分录 -->
<m-glepan :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000510 --> <!--PD000510 -->
<el-tab-pane label="备查/附言" name="addbcb"> <el-tab-pane label="备查/附言" name="addbcb">
...@@ -76,6 +91,7 @@ ...@@ -76,6 +91,7 @@
import Docpan from "~/components/business/docpan/views"; import Docpan from "~/components/business/docpan/views";
import Doctre from "~/components/business/doctre/views"; import Doctre from "~/components/business/doctre/views";
import Limitbody from "~/components/business/limitbody/views"; import Limitbody from "~/components/business/limitbody/views";
import Glepan from "~/components/business/glentry/views";
export default { export default {
...@@ -84,7 +100,6 @@ ...@@ -84,7 +100,6 @@
"m-acpp" : Acpp, "m-acpp" : Acpp,
"m-mt750p" : Mt750p, "m-mt750p" : Mt750p,
"m-docpan" : Docpan, "m-docpan" : Docpan,
"m-doctre" : Doctre,
"m-addbcb": Addbcb, "m-addbcb": Addbcb,
"m-ovwp": Ovwp, "m-ovwp": Ovwp,
"m-engp": Engp, "m-engp": Engp,
...@@ -94,6 +109,7 @@ ...@@ -94,6 +109,7 @@
"m-docpan": Docpan, "m-docpan": Docpan,
"m-doctre": Doctre, "m-doctre": Doctre,
"m-limitbody": Limitbody, "m-limitbody": Limitbody,
"m-glepan": Glepan,
}, },
provide() { provide() {
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
mounted(){ mounted(){
this.init() this.init()
} },
} }
</script> </script>
......
...@@ -520,10 +520,6 @@ export default { ...@@ -520,10 +520,6 @@ export default {
route: '/business-new/brtdcr' route: '/business-new/brtdcr'
}, },
{ {
label:'接收不符点',
route:'/business-new/brtacp'
},
{
label:'承兑', label:'承兑',
route:'/business-new/brtudp' route:'/business-new/brtudp'
}, },
...@@ -551,6 +547,10 @@ export default { ...@@ -551,6 +547,10 @@ export default {
label:'单据注销', label:'单据注销',
route:'/business-new/brtcan' route:'/business-new/brtcan'
}, },
{
label:'接受不符点',
route:'/business-new/brtacp'
},
], ],
currentHandleRow: {}, currentHandleRow: {},
}; };
......
...@@ -32,7 +32,6 @@ const Business = [ ...@@ -32,7 +32,6 @@ const Business = [
{ path: 'gitcom', component: () => import('~/business/gitcom/views'), name: 'gitcom', meta: { title: '进口保函定期收费' } }, { path: 'gitcom', component: () => import('~/business/gitcom/views'), name: 'gitcom', meta: { title: '进口保函定期收费' } },
{ path: 'brtdck', component: () => import('~/business/brtdck/views'), name: 'brtdck', meta: { title: '进口信用证单据单据改单/二次到单' } }, { path: 'brtdck', component: () => import('~/business/brtdck/views'), name: 'brtdck', meta: { title: '进口信用证单据单据改单/二次到单' } },
{ path: 'brtlat', component: () => import('~/business/brtlat/views'), name: 'brtlat', meta: { title: '进口信用证单据偿还垫款' } }, { path: 'brtlat', component: () => import('~/business/brtlat/views'), name: 'brtlat', meta: { title: '进口信用证单据偿还垫款' } },
{ path: 'brtacp', component: () => import('~/business/brtacp/views'), name: 'brtacp', meta: { title: '进口信用证单据接受不符点' } },
{ path: 'litsel', component: () => import('~/business/litsel/views'), name: 'litsel', meta: { title: '进口信用证入口交易' } }, { path: 'litsel', component: () => import('~/business/litsel/views'), name: 'litsel', meta: { title: '进口信用证入口交易' } },
{ path: 'litcan', component: () => import('~/business/litcan/views'), name: 'litcan', meta: { title: '进口信用证注销' } }, { path: 'litcan', component: () => import('~/business/litcan/views'), name: 'litcan', meta: { title: '进口信用证注销' } },
{ path: 'brtset', component: () => import('~/business/brtset/views'), name: 'brtset', meta: { title: '进口信用证单据进口付汇' } }, { path: 'brtset', component: () => import('~/business/brtset/views'), name: 'brtset', meta: { title: '进口信用证单据进口付汇' } },
......
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