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
e145fa11
Commit
e145fa11
authored
Jan 05, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化行程
parent
80b847ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+1
-1
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+4
-1
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+4
-4
No files found.
src/assets/css/tripIndexNew2.css
View file @
e145fa11
...
...
@@ -209,7 +209,7 @@ html, body{
height
:
0px
;
border-bottom
:
2px
dashed
red
;
left
:
0
;
top
:
17
5
4px
;
top
:
17
4
4px
;
right
:
0
;
}
.UpgradedVersion2Line
span
{
...
...
src/components/SalesModule/customerTransfer.vue
View file @
e145fa11
...
...
@@ -111,7 +111,8 @@
:
value
=
"$t('pub.searchBtn')"
@
click
=
"resetPageIndex(),getList()"
>
<
el
-
popover
width
=
"280"
v
-
model
=
"layerShow"
popper
-
class
=
"pd20"
trigger
=
"click"
>
<
el
-
popover
width
=
"280"
v
-
model
=
"layerShow"
popper
-
class
=
"pd20"
trigger
=
"click"
@
show
=
"employeeMsg.KeyWord=''"
@
hide
=
"employeeMsg.KeyWord=''"
>
<
div
>
<
p
class
=
"fz12 fbold mt10 color333"
>
{{
$t
(
'fnc.zhuanjiao'
)
}}
<
/p
>
<
p
class
=
"fz12 mt30 color666"
>
...
...
@@ -1203,9 +1204,11 @@ export default {
this
.
employeeMsg
.
RB_Branch_id
=
-
1
;
this
.
employeeList2
=
[];
this
.
employeeMsg
.
IsLeave
=-
1
;
console
.
log
(
this
.
employeeMsg
.
KeyWord
,
'====1111'
)
if
(
this
.
employeeMsg
.
KeyWord
==
''
){
return
}
console
.
log
(
this
.
employeeMsg
.
KeyWord
,
'====222'
)
this
.
apipost
(
"app_get_company_employee"
,
this
.
employeeMsg
,
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
e145fa11
...
...
@@ -795,7 +795,7 @@
v-if=
"item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"
>
<div
:id=
"'WarmTip_'+index"
class=
"travelDaysdetails-tsText row relative"
:style=
"{'background':'#EFECEC'}"
>
<span
class=
'travelDaysdetails-text0 absolute'
style=
'line-height:32px;top:
0
;'
>
温馨提示:
</span>
<span
class=
'travelDaysdetails-text0 absolute'
style=
'line-height:32px;top:
33px
;'
>
温馨提示:
</span>
<div
v-html=
"item.WarmTipObj.Description"
class=
"travelDaysdetails-text0-r"
></div>
</div>
</div>
...
...
@@ -862,10 +862,10 @@
<div
style=
"height: 40px;"
></div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<span>
{{pageHeight>17
5
4?'超出内容分割到下一页':'底线'}}
</span>
<span>
{{pageHeight>17
4
4?'超出内容分割到下一页':'底线'}}
</span>
</div>
<div
v-if=
"pageHeight>(17
5
4+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>17
54&&pageHeight<3508?pageHeight+'px':'350
8px'}"
>
<div
v-if=
"pageHeight>(17
4
4+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>17
44&&pageHeight<3498?pageHeight+'px':'349
8px'}"
>
<span>
底线
</span>
</div>
</div>
...
...
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