|
|
@@ -407,7 +407,82 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "purchase_pending",
|
|
|
+ "title": "待点价",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "purchase_pending_someprice",
|
|
|
+ "title": "点价登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "purchase_performance",
|
|
|
+ "title": "履约交收",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "purchase_pending_settlement",
|
|
|
+ "title": "交收登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "purchase_pending_funds",
|
|
|
+ "title": "款项登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "purchase_pending_invoice",
|
|
|
+ "title": "发票登记",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "purchase_pending_storage",
|
|
|
+ "title": "入库登记",
|
|
|
+ "sort": 4,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "purchase_all",
|
|
|
+ "title": "全部",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "sell",
|
|
|
@@ -416,7 +491,82 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "sell_pending",
|
|
|
+ "title": "待点价",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "sell_pending_someprice",
|
|
|
+ "title": "点价登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "sell_performance",
|
|
|
+ "title": "履约交收",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "sell_pending_settlement",
|
|
|
+ "title": "交收登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "sell_pending_funds",
|
|
|
+ "title": "款项登记",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "sell_pending_invoice",
|
|
|
+ "title": "发票登记",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "sell_pending_storage",
|
|
|
+ "title": "出库登记",
|
|
|
+ "sort": 4,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "sell_all",
|
|
|
+ "title": "全部",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "exposure",
|
|
|
@@ -425,7 +575,44 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "exposure_realtime",
|
|
|
+ "title": "实时敞口",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "exposure_spot",
|
|
|
+ "title": "现货头寸",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "exposure_futures",
|
|
|
+ "title": "期货头寸",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "exposure_history",
|
|
|
+ "title": "历史敞口",
|
|
|
+ "sort": 4,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "plan",
|
|
|
@@ -434,7 +621,64 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "plan_uncommitted",
|
|
|
+ "title": "未提交",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "plan_uncommitted_recommit",
|
|
|
+ "title": "重新提交",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "plan_uncommitted_modify",
|
|
|
+ "title": "修改",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "plan_audit",
|
|
|
+ "title": "待审核",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "plan_audit_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "plan_running",
|
|
|
+ "title": "执行中",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -453,7 +697,64 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "business_review_someprice",
|
|
|
+ "title": "点价",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "business_review_someprice_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "business_review_someprice_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "business_review_settlement",
|
|
|
+ "title": "交收",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "business_review_settlement_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "business_review_settlement_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "finance_review",
|
|
|
@@ -462,7 +763,64 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "finance_review_funds",
|
|
|
+ "title": "款项",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "finance_review_funds_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "finance_review_funds_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "finance_review_invoice",
|
|
|
+ "title": "发票",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "finance_review_invoice_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "finance_review_invoice_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "inventory_review",
|
|
|
@@ -471,7 +829,64 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkin",
|
|
|
+ "title": "入库",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkin_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkin_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkout",
|
|
|
+ "title": "出库",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkout_audit",
|
|
|
+ "title": "审核",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "inventory_review_checkout_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -490,7 +905,26 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "inventory_current",
|
|
|
+ "title": "当前库存",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "inventory_applyrecord",
|
|
|
+ "title": "申请记录",
|
|
|
+ "sort": 2,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "outaccount_status",
|
|
|
@@ -499,7 +933,17 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "outaccount_status_status",
|
|
|
+ "title": "账户状态",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -518,7 +962,17 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "finance_report_finance",
|
|
|
+ "title": "财务报表",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "exposure_report",
|
|
|
@@ -527,7 +981,17 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "exposure_report_exposure",
|
|
|
+ "title": "敞口报表",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "spot_report",
|
|
|
@@ -536,7 +1000,17 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "spot_report_spot",
|
|
|
+ "title": "现货报表",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"code": "inventory_report",
|
|
|
@@ -545,7 +1019,17 @@
|
|
|
"type": 1,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
- "children": []
|
|
|
+ "children": [
|
|
|
+ {
|
|
|
+ "code": "inventory_report_inventory",
|
|
|
+ "title": "库存报表",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 1,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}
|