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
ef435d38
Commit
ef435d38
authored
Oct 10, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能权限 初始时间
parent
7ca4d429
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
82 additions
and
68 deletions
+82
-68
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+5
-5
index.vue
...ponents/FinancialModule/ConsolidationOfAccounts/index.vue
+6
-5
Costdocuments.vue
src/components/FinancialModule/Costdocuments.vue
+6
-5
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+6
-5
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+1
-1
settlement.vue
...nents/FinancialModule/MonthlyCostStatement/settlement.vue
+6
-5
RecPayQueryKM.vue
src/components/FinancialModule/RecPayQueryKM.vue
+7
-5
RecPayQueryV2.vue
src/components/FinancialModule/RecPayQueryV2.vue
+8
-6
RecPayQueryWB.vue
src/components/FinancialModule/RecPayQueryWB.vue
+8
-6
ChangeRevenueReport.vue
...onents/FinancialModule/ReportForm/ChangeRevenueReport.vue
+1
-1
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+1
-1
AccountStatementDetail.vue
...ents/FinancialModule/accDetail/AccountStatementDetail.vue
+6
-5
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+6
-5
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+6
-5
platformFinancial.vue
src/components/FinancialModule/platformFinancial.vue
+5
-6
enrollTotalTwo.vue
src/components/SalesModule/enrollTotalTwo.vue
+4
-2
No files found.
src/components/FinancialModule/CapitalAllocation.vue
View file @
ef435d38
...
@@ -324,6 +324,11 @@ export default {
...
@@ -324,6 +324,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
this
.
getList
()
this
.
getList
()
let
userInfo
=
this
.
getLocalStorage
();
// 读取缓存数据
let
userInfo
=
this
.
getLocalStorage
();
// 读取缓存数据
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
// 集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
// 集团ID
...
@@ -462,11 +467,6 @@ export default {
...
@@ -462,11 +467,6 @@ export default {
},
},
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
this
.
getCompanyList
()
this
.
getCompanyList
()
this
.
getDepartment
()
this
.
getDepartment
()
this
.
GetStatusList
()
this
.
GetStatusList
()
...
...
src/components/FinancialModule/ConsolidationOfAccounts/index.vue
View file @
ef435d38
...
@@ -694,6 +694,11 @@
...
@@ -694,6 +694,11 @@
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
if
(
this
.
$route
.
query
.
pageIndex
){
if
(
this
.
$route
.
query
.
pageIndex
){
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
}
}
...
@@ -705,11 +710,7 @@
...
@@ -705,11 +710,7 @@
}
}
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
...
...
src/components/FinancialModule/Costdocuments.vue
View file @
ef435d38
...
@@ -883,6 +883,12 @@ export default {
...
@@ -883,6 +883,12 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
if
(
this
.
$route
.
query
.
returnCode
){
if
(
this
.
$route
.
query
.
returnCode
){
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
...
@@ -923,11 +929,6 @@ export default {
...
@@ -923,11 +929,6 @@ export default {
StartDateLimit
StartDateLimit
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
ef435d38
...
@@ -2074,6 +2074,11 @@
...
@@ -2074,6 +2074,11 @@
}
;
}
;
}
,
}
,
created
()
{
created
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
if
(
localStorage
.
typeSystem
&&
localStorage
.
typeSystem
==
1
)
this
.
typeSystem
=
localStorage
.
typeSystem
if
(
localStorage
.
typeSystem
&&
localStorage
.
typeSystem
==
1
)
this
.
typeSystem
=
localStorage
.
typeSystem
this
.
isTerminate
=
-
1
this
.
isTerminate
=
-
1
let
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
...
@@ -2131,11 +2136,7 @@
...
@@ -2131,11 +2136,7 @@
StartDateLimit
StartDateLimit
}
,
}
,
mounted
()
{
mounted
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
// if (this.active == 2 || this.active == 3)
{
// if (this.active == 2 || this.active == 3)
{
// this.productionDate = [StartDate, EndDate]
// this.productionDate = [StartDate, EndDate]
// this.msg.sDate = this.productionDate[0];
// this.msg.sDate = this.productionDate[0];
...
...
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
ef435d38
...
@@ -582,7 +582,7 @@
...
@@ -582,7 +582,7 @@
<!--
<
el
-
date
-
picker
class
=
"h34"
style
=
"width: 100%;"
v
-
model
=
"transactionDate"
@
change
=
"timeAdd(3)"
type
=
"daterange"
<!--
<
el
-
date
-
picker
class
=
"h34"
style
=
"width: 100%;"
v
-
model
=
"transactionDate"
@
change
=
"timeAdd(3)"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
>
value
-
format
=
"yyyy-MM-dd"
>
<
/el-date-picker> --
>
<
/el-date-picker> --
>
<
StartDateLimit
style
=
"width: 100%;"
:
clearable
=
"false
"
:
dateTime
=
"transactionDate"
@
change
=
"(startDate,endDate)=>{msg.sTradeDate=startDate,msg.eTradeDate=endDate
}
"
><
/StartDateLimit
>
<
StartDateLimit
:
clearable
=
"false"
style
=
"width: 100%;
"
:
dateTime
=
"transactionDate"
@
change
=
"(startDate,endDate)=>{msg.sTradeDate=startDate,msg.eTradeDate=endDate
}
"
><
/StartDateLimit
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"3"
>
<
el
-
col
:
span
=
"3"
>
...
...
src/components/FinancialModule/MonthlyCostStatement/settlement.vue
View file @
ef435d38
...
@@ -409,6 +409,11 @@
...
@@ -409,6 +409,11 @@
}
}
},
},
created
()
{
created
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
if
(
this
.
$route
.
query
.
pageIndex
)
{
if
(
this
.
$route
.
query
.
pageIndex
)
{
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
}
}
...
@@ -420,11 +425,7 @@
...
@@ -420,11 +425,7 @@
}
}
},
},
mounted
()
{
mounted
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
if
(
localStorage
.
typeSystem
&&
localStorage
.
typeSystem
==
1
)
this
.
typeSystem
=
localStorage
.
typeSystem
if
(
localStorage
.
typeSystem
&&
localStorage
.
typeSystem
==
1
)
this
.
typeSystem
=
localStorage
.
typeSystem
if
(
this
.
typeSystem
==
1
)
this
.
msg
.
OtherType
=
'80'
if
(
this
.
typeSystem
==
1
)
this
.
msg
.
OtherType
=
'80'
...
...
src/components/FinancialModule/RecPayQueryKM.vue
View file @
ef435d38
...
@@ -688,6 +688,12 @@
...
@@ -688,6 +688,12 @@
}
}
}
,
}
,
created
()
{
created
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
this
.
userinfo
=
this
.
getLocalStorage
();
this
.
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
...
@@ -762,11 +768,7 @@
...
@@ -762,11 +768,7 @@
StartDateLimit
StartDateLimit
}
,
}
,
mounted
()
{
mounted
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
...
...
src/components/FinancialModule/RecPayQueryV2.vue
View file @
ef435d38
...
@@ -816,6 +816,11 @@ export default {
...
@@ -816,6 +816,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
if
(
this
.
$route
.
query
.
returnCode
){
if
(
this
.
$route
.
query
.
returnCode
){
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
...
@@ -833,17 +838,14 @@ export default {
...
@@ -833,17 +838,14 @@ export default {
if
(
this
.
$route
.
query
.
Type
){
if
(
this
.
$route
.
query
.
Type
){
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
+
''
;
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
+
''
;
}
}
},
components
:
{
},
components
:
{
"my-Bill"
:
myBill
,
"my-Bill"
:
myBill
,
"my-RVB-Bill"
:
myrbvBill
,
"my-RVB-Bill"
:
myrbvBill
,
StartDateLimit
StartDateLimit
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
...
...
src/components/FinancialModule/RecPayQueryWB.vue
View file @
ef435d38
...
@@ -900,6 +900,11 @@ export default {
...
@@ -900,6 +900,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
if
(
this
.
$route
.
query
.
returnCode
){
if
(
this
.
$route
.
query
.
returnCode
){
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
active
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
this
.
msg
.
Conditon
=
this
.
$route
.
query
.
returnCode
;
...
@@ -933,17 +938,14 @@ export default {
...
@@ -933,17 +938,14 @@ export default {
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
}
}
},
components
:
{
},
components
:
{
"my-Bill"
:
myBill
,
"my-Bill"
:
myBill
,
"my-RVB-Bill"
:
myrbvBill
,
"my-RVB-Bill"
:
myrbvBill
,
StartDateLimit
StartDateLimit
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
...
...
src/components/FinancialModule/ReportForm/ChangeRevenueReport.vue
View file @
ef435d38
...
@@ -488,7 +488,7 @@ tr._item_list td:last-child {
...
@@ -488,7 +488,7 @@ tr._item_list td:last-child {
:picker-options=
"pickerOptions"
:picker-options=
"pickerOptions"
:range-separator=
"$t('OrderList.zhi')"
:range-separator=
"$t('OrderList.zhi')"
></el-date-picker>
-->
></el-date-picker>
-->
<StartDateLimit
:dateTime=
"productionDate"
@
change=
"(startDate,endDate)=>
{msg.startDate=startDate,msg.endDate=endDate}">
</StartDateLimit>
<StartDateLimit
:
clearable=
"false"
:
dateTime=
"productionDate"
@
change=
"(startDate,endDate)=>
{msg.startDate=startDate,msg.endDate=endDate}">
</StartDateLimit>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
...
...
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
ef435d38
...
@@ -479,7 +479,7 @@ tr._item_list td:last-child {
...
@@ -479,7 +479,7 @@ tr._item_list td:last-child {
:picker-options=
"pickerOptions"
:picker-options=
"pickerOptions"
:range-separator=
"$t('OrderList.zhi')"
:range-separator=
"$t('OrderList.zhi')"
></el-date-picker>
-->
></el-date-picker>
-->
<StartDateLimit
:dateTime=
"productionDate"
@
change=
"(startDate,endDate)=>
{msg.startDate=startDate,msg.endDate=endDate}">
</StartDateLimit>
<StartDateLimit
:
clearable=
"false"
:
dateTime=
"productionDate"
@
change=
"(startDate,endDate)=>
{msg.startDate=startDate,msg.endDate=endDate}">
</StartDateLimit>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
src/components/FinancialModule/accDetail/AccountStatementDetail.vue
View file @
ef435d38
...
@@ -281,6 +281,11 @@ export default {
...
@@ -281,6 +281,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sTradeDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eTradeDate
=
this
.
productionDate
[
1
];
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
this
.
msg
.
IsFromDayReport
=
1
;
this
.
msg
.
IsFromDayReport
=
1
;
...
@@ -622,11 +627,7 @@ export default {
...
@@ -622,11 +627,7 @@ export default {
},
},
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sTradeDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eTradeDate
=
this
.
productionDate
[
1
];
this
.
getAccountTypeList
();
this
.
getAccountTypeList
();
this
.
AccountType_post_GetList
();
this
.
AccountType_post_GetList
();
this
.
BankAccount_post_GetAccountType
();
this
.
BankAccount_post_GetAccountType
();
...
...
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
ef435d38
...
@@ -572,6 +572,11 @@ export default {
...
@@ -572,6 +572,11 @@ export default {
}
}
}
,
}
,
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDateByTC
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
productionDateByTC
[
0
];
this
.
msg
.
QEndDate
=
this
.
productionDateByTC
[
1
];
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
this
.
msg
.
IsFromDayReport
=
1
;
this
.
msg
.
IsFromDayReport
=
1
;
...
@@ -1196,11 +1201,7 @@ export default {
...
@@ -1196,11 +1201,7 @@ export default {
}
,
}
,
}
,
}
,
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDateByTC
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
productionDateByTC
[
0
];
this
.
msg
.
QEndDate
=
this
.
productionDateByTC
[
1
];
// this.productionDate = [StartDate, EndDate]
// this.productionDate = [StartDate, EndDate]
// this.msg.sTradeDate = this.productionDate[0];
// this.msg.sTradeDate = this.productionDate[0];
// this.msg.eTradeDate = this.productionDate[1];
// this.msg.eTradeDate = this.productionDate[1];
...
...
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
ef435d38
...
@@ -606,6 +606,11 @@ export default {
...
@@ -606,6 +606,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDateByCreate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDateByCreate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDateByCreate
[
1
];
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
if
(
this
.
$route
.
query
.
DayReport
&&
this
.
$route
.
query
.
DayReport
==
'1'
){
this
.
msg
.
IsFromDayReport
=
1
;
this
.
msg
.
IsFromDayReport
=
1
;
...
@@ -1319,11 +1324,7 @@ export default {
...
@@ -1319,11 +1324,7 @@ export default {
},
},
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDateByCreate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDateByCreate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDateByCreate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
RB_Branch_Id
=
userInfo
.
RB_Branch_id
;
this
.
RB_Branch_Id
=
userInfo
.
RB_Branch_id
;
...
...
src/components/FinancialModule/platformFinancial.vue
View file @
ef435d38
...
@@ -422,6 +422,11 @@ export default {
...
@@ -422,6 +422,11 @@ export default {
}
}
},
},
created
(){
created
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
if
(
this
.
$route
.
query
.
pageIndex
){
if
(
this
.
$route
.
query
.
pageIndex
){
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
this
.
msg
.
pageIndex
=
this
.
$route
.
query
.
pageIndex
;
}
}
...
@@ -458,12 +463,6 @@ export default {
...
@@ -458,12 +463,6 @@ export default {
}
}
},
},
mounted
(){
mounted
(){
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
missionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
QStartDate
=
this
.
missionDate
[
0
];
this
.
msg
.
QEndDate
=
this
.
missionDate
[
1
];
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
this
.
DepartIDs
=
userInfo
.
RB_Department_Id
;
...
...
src/components/SalesModule/enrollTotalTwo.vue
View file @
ef435d38
...
@@ -641,8 +641,10 @@
...
@@ -641,8 +641,10 @@
if
(
this
.
msg
.
CStartDate
===
""
&&
this
.
msg
.
QEndDate
===
""
)
{
if
(
this
.
msg
.
CStartDate
===
""
&&
this
.
msg
.
QEndDate
===
""
)
{
this
.
msg
.
QEndDate
=
this
.
FormartDate
(
new
Date
());
this
.
msg
.
QEndDate
=
this
.
FormartDate
(
new
Date
());
}
}
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
if
(
!
this
.
$route
.
query
||!
this
.
$route
.
query
.
starTime
){
this
.
msg
.
QStartDate
=
StartDate
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
msg
.
QStartDate
=
StartDate
}
this
.
getList
();
this
.
getList
();
},
},
}
}
...
...
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