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
a750f165
Commit
a750f165
authored
Jun 21, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改显示
parent
48ee71c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
7 deletions
+21
-7
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+9
-5
commonHotelInfo.vue
src/components/commonPage/commonHotelInfo.vue
+10
-1
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-1
No files found.
src/components/Supplier/roomQuery2.vue
View file @
a750f165
...
...
@@ -177,14 +177,14 @@
</td>
<td
style=
"text-align:center;"
>
<el-tooltip
effect=
"dark"
content=
"日志"
placement=
"top-start"
>
<el-popover
width=
'2
3
0'
trigger=
"click"
>
<el-popover
width=
'2
6
0'
trigger=
"click"
>
<div
class=
"priceContentDiv"
>
<div
class=
"AuditLog"
>
日志
</div>
<div
class=
"logContact"
style=
"background:#f9f9f9; padding:20px 10px 0;"
>
<div
v-if=
'LogsList.length>0'
v-for=
"(item,index) in LogsList"
:key=
"index"
>
<div
class=
"clearfix"
>
<div
class=
"Auditcircle"
style=
"left: 6px!important;"
></div>
<div
class=
"operateName"
style=
"color:#005CAA;font-size:12px;"
>
{{item.CreateTimeStr}}
</div>
<div
class=
"operateName"
style=
"color:#005CAA;font-size:12px;"
>
{{item.Create
ByName}} {{item.Create
TimeStr}}
</div>
<!-- <div class="operateDate fz12 color666">{{item.x}}</div> -->
</div>
<div
class=
"fz12 color333"
>
{{item.Remarks}}
</div>
...
...
@@ -205,7 +205,7 @@
<td
colspan=
"6"
>
<span
style=
"display:inline-block;width:60px;vertical-align:top;"
>
提示信息:
</span>
<span
style=
"display:inline-block;width:87%;"
:class=
"{'rq_disImNote':childItem.SupplierHotelStatus==1&&DateMinus(
subItem.UseTimeStr)<=5,'rq_importNote':childItem.SupplierHotelStatus==2&&DateMinus(subItem.UseTimeStr
)<=5}"
>
{{childItem.Remarks}}
</span>
:class=
"{'rq_disImNote':childItem.SupplierHotelStatus==1&&DateMinus(
getDateStr(childItem.SupplierHotelStatusTime))<=5,'rq_importNote':childItem.SupplierHotelStatus==2&&DateMinus(getDateStr(childItem.SupplierHotelStatusTime)
)<=5}"
>
{{childItem.Remarks}}
</span>
</td>
</tr>
</template>
...
...
@@ -239,6 +239,7 @@
</div>
</template>
<
script
>
import
moment
from
'moment'
export
default
{
data
()
{
return
{
...
...
@@ -284,7 +285,7 @@
LogsList
:
[],
queryLogMsg
:
{
pageIndex
:
1
,
pageSize
:
5
,
pageSize
:
1
5
,
currentPage
:
1
,
total
:
0
,
HotelId
:
0
,
...
...
@@ -340,7 +341,7 @@
if
(
this
.
dataList
&&
this
.
dataList
.
length
>
0
)
{
this
.
dataList
.
forEach
(
x
=>
{
if
(
x
.
HotelBookTimeStr
)
{
x
.
Numbers
=
5
-
this
.
DateMinus
(
x
.
HotelBookTimeStr
);
x
.
Numbers
=
5
-
this
.
DateMinus
(
x
.
HotelBookTimeStr
.
split
(
' '
)[
0
]
);
}
})
}
...
...
@@ -424,6 +425,9 @@
},
handleScroll
(){
this
.
top
=
document
.
documentElement
.
scrollTop
},
getDateStr
(
date
){
return
moment
(
date
).
format
(
"YYYY-MM-DD HH:mm:ss"
).
split
(
' '
)[
0
];
}
},
mounted
()
{
...
...
src/components/commonPage/commonHotelInfo.vue
View file @
a750f165
...
...
@@ -55,6 +55,15 @@
</td>
</tr>
</template>
<tfoot
v-if=
"showHotelObj.showBtnList"
>
<tr>
<td
colspan=
"7"
style=
"padding:10px 0"
>
<input
type=
"button"
class=
"normalBtn"
value=
"确定"
style=
"display:none;"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"暂定"
style=
"display:none;"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
/>
</td>
</tr>
</tfoot>
</table>
</template>
<
script
>
...
...
@@ -69,7 +78,7 @@
},
mounted
()
{
}
};
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
a750f165
...
...
@@ -514,7 +514,8 @@
showHotelObj
:{
showPrice
:
true
,
showPay
:
true
,
showZhan
:
true
showZhan
:
true
,
showBtnList
:
false
},
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
...
...
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