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
06154fee
Commit
06154fee
authored
May 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
57fd790e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
12 deletions
+23
-12
App.vue
src/App.vue
+7
-1
ImpressionTicketDetails.vue
...ialModule/ImpressionTicketing/ImpressionTicketDetails.vue
+4
-9
domesticCommissiondetails.vue
src/components/FinancialModule/domesticCommissiondetails.vue
+11
-1
allList.vue
src/components/myOrdersAllType/components/allList.vue
+1
-1
No files found.
src/App.vue
View file @
06154fee
...
@@ -316,4 +316,10 @@
...
@@ -316,4 +316,10 @@
.groupTourOrder_count_gray
{
.groupTourOrder_count_gray
{
color
:
#999999
;
color
:
#999999
;
}
}
</
style
>
.cursor-p
{
\ No newline at end of file
cursor
:
pointer
;
}
.cursor-p.active
{
color
:
#409EFF
;
}
</
style
>
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketDetails.vue
View file @
06154fee
...
@@ -23,12 +23,6 @@
...
@@ -23,12 +23,6 @@
text-decoration
:
underline
;
text-decoration
:
underline
;
color
:
red
;
color
:
red
;
}
}
.cursor-p
{
cursor
:
pointer
;
}
.cursor-p
:hover
{
color
:
#409EFF
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"flexOne domesticCommissiondetails"
>
<div
class=
"flexOne domesticCommissiondetails"
>
...
@@ -118,7 +112,7 @@
...
@@ -118,7 +112,7 @@
<!--
<td></td>
-->
<!--
<td></td>
-->
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
<td>
{{
item
.
EmName
}}
</td>
<td>
{{
item
.
EmName
}}
</td>
<td><span
class=
"cursor-p"
@
click=
"!disabled?clickUrl(item,1):''"
>
{{
item
.
OrderId
}}
</span></td>
<td><span
class=
"cursor-p"
:class=
"[!disabled?'active':'']"
@
click=
"!disabled?clickUrl(item,1):''"
>
{{
item
.
OrderId
}}
</span></td>
<td>
{{
item
.
OrderTypeName
}}
</td>
<td>
{{
item
.
OrderTypeName
}}
</td>
<td
style=
"font-size: 12px;"
:style=
"
{'cursor':item.TCID?'pointer':''}"
<td
style=
"font-size: 12px;"
:style=
"
{'cursor':item.TCID?'pointer':''}"
@click="!disabled
&&
item.TCID?goTravel(item.TCID):''">
@click="!disabled
&&
item.TCID?goTravel(item.TCID):''">
...
@@ -141,7 +135,7 @@
...
@@ -141,7 +135,7 @@
<td>
{{item.CommissionRate?item.CommissionRate+'%':'-'}}
</td>
<td>
{{item.CommissionRate?item.CommissionRate+'%':'-'}}
</td>
<td
@
click=
"GenerateScale(item)"
>
<td
@
click=
"GenerateScale(item)"
>
<span
<span
:class=
"item.WageReId?'cursor-p':''"
>
{{item.WageType==1?'新员工比例':item.WageType==2?'上季度定档':'-'}}
</span>
:class=
"item.WageReId?'cursor-p
active
':''"
>
{{item.WageType==1?'新员工比例':item.WageType==2?'上季度定档':'-'}}
</span>
</td>
</td>
<td>
{{item.EmName!='微途'
&&
item.BonusMoney?item.BonusMoney:'-'}}
</td>
<td>
{{item.EmName!='微途'
&&
item.BonusMoney?item.BonusMoney:'-'}}
</td>
<td>
{{item.EmName!='微途'
&&
item.BonusRate?item.BonusRate+'%':'-'}}
</td>
<td>
{{item.EmName!='微途'
&&
item.BonusRate?item.BonusRate+'%':'-'}}
</td>
...
@@ -253,7 +247,8 @@
...
@@ -253,7 +247,8 @@
name
:
'erpCustomerOrderDay'
,
name
:
'erpCustomerOrderDay'
,
query
:
{
query
:
{
blank
:
'y'
,
blank
:
'y'
,
OrderId
:
item
.
OrderId
OrderId
:
item
.
OrderId
,
EnterId
:
item
.
EmpId
,
}
}
});
});
// if(type==2){//线索
// if(type==2){//线索
...
...
src/components/FinancialModule/domesticCommissiondetails.vue
View file @
06154fee
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
</span>
</span>
</td>
</td>
<td>
{{
item
.
OrderId
}}
</td>
<td>
<span
class=
"cursor-p"
:class=
"[!disabled?'active':'']"
@
click=
"!disabled?clickUrl(item):''"
>
{{
item
.
OrderId
}}
</span>
</td>
<td>
{{
item
.
TCProfit
}}
</td>
<td>
{{
item
.
TCProfit
}}
</td>
<td>
{{
item
.
PeopleCount
}}
</td>
<td>
{{
item
.
PeopleCount
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
<td>
{{
item
.
CommissionMoney
}}
</td>
...
@@ -223,6 +223,16 @@
...
@@ -223,6 +223,16 @@
this
.
getDerpartMent
()
//部门
this
.
getDerpartMent
()
//部门
},
},
methods
:
{
methods
:
{
clickUrl
(
item
){
this
.
$router
.
push
({
name
:
'erpCustomerOrderDay'
,
query
:
{
blank
:
'y'
,
OrderId
:
item
.
OrderId
,
EnterId
:
item
.
UserId
,
}
});
},
getDerpartMent
()
{
getDerpartMent
()
{
//获取部门
//获取部门
this
.
apipost
(
this
.
apipost
(
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
06154fee
...
@@ -615,7 +615,7 @@
...
@@ -615,7 +615,7 @@
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
employeeMsg
.
GroupId
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
employeeMsg
.
GroupId
=
userInfo
.
RB_Group_id
;
//集团ID
// this.msg.EnterID =
userInfo.EmployeeId;
this
.
msg
.
EnterId
=
this
.
$route
.
query
.
EnterId
?
this
.
$route
.
query
.
EnterId
:
0
//
userInfo.EmployeeId;
this
.
msg
.
StartTime
=
this
.
getBeforeDate
(
0
,
new
Date
())
this
.
msg
.
StartTime
=
this
.
getBeforeDate
(
0
,
new
Date
())
this
.
msg
.
EndTime
=
this
.
getBeforeDate
(
0
,
new
Date
())
this
.
msg
.
EndTime
=
this
.
getBeforeDate
(
0
,
new
Date
())
this
.
DatelistBM
=
[
new
Date
(
this
.
msg
.
StartTime
),
new
Date
()]
this
.
DatelistBM
=
[
new
Date
(
this
.
msg
.
StartTime
),
new
Date
()]
...
...
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