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
a59c4b7b
Commit
a59c4b7b
authored
May 11, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
)销售汇总、回款明细(未加查询条件)
parent
0a55b934
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
151 deletions
+5
-151
AdvancePaymentBalanceSumDaoImpl.java
...tistics/internal/dao/AdvancePaymentBalanceSumDaoImpl.java
+0
-0
SalesSummaryController.java
...com/xyst/dinas/statistics/web/SalesSummaryController.java
+5
-7
PaymentDetailsQueryView.jmx
...as/statistics/statisticsquery/PaymentDetailsQueryView.jmx
+0
-144
SalesSummaryAdvQuery.jmx
...dinas/statistics/statisticsquery/SalesSummaryAdvQuery.jmx
+0
-0
No files found.
backend/xyst.dinas.statistics/src/main/java/com/xyst/dinas/statistics/internal/dao/AdvancePaymentBalanceSumDaoImpl.java
View file @
a59c4b7b
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.statistics/src/main/java/com/xyst/dinas/statistics/web/SalesSummaryController.java
View file @
a59c4b7b
...
...
@@ -12,28 +12,26 @@ import com.xyst.dinas.sales.web.info.SalesRecordInfo;
import
com.xyst.dinas.statistics.service.AdvancePaymentBalanceSumService
;
import
com.xyst.dinas.statistics.service.SalesSummaryService
;
@RestController
public
class
SalesSummaryController
{
@Autowired
SalesSummaryService
salesSummaryService
;
@Autowired
AdvancePaymentBalanceSumService
advancePaymentBalanceSumService
;
@PostMapping
(
value
=
"/SalesSummary/save"
,
consumes
=
"application/json"
)
public
Object
saveSalesSummary
(
@RequestBody
List
<
SalesRecordInfo
>
salesRecordList
)
{
/* if (salesRecordList.isEmpty()) { return
ResponseObj.error("传递的销售台账数据条数为0!请确认!"); } else { return
salesSummaryService.generateAllSalesRecordByDate("2021-05-08", "2021-0
5-07
"); }
salesSummaryService.generateAllSalesRecordByDate("2021-05-08", "2021-0
1-01
"); }
}*/
if
(
salesRecordList
.
isEmpty
())
{
return
ResponseObj
.
error
(
"传递的销售台账数据条数为0!请确认!"
);
}
else
{
return
advancePaymentBalanceSumService
.
generateAdvancePaymentBalanceSumByDate
(
"2021-05-08"
,
"2021-05-07"
);
}
}
advancePaymentBalanceSumService
.
generateAdvancePaymentBalanceSumByDate
(
"2021-05-08"
,
"2021-05-07"
);
}
}
}
backend/xyst.dinas.statistics/src/main/resources/com/xyst/dinas/statistics/statisticsquery/PaymentDetailsQueryView.jmx
deleted
100644 → 0
View file @
0a55b934
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
>
<specification>
1.0
</specification>
<id>
e22370f8-8226-4711-a996-764db3360dff
</id>
<name>
com.xyst.dinas.statistics.statisticsquery.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.statisticsquery.PaymentDetailsAdvQuery"
}
}
],
"content": {
"isShowView": "table",
"datasource": "com.xyst.dinas.statistics.statisticsquery.PaymentDetailsAdvQuery",
"arguments": {
"items": [
]
},
"actions": [
],
"table": {
"selectType": "MULTI",
"serialNumber": "series",
"pageSize": 10,
"orders":[
],
"expand": false,
"columns": [
{
"type": "VALUE",
"title": "id",
"key": "id",
"columnType": {
"name" : "inner",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "时间",
"key": "createTime",
"columnType": {
"name": "select",
"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/statisticsquery/SalesSummaryAdvQuery.jmx
0 → 100644
View file @
a59c4b7b
This diff is collapsed.
Click to expand it.
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