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
edca8e54
Commit
edca8e54
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
885ee5e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
454 additions
and
239 deletions
+454
-239
HotelWorkList.vue
src/components/Hotel/HotelWorkList.vue
+4
-4
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+450
-235
No files found.
src/components/Hotel/HotelWorkList.vue
View file @
edca8e54
...
@@ -35,13 +35,13 @@
...
@@ -35,13 +35,13 @@
<div
style=
"background-color:#000!important;width:50px;height:100%;margin:0,padding:0;color:#FFFFFF"
>
无库存
<div
style=
"background-color:#000!important;width:50px;height:100%;margin:0,padding:0;color:#FFFFFF"
>
无库存
</div>
</div>
</
template
>
</
template
>
<
template
v-else
style=
"display:none;"
>
<
template
v-else
>
<template
<template
v-if=
"scope.row.DayList[index].HotelJourneyOrderList&&scope.row.DayList[index].HotelJourneyOrderList.length>0"
>
v-if=
"scope.row.DayList[index].HotelJourneyOrderList&&scope.row.DayList[index].HotelJourneyOrderList.length>0"
>
<template
v-for=
"(childItem,childIndex) in scope.row.DayList[index].HotelJourneyOrderList"
>
<template
v-for=
"(childItem,childIndex) in scope.row.DayList[index].HotelJourneyOrderList"
>
<el-popover
width=
"760"
trigger=
"click"
popper-class=
"Bus_HotelPop"
>
<el-popover
width=
"760"
trigger=
"click"
popper-class=
"Bus_HotelPop"
>
<commonHotelWork
:ref=
"'commonHotelWork_'+scope.$index+'_'+index+'_'+childIndex+''"
:TCID=
"childItem.TCID"
:HotelId=
"scope.row.Hotel"
:DateStr=
"item.DateAllStr"
>
<
!--
<
commonHotelWork
:ref=
"'commonHotelWork_'+scope.$index+'_'+index+'_'+childIndex+''"
:TCID=
"childItem.TCID"
:HotelId=
"scope.row.Hotel"
:DateStr=
"item.DateAllStr"
>
</commonHotelWork>
</commonHotelWork
style="display:none;"
>
--
>
<div
:title=
"childItem.TCID+'【未操作】'"
v-if=
"childItem.DMCState==0"
slot=
"reference"
class=
"w80"
<div
:title=
"childItem.TCID+'【未操作】'"
v-if=
"childItem.DMCState==0"
slot=
"reference"
class=
"w80"
style=
"white-space:nowrap;color:red;cursor:pointer;text-decoration:underline;"
style=
"white-space:nowrap;color:red;cursor:pointer;text-decoration:underline;"
@
click=
"ClickChild(item.DateAllStr,scope.$index,index,childIndex)"
>
@
click=
"ClickChild(item.DateAllStr,scope.$index,index,childIndex)"
>
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</
template
>
</
template
>
</template>
</template>
<
template
v-else
>
<
template
v-else
>
<el-popover
width=
"760"
trigger=
"click"
popper-class=
"Bus_HotelPop"
>
<el-popover
width=
"760"
trigger=
"click"
popper-class=
"Bus_HotelPop"
style=
"display:none;"
>
<commonHotelWork
:ref=
"'commonHotelWork_'+scope.$index+'_'+index+'_no'"
:TCID=
"0"
:HotelId=
"scope.row.Hotel"
:DateStr=
"item.DateAllStr"
>
<commonHotelWork
:ref=
"'commonHotelWork_'+scope.$index+'_'+index+'_no'"
:TCID=
"0"
:HotelId=
"scope.row.Hotel"
:DateStr=
"item.DateAllStr"
>
</commonHotelWork>
</commonHotelWork>
<div
slot=
"reference"
class=
"w80"
style=
"cursor:pointer;text-decoration:underline;"
<div
slot=
"reference"
class=
"w80"
style=
"cursor:pointer;text-decoration:underline;"
...
...
This diff is collapsed.
Click to expand it.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
edca8e54
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