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
9bf658c1
Commit
9bf658c1
authored
Jun 19, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a75ed14b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
3 deletions
+35
-3
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+35
-3
No files found.
src/components/Supplier/roomQuery2.vue
View file @
9bf658c1
...
...
@@ -89,7 +89,7 @@
<template
v-for=
"(childItem,childIndex) in subItem.HotelOrderList"
>
<tr>
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*
2:subItem.HotelOrderList.length+1
"
:rowspan=
"subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*
3:subItem.HotelOrderList.length+2
"
style=
"text-align:center;"
>
第
{{
subIndex
+
1
}}
天
<br
/>
{{
subItem
.
UseTimeStr
}}
...
...
@@ -121,12 +121,39 @@
</tr>
<tr>
<td
colspan=
"4"
>
<span
style=
"display:inline-block;width:40px;vertical-align:top;"
>
备注
:
</span>
<span
style=
"display:inline-block;width:40px;vertical-align:top;"
>
提示信息
:
</span>
<span
style=
"display:inline-block;width:400px;"
>
{{childItem.Remarks}}
</span></td>
</tr>
<tr>
<td>
提醒等级
</td>
<td>
<el-select
class=
'w135 sel'
v-model=
'childItem.SupplierToDmcHotelStatus'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
'请选择'
:value=
'0'
></el-option>
<el-option
label=
'一般提醒'
:value=
'1'
></el-option>
<el-option
label=
'重要提醒'
:value=
'2'
></el-option>
</el-select>
</td>
<td>
对地接备注
</td>
<td>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'childItem.SupplierToDmcRemarks'
>
</el-input>
</td>
</tr>
</template>
</tbody>
</template>
<tfoot>
<tr>
<td
colspan=
"5"
>
<input
type=
"button"
value=
"保存"
@
click=
"saveSupplierjourneyorder"
class=
"normalBtn SaveR_Btn"
/>
</td>
</tr>
</tfoot>
</table>
<a
class=
"hotelLink"
slot=
"reference"
@
click=
"getHotelList(item.TCID,item.NewCombinationNum)"
>
酒店使用情况
</a>
...
...
@@ -137,7 +164,7 @@
<table>
<tr>
<td
class=
"SP_RemarkTitle"
>
备注:
对地接
备注:
</td>
<td>
<el-input
class=
'w320 SupplierRemarks'
v-model=
'RemarkObj.SupplierToDmcRemarks'
type=
'textarea'
></el-input>
...
...
@@ -239,6 +266,11 @@
// this.queryLogMsg.total = res.data.data.count;
// }
// }, err => {})
},
//保存信息
saveSupplierjourneyorder
()
{
},
getList
()
{
this
.
loading
=
true
;
...
...
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