Commit 3d7d42d3 authored by Mac's avatar Mac

资金调拨单

parent 465723f0
......@@ -425,7 +425,7 @@
if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){
this.msg.TemplateId=34;
}else{
this.msg.TemplateId=35;
this.msg.TemplateId=135;
}
}
},
......
......@@ -257,6 +257,11 @@ const routes = [{
component: () =>
import("pages/financial/financalDocument/WorkEntrustmentMy.vue")
},
{
path: "/financial/financalDocument/CapitalAllocationDetail", //资金调拨单 详情
component: () =>
import("pages/financial/financalDocument/CapitalAllocationDetail.vue")
},
{
path: "/test", //API测试
component: () =>
......
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