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
dc830403
Commit
dc830403
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改地接总表及平台账户
parent
d52e9c32
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
10 deletions
+24
-10
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+17
-7
commonTeamInfo.vue
src/components/commonPage/commonTeamInfo.vue
+6
-2
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-1
No files found.
src/components/FinancialModule/PlatformAccount.vue
View file @
dc830403
...
@@ -571,6 +571,7 @@ export default {
...
@@ -571,6 +571,7 @@ export default {
isReady
:
false
,
isReady
:
false
,
multipleSort
:
false
,
multipleSort
:
false
,
loading
:
true
,
loading
:
true
,
CompanySelect
:[],
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
15
,
pageSize
:
15
,
...
@@ -769,12 +770,12 @@ export default {
...
@@ -769,12 +770,12 @@ export default {
filters
:
[{}],
filters
:
[{}],
type
:
"text"
type
:
"text"
};
};
let
companyList
=
[];
//
let companyList = [];
this
.
CompanyList
.
forEach
(
x
=>
{
this
.
CompanyList
.
forEach
(
x
=>
{
let
item
=
{};
let
item
=
{};
item
.
label
=
x
.
BName
;
item
.
label
=
x
.
BName
;
item
.
value
=
x
.
Id
;
item
.
value
=
x
.
Id
;
companyLis
t
.
push
(
item
);
this
.
CompanySelec
t
.
push
(
item
);
});
});
let
allName
=
{
let
allName
=
{
field
:
"allName"
,
field
:
"allName"
,
...
@@ -784,9 +785,9 @@ export default {
...
@@ -784,9 +785,9 @@ export default {
columnAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
isResize
:
true
,
filterMultiple
:
false
,
filterMultiple
:
false
,
filters
:
companyLis
t
,
filters
:
this
.
CompanySelec
t
,
result
:
""
,
result
:
""
,
type
:
"select"
type
:
"select"
,
// isFrozen:true
// isFrozen:true
};
};
let
Accountholder
=
{
let
Accountholder
=
{
...
@@ -959,6 +960,9 @@ export default {
...
@@ -959,6 +960,9 @@ export default {
},
},
filterMethod
(
filters
)
{
filterMethod
(
filters
)
{
this
.
msg
.
Alias
=
filters
.
Alias
;
this
.
msg
.
Alias
=
filters
.
Alias
;
if
(
filters
.
allName
==
'__all__'
){
filters
.
allName
=
'-1'
}
this
.
msg
.
RB_Branch_Id
=
filters
.
allName
;
this
.
msg
.
RB_Branch_Id
=
filters
.
allName
;
this
.
msg
.
SettlementType
=
this
.
msg
.
SettlementType
=
filters
.
Commission
.
length
==
1
?
filters
.
Commission
[
0
]
:
0
;
filters
.
Commission
.
length
==
1
?
filters
.
Commission
[
0
]
:
0
;
...
@@ -1422,11 +1426,17 @@ export default {
...
@@ -1422,11 +1426,17 @@ export default {
},
},
mounted
()
{
mounted
()
{
this
.
msg
.
pageSize
=
this
.
calcPageSize
(
40
);
this
.
msg
.
pageSize
=
this
.
calcPageSize
(
40
);
this
.
getList
();
this
.
getAccountTypeList
();
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
var
branchId
=
userInfo
.
RB_Branch_id
;
if
(
branchId
==
0
||
branchId
==
49
){
this
.
getCompanyList
();
this
.
getCompanyList
();
}
else
{
this
.
msg
.
RB_Branch_Id
=
branchId
;
}
this
.
getList
();
this
.
initColums
();
this
.
getAccountTypeList
();
this
.
getFinancialList
();
this
.
getFinancialList
();
this
.
getfinanceinfoList
();
this
.
getfinanceinfoList
();
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/commonPage/commonTeamInfo.vue
View file @
dc830403
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"trip-box-commonTeam"
>
<div
class=
"trip-box-commonTeam"
v-loading=
"loading"
>
<div
class=
"item-title"
>
<div
class=
"item-title"
>
<span
class=
"t"
>
{{
tripList
.
length
}}
日行程
</span>
<span
class=
"t"
>
{{
tripList
.
length
}}
日行程
</span>
<span>
<span>
...
@@ -34,7 +34,8 @@ export default {
...
@@ -34,7 +34,8 @@ export default {
props
:
[
"subConfig"
],
props
:
[
"subConfig"
],
data
()
{
data
()
{
return
{
return
{
tripList
:
[]
tripList
:
[],
loading
:
false
};
};
},
},
components
:
{
components
:
{
...
@@ -47,14 +48,17 @@ export default {
...
@@ -47,14 +48,17 @@ export default {
mounted
()
{},
mounted
()
{},
methods
:
{
methods
:
{
GetTrip
(
id
)
{
GetTrip
(
id
)
{
this
.
tripList
=
[];
if
(
id
!==
undefined
)
{
if
(
id
!==
undefined
)
{
//根据ID 获取行程内容
//根据ID 获取行程内容
this
.
loading
=
true
;
this
.
apipost
(
this
.
apipost
(
"b2b_get_GetB2BTravelInfoNoDes"
,
"b2b_get_GetB2BTravelInfoNoDes"
,
{
{
configId
:
id
configId
:
id
},
},
res
=>
{
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
tripList
=
res
.
data
.
data
.
dayList
;
this
.
tripList
=
res
.
data
.
data
.
dayList
;
this
.
init
();
this
.
init
();
...
...
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/dmcTotalTable.vue
View file @
dc830403
...
@@ -434,7 +434,7 @@
...
@@ -434,7 +434,7 @@
<td
colspan=
"22"
style=
"text-align: left!important;padding:0 20px;"
>
<td
colspan=
"22"
style=
"text-align: left!important;padding:0 20px;"
>
<div
class=
"link"
>
<div
class=
"link"
>
<!--
<p
@
click=
"goUrlT('productQuery',item.TCNUMS,'产品查询')"
style=
"padding-top:4px;"
>
{{
item
.
Titles
}}
</p>
-->
<!--
<p
@
click=
"goUrlT('productQuery',item.TCNUMS,'产品查询')"
style=
"padding-top:4px;"
>
{{
item
.
Titles
}}
</p>
-->
<p
@
click=
"getJourney(item.
TC
ID,item.Titles)"
style=
"padding-top:4px;"
>
{{
item
.
Titles
}}
</p>
<p
@
click=
"getJourney(item.
Config
ID,item.Titles)"
style=
"padding-top:4px;"
>
{{
item
.
Titles
}}
</p>
<div
v-if=
"outItem.StaticsReportList[index].DMCNum && outItem.StaticsReportList[index].DMCNum!=''"
<div
v-if=
"outItem.StaticsReportList[index].DMCNum && outItem.StaticsReportList[index].DMCNum!=''"
class=
"colorE95252"
style=
"padding-top:5px;"
>
地接备注团号:
{{
outItem
.
StaticsReportList
[
index
].
DMCNum
}}
class=
"colorE95252"
style=
"padding-top:5px;"
>
地接备注团号:
{{
outItem
.
StaticsReportList
[
index
].
DMCNum
}}
</div>
</div>
...
...
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