You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2673 lines
66 KiB

2 years ago
export default [
{
path: "jis-bbac",
meta: {
type: "group",
title: "JIS-BBAC",
icon: "folder",
},
children: [
{
path: "input",
meta: {
type: "group",
title: "数据输入",
icon: "folder",
},
children: [
{
path: "bbac_sa_service",
meta: {
type: "page",
title: "JIS结算数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
],
},
{
2 years ago
path: "bbac_sa_detail_service",
2 years ago
meta: {
type: "page",
title: "JIS结算数据明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
2 years ago
},
{
path: "bbac_se_detail_service",
2 years ago
meta: {
type: "page",
title: "JIS发运数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
2 years ago
// {
// path: "delete",
// meta: {
// type: "button",
// title: "删除",
// icon: "file",
// isTop: true,
// },
// },
2 years ago
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
2 years ago
},
{
path: "bbac_se_edi_service",
2 years ago
meta: {
type: "page",
title: "EDI数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
2 years ago
},
],
},
{
path: "contrast",
meta: {
type: "group",
title: "数据对比",
icon: "folder",
},
children: [
{
path: "bbac_sa_detail_jobservice",
meta: {
type: "page",
title: "EDI与发运数据对比",
icon: "file",
2 years ago
enumBusinessType: "BBAC",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "first_bbac_sa_detail_jobservice",
meta: {
type: "page",
title: "EDI、发运与结算比对",
icon: "file",
2 years ago
enumBusinessType: "BBAC",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "second_bbac_sa_detail_jobservice",
meta: {
type: "page",
title: "发运与结算数据二次比对",
icon: "file",
2 years ago
enumBusinessType: "BBAC",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "third_bbac_sa_detail_jobservice",
meta: {
type: "page",
title: "买单件发运与结算数据三次比对",
icon: "file",
2 years ago
enumBusinessType: "BBAC",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
],
},
{
path: "settlement",
meta: {
type: "group",
title: "结算开票",
icon: "folder",
},
children: [
{
path: "bbac_can_sa_service",
meta: {
type: "page",
2 years ago
title: "BBAC发票分组号",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateInvoice",
meta: {
type: "button",
title: "生成发票数据",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "bbac_can_sa_detail_service",
meta: {
type: "page",
2 years ago
title: "BBAC发票分组号明细",
icon: "file",
2 years ago
isHidden: true,
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
],
},
{
path: "bbac_not_sa_service",
meta: {
type: "page",
title: "不可结算单",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "bbac_ba_service",
meta: {
type: "page",
title: "商务审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "received ",
2 years ago
meta: {
type: "button",
2 years ago
title: "客户已收票",
2 years ago
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "bbac_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "approvalPassed ",
meta: {
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
2 years ago
],
},
{
path: "jis-hbpo",
2 years ago
meta: {
type: "group",
title: "JIS-HBPO",
icon: "folder",
},
children: [
{
path: "input",
meta: {
type: "group",
title: "数据输入",
icon: "folder",
},
children: [
{
path: "hbpo_sa_service",
meta: {
type: "page",
title: "JIS结算数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
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: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "hbpo_se_detail_service",
meta: {
type: "page",
title: "JIS发运数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
2 years ago
// {
// path: "delete",
// meta: {
// type: "button",
// title: "删除",
// icon: "file",
// isTop: true,
// },
// },
2 years ago
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "hbpo_se_edi_service",
meta: {
type: "page",
title: "EDI数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
{
path: "contrast",
meta: {
type: "group",
title: "数据对比",
icon: "folder",
},
children: [
{
path: "hbpo_sa_detail_jobservice",
meta: {
type: "page",
title: "EDI与发运数据对比",
icon: "file",
2 years ago
enumBusinessType: "HBPO",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "first_hbpo_sa_detail_jobservice",
2 years ago
meta: {
type: "page",
title: "EDI、发运与结算比对",
icon: "file",
2 years ago
enumBusinessType: "HBPO",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "second_hbpo_sa_detail_jobservice",
meta: {
type: "page",
title: "发运与结算数据二次比对",
icon: "file",
2 years ago
enumBusinessType: "HBPO",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
],
},
{
path: "settlement",
meta: {
type: "group",
title: "结算开票",
icon: "folder",
},
children: [
{
path: "hbpo_can_sa_service",
meta: {
type: "page",
title: "可结算单",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateInvoice",
meta: {
type: "button",
title: "生成发票数据",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "hbpo_can_sa_detail_service",
meta: {
type: "page",
title: "HBPO发票分组号明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
],
},
{
path: "hbpo_not_sa_service",
meta: {
type: "page",
title: "不可结算单",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "hbpo_ba_service",
meta: {
type: "page",
title: "商务审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "received ",
2 years ago
meta: {
type: "button",
2 years ago
title: "客户已收票",
2 years ago
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
path: "hbpo_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "approvalPassed ",
meta: {
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
],
},
{
path: "jit",
meta: {
type: "group",
title: "直供件",
icon: "folder",
},
children: [
{
path: "input",
meta: {
type: "group",
title: "数据输入",
icon: "folder",
},
children: [
{
2 years ago
path: "jit_jit_pub_sa_service",
2 years ago
meta: {
type: "page",
title: "结算数据",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
],
},
{
2 years ago
path: "jit_pub_sa_detail_service",
2 years ago
meta: {
type: "page",
title: "结算数据明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "jit_pub_se_detail_service",
2 years ago
meta: {
type: "page",
title: "发运数据",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
2 years ago
// {
// path: "delete",
// meta: {
// type: "button",
// title: "删除",
// icon: "file",
// isTop: true,
// },
// },
2 years ago
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
{
path: "contrast",
meta: {
type: "group",
title: "数据对比",
icon: "folder",
},
children: [
{
2 years ago
path: "jit_pub_sa_detail_jobservice",
2 years ago
meta: {
type: "page",
title: "发运与结算比对",
icon: "file",
2 years ago
enumBusinessType: "ZhiGongJian",
2 years ago
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "jit_second_pub_sa_detail_jobservice",
2 years ago
meta: {
type: "page",
title: "发运与结算二次比对",
icon: "file",
2 years ago
enumBusinessType: "ZhiGongJian",
2 years ago
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
],
},
{
path: "settlement",
meta: {
type: "group",
title: "结算开票",
icon: "folder",
},
children: [
{
2 years ago
path: "jit_pub_can_sa_service",
2 years ago
meta: {
type: "page",
title: "可结算单",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateInvoice",
meta: {
type: "button",
title: "生成发票数据",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "jit_pub_not_sa_service",
2 years ago
meta: {
type: "page",
title: "不可结算单",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "jit_pub_ba_service",
2 years ago
meta: {
type: "page",
title: "商务审批",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "received ",
2 years ago
meta: {
type: "button",
2 years ago
title: "客户已收票",
2 years ago
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "jit_pub_pd_service",
2 years ago
meta: {
type: "page",
title: "寄售库库存扣减审批",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "approvalPassed ",
meta: {
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
],
},
{
path: "bj",
meta: {
type: "group",
title: "备件",
icon: "folder",
},
children: [
{
path: "input",
meta: {
type: "group",
title: "数据输入",
icon: "folder",
},
children: [
{
2 years ago
path: "bj_pub_sa_service",
2 years ago
meta: {
type: "page",
title: "结算数据",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
],
},
{
2 years ago
path: "bj_pub_sa_detail_service",
2 years ago
meta: {
type: "page",
title: "结算数据明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "bj_pub_se_detail_service",
2 years ago
meta: {
type: "page",
title: "发运数据",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
2 years ago
// {
// path: "delete",
// meta: {
// type: "button",
// title: "删除",
// icon: "file",
// isTop: true,
// },
// },
2 years ago
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
{
path: "contrast",
meta: {
type: "group",
title: "数据对比",
icon: "folder",
},
children: [
{
2 years ago
path: "bj_pub_sa_detail_jobservice",
2 years ago
meta: {
type: "page",
title: "发运与结算比对",
icon: "file",
2 years ago
enumBusinessType: "BeiJian",
2 years ago
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "bj_second_pub_sa_detail_jobservice",
2 years ago
meta: {
type: "page",
title: "发运与结算二次比对",
icon: "file",
2 years ago
enumBusinessType: "BeiJian",
2 years ago
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
],
},
{
path: "settlement",
meta: {
type: "group",
title: "结算开票",
icon: "folder",
},
children: [
{
2 years ago
path: "bj_pub_can_sa_service",
2 years ago
meta: {
type: "page",
title: "可结算单",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateInvoice",
meta: {
type: "button",
title: "生成发票数据",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "bj_pub_not_sa_service",
2 years ago
meta: {
type: "page",
title: "不可结算单",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "bj_generateSettlementOrder",
2 years ago
meta: {
type: "button",
title: "生成可结算单",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "bj_pub_ba_service",
2 years ago
meta: {
type: "page",
title: "商务审批",
icon: "file",
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "received ",
2 years ago
meta: {
type: "button",
2 years ago
title: "客户已收票",
2 years ago
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "bj_pub_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "approvalPassed ",
meta: {
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
],
},
{
2 years ago
path: "in",
2 years ago
meta: {
type: "group",
2 years ago
title: "印度件",
2 years ago
icon: "folder",
},
children: [
{
path: "input",
meta: {
type: "group",
title: "数据输入",
icon: "folder",
},
children: [
{
2 years ago
path: "in_pub_sa_service",
meta: {
type: "page",
title: "结算数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
],
},
{
2 years ago
path: "in_pub_sa_detail_service",
2 years ago
meta: {
type: "page",
title: "结算数据明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "in_pub_se_detail_service",
meta: {
type: "page",
title: "发运数据",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
2 years ago
// {
// path: "delete",
// meta: {
// type: "button",
// title: "删除",
// icon: "file",
// isTop: true,
// },
// },
2 years ago
{
path: "import",
meta: {
type: "button",
title: "导入",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
{
path: "contrast",
meta: {
type: "group",
title: "数据对比",
icon: "folder",
},
children: [
{
2 years ago
path: "in_pub_sa_detail_jobservice",
meta: {
type: "page",
title: "发运与结算比对",
icon: "file",
2 years ago
enumBusinessType: "YingDuJian",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
{
2 years ago
path: "in_second_pub_sa_detail_jobservice",
meta: {
type: "page",
title: "发运与结算二次比对",
icon: "file",
2 years ago
enumBusinessType: "YingDuJian",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "compare",
2 years ago
meta: {
type: "button",
title: "生成对比",
icon: "file",
isTop: true,
},
},
{
path: "delete",
meta: {
type: "button",
title: "删除",
icon: "file",
isTop: true,
},
},
{
2 years ago
path: "export",
2 years ago
meta: {
type: "button",
title: "下载",
icon: "file",
},
},
],
},
],
},
{
path: "settlement",
meta: {
type: "group",
title: "结算开票",
icon: "folder",
},
children: [
{
2 years ago
path: "in_pub_can_sa_service",
meta: {
type: "page",
title: "可结算单",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateInvoice",
meta: {
type: "button",
title: "生成发票数据",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "in_pub_not_sa_service",
meta: {
type: "page",
title: "不可结算单",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "generateSettlementOrder",
meta: {
type: "button",
title: "生成可结算单",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "in_pub_ba_service",
meta: {
type: "page",
title: "商务审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "received ",
2 years ago
meta: {
type: "button",
2 years ago
title: "客户已收票",
2 years ago
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "in_pub_pd_service",
meta: {
type: "page",
title: "寄售库库存扣减审批",
icon: "file",
},
2 years ago
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
{
path: "reject",
meta: {
type: "button",
title: "退回",
icon: "file",
isTop: true,
},
},
{
path: "export",
meta: {
type: "button",
title: "导出",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "approvalPassed ",
meta: {
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
],
},
],
},
{
2 years ago
path: "invoice",
2 years ago
meta: {
type: "group",
2 years ago
title: "财务审核",
2 years ago
icon: "folder",
},
children: [
{
2 years ago
path: "invoice_service",
meta: {
2 years ago
type: "page",
2 years ago
title: "财务审核",
2 years ago
icon: "file",
},
children: [
{
2 years ago
path: "query",
meta: {
2 years ago
type: "button",
title: "查询",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "reject",
meta: {
2 years ago
type: "button",
title: "退回",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "importInvocie",
meta: {
2 years ago
type: "button",
title: "导入发票号",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "approvalPassed ",
meta: {
2 years ago
type: "button",
title: "审核通过",
icon: "file",
isTop: true,
pattern: "paged",
},
},
{
path: "sync_QAD ",
meta: {
type: "button",
title: "同步寄售库至QAD",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
],
},
2 years ago
{
path: "invoice_wait_detail",
meta: {
type: "page",
title: "待开票明细",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
],
},
{
path: "invoice_map_group",
meta: {
type: "page",
title: "发票和结算分组对应关系表",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
],
},
{
path: "invoice_not_settle",
meta: {
type: "page",
title: "不可开票明细清单",
icon: "file",
isHidden: true,
},
children: [
{
path: "query",
meta: {
type: "button",
title: "查询",
icon: "file",
isTop: true,
},
},
],
},
2 years ago
],
},
//实际采购成本,不知道起什么名
{
path: "cost",
meta: {
type: "group",
title: "实际采购成本",
icon: "folder",
},
children: [
{
2 years ago
path: "cost",
meta: {
2 years ago
type: "page",
title: "实际采购成本",
icon: "file",
},
children: [
{
2 years ago
path: "query",
meta: {
2 years ago
type: "button",
title: "查询",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "export",
meta: {
2 years ago
type: "button",
title: "导出",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
{
2 years ago
path: "generate",
meta: {
2 years ago
type: "button",
title: "生成",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
],
},
],
},
{
2 years ago
path: "inventory",
2 years ago
meta: {
type: "group",
2 years ago
title: "寄售库",
2 years ago
icon: "folder",
},
children: [
{
2 years ago
path: "balance",
meta: {
2 years ago
type: "page",
title: "库存余额查询",
icon: "file",
},
children: [
{
2 years ago
path: "query",
meta: {
2 years ago
type: "button",
title: "查询",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "export",
meta: {
2 years ago
type: "button",
title: "导出",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
{
path: "balance",
meta: {
type: "button",
title: "余额调整",
icon: "file",
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "record",
meta: {
2 years ago
type: "page",
title: "库存事务查询",
icon: "file",
},
children: [
{
2 years ago
path: "query",
meta: {
2 years ago
type: "button",
title: "查询",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "export",
meta: {
2 years ago
type: "button",
title: "导出",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
],
},
{
2 years ago
path: "backup",
meta: {
2 years ago
type: "page",
title: "时点库存余额查询",
icon: "file",
},
children: [
{
2 years ago
path: "query",
meta: {
2 years ago
type: "button",
title: "查询",
icon: "file",
2 years ago
isTop: true,
},
},
{
2 years ago
path: "export",
meta: {
2 years ago
type: "button",
title: "导出",
icon: "file",
2 years ago
isTop: true,
pattern: "paged",
},
},
],
},
],
},
2 years ago
];