Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
3a3b4305
Commit
3a3b4305
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d7d34a77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
fxOrderProfitLossList.vue
...ents/FinancialModule/ReportForm/fxOrderProfitLossList.vue
+5
-4
No files found.
src/components/FinancialModule/ReportForm/fxOrderProfitLossList.vue
View file @
3a3b4305
...
@@ -178,6 +178,7 @@
...
@@ -178,6 +178,7 @@
<el-table-column label="实付" prop="PayMoney" width="70"></el-table-column>
<el-table-column label="实付" prop="PayMoney" width="70"></el-table-column>
</el-table-column> -->
</el-table-column> -->
<el-table-column
prop=
"TotalDepositMoney"
label=
"储值卡抵扣"
></el-table-column>
<el-table-column
prop=
"CompanyName"
label=
"公司名称"
width=
"120"
></el-table-column>
<el-table-column
prop=
"CompanyName"
label=
"公司名称"
width=
"120"
></el-table-column>
<el-table-column
prop=
"GrossProfit"
label=
"毛利"
></el-table-column>
<el-table-column
prop=
"GrossProfit"
label=
"毛利"
></el-table-column>
...
@@ -270,10 +271,10 @@
...
@@ -270,10 +271,10 @@
if
(
this
.
$route
.
query
.
year
&&
this
.
$route
.
query
.
month
)
if
(
this
.
$route
.
query
.
year
&&
this
.
$route
.
query
.
month
)
{
{
this
.
msg
.
StartDate
=
this
.
$route
.
query
.
year
+
"-"
+
this
.
$route
.
query
.
month
+
"-01"
;
this
.
msg
.
StartDate
=
this
.
$route
.
query
.
year
+
"-"
+
this
.
$route
.
query
.
month
+
"-01"
;
var
d1
=
new
Date
(
this
.
msg
.
StartDate
);
var
d1
=
new
Date
(
this
.
msg
.
StartDate
);
var
d2
=
new
Date
(
d1
);
var
d2
=
new
Date
(
d1
);
d2
.
setMonth
(
d2
.
getMonth
()
+
1
);
d2
.
setMonth
(
d2
.
getMonth
()
+
1
);
d2
.
setDate
(
d2
.
getDate
()
-
1
);
d2
.
setDate
(
d2
.
getDate
()
-
1
);
var
month
=
d2
.
getMonth
()
+
1
;
var
month
=
d2
.
getMonth
()
+
1
;
var
day
=
d2
.
getDate
();
var
day
=
d2
.
getDate
();
this
.
msg
.
EndDate
=
d2
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
;
this
.
msg
.
EndDate
=
d2
.
getFullYear
()
+
'-'
+
month
+
'-'
+
day
;
...
...
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