|
|
@ -1,87 +1,30 @@ |
|
|
|
import createRoute, { createPage, createButton } from "./utils.js"; |
|
|
|
|
|
|
|
function createJieSuanShuJu(path, business, client, title = "结算数据") { |
|
|
|
return { |
|
|
|
...createPage(path, `title=${title}&businessType=${business}&client=${client}`), |
|
|
|
component: "/input/jie-suan", |
|
|
|
children: [ |
|
|
|
createButton("query", "title=查询&isTop=true"), |
|
|
|
createButton("import", "title=导入&isTop=true"), |
|
|
|
createButton("export", "title=导出&pattern=row&key=billNum"), |
|
|
|
createButton("delete", "title=删除&isTop=true"), |
|
|
|
], |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
export default [ |
|
|
|
{ |
|
|
|
path: "jis-bbac", |
|
|
|
meta: { |
|
|
|
type: "group", |
|
|
|
title: "JIS-BBAC", |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
...createPage("input/jie-suan/detail", "title=结算数据明细&isHidden=true"), |
|
|
|
children: [createButton("query", "title=查询&isTop=true")], |
|
|
|
}, |
|
|
|
{ |
|
|
|
...createRoute("jis-bbac", "title=JIS-BBAC"), |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "input", |
|
|
|
meta: { |
|
|
|
type: "group", |
|
|
|
title: "数据输入", |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
...createRoute("input", "title=数据输入"), |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "bbac_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "JIS结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "bbac_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "JIS结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("bbac_sa_service", "JisBBAC", "bbac"), |
|
|
|
{ |
|
|
|
path: "bbac_se_detail_service", |
|
|
|
meta: { |
|
|
@ -402,6 +345,7 @@ export default [ |
|
|
|
title: "退回", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
disabled: "(rows,query)=>true", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -549,73 +493,7 @@ export default [ |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "hbpo_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "JIS结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "hbpo_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "JIS结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("hbpo_sa_service", "JisHBPO", "hbpo"), |
|
|
|
{ |
|
|
|
path: "hbpo_se_detail_service", |
|
|
|
meta: { |
|
|
@ -1091,73 +969,7 @@ export default [ |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "bbac_jit_pub_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "BBAC结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "bbac_jit_pub_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "BBAC结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("bbac_jit_pub_sa_service", "ZhiGongJianBBAC", "bbac"), |
|
|
|
{ |
|
|
|
path: "bbac_jit_pub_se_detail_service", |
|
|
|
meta: { |
|
|
@ -1551,11 +1363,12 @@ export default [ |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
createJieSuanShuJu("hbpo_jit_pub_sa_service", "ZhiGongJianHBPO", "hbpo"), |
|
|
|
{ |
|
|
|
path: "hbpo_jit_pub_sa_service", |
|
|
|
path: "hbpo_jit_pub_se_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "HBPO结算数据", |
|
|
|
title: "HBPO发运数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
@ -1569,32 +1382,42 @@ export default [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
path: "sync", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
title: "手动同步", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "contrast", |
|
|
|
meta: { |
|
|
|
type: "group", |
|
|
|
title: "数据对比", |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "hbpo_jit_pub_sa_detail_service", |
|
|
|
path: "hbpo_jit_pub_sa_detail_jobservice", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "HBPO结算数据明细", |
|
|
|
title: "HBPO发运与结算比对", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@ -1607,39 +1430,28 @@ export default [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
path: "compare", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
title: "生成对比", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "hbpo_jit_pub_se_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "HBPO发运数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "sync", |
|
|
|
path: "update-data", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "手动同步", |
|
|
|
title: "更新结算数据状态", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
@ -1648,10 +1460,9 @@ export default [ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
title: "下载", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
pattern: "file", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
@ -1659,83 +1470,18 @@ export default [ |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "contrast", |
|
|
|
path: "settlement", |
|
|
|
meta: { |
|
|
|
type: "group", |
|
|
|
title: "数据对比", |
|
|
|
title: "结算开票", |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "hbpo_jit_pub_sa_detail_jobservice", |
|
|
|
path: "hbpo_jit_pub_can_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "HBPO发运与结算比对", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "compare", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "生成对比", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "update-data", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "更新结算数据状态", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "下载", |
|
|
|
icon: "file", |
|
|
|
pattern: "file", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "settlement", |
|
|
|
meta: { |
|
|
|
type: "group", |
|
|
|
title: "结算开票", |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "hbpo_jit_pub_can_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "可结算单", |
|
|
|
title: "可结算单", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
@ -2021,83 +1767,7 @@ export default [ |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "bbac_md_pub_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "bbac_md_pub_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("bbac_md_pub_sa_service", "MaiDanJianBBAC", "bbac"), |
|
|
|
{ |
|
|
|
path: "bbac_md_pub_se_detail_service", |
|
|
|
meta: { |
|
|
@ -2221,83 +1891,7 @@ export default [ |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "hbpo_md_pub_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "hbpo_md_pub_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("hbpo_md_pub_sa_service", "MaiDanJianHBPO", "hbpo"), |
|
|
|
{ |
|
|
|
path: "hbpo_md_pub_se_detail_service", |
|
|
|
meta: { |
|
|
@ -2693,73 +2287,7 @@ export default [ |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "bj_pub_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "bj_pub_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("bj_pub_sa_service", "BeiJian", "bbac"), |
|
|
|
{ |
|
|
|
path: "bj_pub_se_detail_service", |
|
|
|
meta: { |
|
|
@ -3124,73 +2652,7 @@ export default [ |
|
|
|
icon: "folder", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "in_pub_sa_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据", |
|
|
|
icon: "file", |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "import", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导入", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "delete", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "删除", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "in_pub_sa_detail_service", |
|
|
|
meta: { |
|
|
|
type: "page", |
|
|
|
title: "结算数据明细", |
|
|
|
icon: "file", |
|
|
|
isHidden: true, |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: "query", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "查询", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: "export", |
|
|
|
meta: { |
|
|
|
type: "button", |
|
|
|
title: "导出", |
|
|
|
icon: "file", |
|
|
|
isTop: true, |
|
|
|
pattern: "paged", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
createJieSuanShuJu("in_pub_sa_service", "YinDuJian", "bbac"), |
|
|
|
{ |
|
|
|
path: "in_pub_se_detail_service", |
|
|
|
meta: { |
|
|
@ -3665,7 +3127,6 @@ export default [ |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
//实际采购成本,不知道起什么名
|
|
|
|
{ |
|
|
|
path: "cost", |
|
|
|
meta: { |
|
|
|