Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
397c784c
Commit
397c784c
authored
May 11, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报表包名更改
parent
c1c90ad7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
185 additions
and
2 deletions
+185
-2
ReturnMoneyDetailExport.mk
...com/xyst/dinas/statistics/auth/ReturnMoneyDetailExport.mk
+14
-0
PaymentDetailsAdvQuery.jmx
...st/dinas/statistics/advanquery/PaymentDetailsAdvQuery.jmx
+1
-1
PaymentDetailsQueryView.jmx
...t/dinas/statistics/advanquery/PaymentDetailsQueryView.jmx
+153
-0
SalesSummaryAdvQuery.jmx
...xyst/dinas/statistics/advanquery/SalesSummaryAdvQuery.jmx
+1
-1
ReturnMoneyDetailExport.jmx
...om/xyst/dinas/statistics/auth/ReturnMoneyDetailExport.jmx
+16
-0
No files found.
backend/xyst.dinas.statistics/src/main/model/com/xyst/dinas/statistics/auth/ReturnMoneyDetailExport.mk
0 → 100644
View file @
397c784c
<model>
<header>
<type>bcp.authz.Privilege</type>
<package>com.xyst.dinas.statistics.auth</package>
<name>ReturnMoneyDetailExport</name>
<title>导出</title>
<tags></tags>
<description></description>
</header>
<content>
<privilege type='TOKEN' target-type='' id='f9670ec0-89b6-4c77-a897-2479d587e55f' category='报表/回款明细(区域公司)' seq='1'></privilege>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/
statistics
query/PaymentDetailsAdvQuery.jmx
→
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/
advan
query/PaymentDetailsAdvQuery.jmx
View file @
397c784c
...
...
@@ -2,7 +2,7 @@
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<specification>
1.0
</specification>
<id>
6955f0bb-c150-4151-9b1b-553ae896106a
</id>
<name>
com.xyst.dinas.statistics.
statistics
query.PaymentDetailsAdvQuery
</name>
<name>
com.xyst.dinas.statistics.
advan
query.PaymentDetailsAdvQuery
</name>
<title>
回款明细
</title>
<description>
回款明细
</description>
<define>
advanced.query.template
</define>
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/advanquery/PaymentDetailsQueryView.jmx
0 → 100644
View file @
397c784c
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<specification>
1.0
</specification>
<id>
6e2b66e5-3090-4f68-b1a2-4919b491e6bb
</id>
<name>
com.xyst.dinas.statistics.advanquery.PaymentDetailsQueryView
</name>
<title>
回款明细
</title>
<description>
回款明细
</description>
<define>
advanced.query.view
</define>
<define-version>
1.0
</define-version>
<content>
<view>
{
"name": "回款明细",
"title": "回款明细",
"description": "回款明细",
"actions": [],
"scenes" : {
"isShowScenes" : true
},
"fuzzySearch": [
],
"isShowTabCountZero": true,
"groups": [
{
"name": "all",
"title": "全部",
"content": {
"datasource": "com.xyst.dinas.statistics.advanquery.PaymentDetailsAdvQuery"
}
}
],
"content": {
"isShowView": "table",
"datasource": "com.xyst.dinas.statistics.advanquery.PaymentDetailsAdvQuery",
"arguments": {
"items": [
]
},
"actions": [
{
"param": [],
"enable": "ALL",
"name": "query_export",
"action": "query_export",
"title": "导出",
"type": "",
"privage": "com.xyst.dinas.statistics.auth.ReturnMoneyDetailExport"
}
],
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize": 200,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "时间",
"key": "createTime",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "购砂单位",
"key": "purchaseSandUnit",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "项目名称",
"key": "project",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "资金类型",
"key": "fundType",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "收款金额(元)",
"key": "rechargeAmount",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "退费金额(元)",
"key": "actualRefundAmount",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "备注",
"key": "remark",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
}
]
}
}
}
</view>
</content>
</metadata>
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/
statistics
query/SalesSummaryAdvQuery.jmx
→
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/
advan
query/SalesSummaryAdvQuery.jmx
View file @
397c784c
...
...
@@ -2,7 +2,7 @@
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<specification>
1.0
</specification>
<id>
e771e067-c864-454b-9ca1-cb12790401e2
</id>
<name>
com.xyst.dinas.statistics.
statistics
query.SalesSummaryAdvQuery
</name>
<name>
com.xyst.dinas.statistics.
advan
query.SalesSummaryAdvQuery
</name>
<title>
销售汇总
</title>
<description>
销售汇总
</description>
<define>
advanced.query.template
</define>
...
...
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/auth/ReturnMoneyDetailExport.jmx
0 → 100644
View file @
397c784c
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-privilege"
>
<specification>
1.0
</specification>
<id>
f9670ec0-89b6-4c77-a897-2479d587e55f
</id>
<name>
com.xyst.dinas.statistics.auth.ReturnMoneyDetailExport
</name>
<title>
导出
</title>
<define>
bcp.authz.privilege
</define>
<define-version>
1.0.0
</define-version>
<content>
<m:privilege>
<m:type>
TOKEN
</m:type>
<m:category>
报表/回款明细(区域公司)
</m:category>
<m:seq>
1
</m:seq>
</m:privilege>
</content>
</metadata>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment