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
fc1b186e
Commit
fc1b186e
authored
Apr 12, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
fdfa3041
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3789 additions
and
3784 deletions
+3789
-3784
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+2
-1
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+2
-2
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+4
-1
VisaProductCountryManager.vue
src/components/SalesVisa/VisaProductCountryManager.vue
+775
-775
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+7
-6
config.js
src/router/config.js
+2999
-2999
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
fc1b186e
...
...
@@ -929,6 +929,7 @@ export default {
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
loading
=
true
;
console
.
log
(
this
.
msg
)
this
.
apipost
(
'Financial_post_GetALLPageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
.
list
;
...
...
@@ -1239,7 +1240,7 @@ export default {
pageSize
:
6
,
FrID
:
this
.
msg
.
FrID
==
0
?
''
:
this
.
msg
.
FrID
,
sDate
:
this
.
msg
.
sDate
,
eDate
:
this
.
msg
.
s
Date
,
eDate
:
this
.
msg
.
e
Date
,
Status
:
this
.
msg
.
Status
,
TemplateId
:
this
.
msg
.
TemplateId
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
...
...
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
fc1b186e
...
...
@@ -1683,8 +1683,8 @@ export default {
getPageList
()
{
// 获取列表数据
this
.
loading
=
true
;
if
(
!
this
.
msg
.
OutBranchId
)
this
.
msg
.
OutBranchId
=
-
1
;
//
if (!this.msg.OutBranchId)
//
this.msg.OutBranchId = -1;
if
(
!
this
.
msg
.
Is_Transport
&&
this
.
msg
.
Is_Transport
!==
0
)
this
.
msg
.
Is_Transport
=-
1
;
if
(
!
this
.
msg
.
StartCityId
)
this
.
msg
.
StartCityId
=
0
;
...
...
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
fc1b186e
...
...
@@ -157,7 +157,7 @@
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
通过
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
拒绝
</button>
</div>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1"
>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1
&& EmployeeId === detail.CreateBy && EmployeeId === 1
"
>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
<el-dialog
title=
"提示信息"
width=
"400px"
:visible
.
sync=
"dialogFormVisible"
center
:before-close=
"closeChangeMachie"
>
...
...
@@ -190,6 +190,7 @@ export default {
InvoiceNo
:
''
,
},
noDetail
:
false
,
EmployeeId
:
0
,
};
},
methods
:
{
...
...
@@ -274,6 +275,8 @@ export default {
},
},
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
let
id
=
this
.
$route
.
query
.
id
this
.
noDetail
=
this
.
$route
.
query
.
noDetail
?
true
:
false
this
.
msg
.
ID
=
id
...
...
src/components/SalesVisa/VisaProductCountryManager.vue
View file @
fc1b186e
This diff is collapsed.
Click to expand it.
src/components/administrative/ExaminationStatistics.vue
View file @
fc1b186e
...
...
@@ -107,19 +107,20 @@ export default {
console
.
log
(
"filter"
,
filters
);
let
data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
let
dataListTwo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
if
(
filters
.
bName
!=
''
&&
filters
.
bName
!=
'__all__'
){
data
=
data
.
filter
(
item
=>
item
.
bName
.
indexOf
(
filters
.
bName
)
!=-
1
);
debugger
;
if
(
filters
.
bName
&&
filters
.
bName
!=
''
&&
filters
.
bName
!=
'__all__'
){
data
=
data
.
filter
(
item
=>
item
.
bName
&&
item
.
bName
.
indexOf
(
filters
.
bName
)
!=-
1
);
}
if
(
filters
.
departmentName
!=
''
){
if
(
filters
.
departmentName
&&
filters
.
departmentName
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
departmentName
.
indexOf
(
filters
.
departmentName
)
!=-
1
);
}
if
(
filters
.
emName
!=
''
){
if
(
filters
.
emName
&&
filters
.
emName
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
emName
.
indexOf
(
filters
.
emName
)
!=-
1
);
}
if
(
filters
.
periods
!=
''
){
if
(
filters
.
periods
&&
filters
.
periods
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
periods
.
indexOf
(
filters
.
periods
)
!=-
1
);
}
if
((
filters
.
bName
===
''
||
filters
.
bName
===
'__all__'
)
&&
filters
.
departmentName
===
''
&&
filters
.
createByStr
===
''
){
if
((
filters
.
bName
===
''
||
filters
.
bName
===
'__all__'
)
&&
filters
.
departmentName
===
''
&&
filters
.
emName
===
''
&&
filters
.
periods
===
''
){
data
=
dataListTwo
}
this
.
dataList
=
data
...
...
src/router/config.js
View file @
fc1b186e
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