Commit 30bad60e authored by Mac's avatar Mac

扎帐列表 新增

parent 65b9a3db
......@@ -212,6 +212,22 @@ export function getAllClassNowMonthStatistics(data) {
});
}
// 财务轧账月份列表
export function getFinanceMonthStatementPageList(data) {
return request({
url: '/finance/GetFinanceMonthStatementPageList',
method: 'post',
data
});
}
// 财务轧账月份n 新增修改
export function setFinanceMonthStatementInfo(data) {
return request({
url: '/finance/SetFinanceMonthStatementInfo',
method: 'post',
data
});
}
......
......@@ -67,7 +67,7 @@
<td>{{item.Title}}</td>
<td>{{item.Date}}</td>
<td>{{item.EmName}}</td>
<td>{{item.Description}}</td>
<td style="max-width: 200px;padding: 2px 5px ">{{item.Description}}</td>
<!-- <td>{{item.ConfirmStatusName}}</td> -->
<td>
......
This diff is collapsed.
......@@ -547,6 +547,11 @@ const routes = [{
component: () =>
import("pages/financial/reportform/RevenueFileMan.vue")
},
{
path: "/financial/reportform/settleAccounts", //财务报表 财务轧账月份列表
component: () =>
import("pages/financial/reportform/settleAccounts.vue")
},
{
path: "/administration/document", //行政公告
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