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
66754dfa
Commit
66754dfa
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
675a53d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
4 deletions
+25
-4
HotelWorkList.vue
src/components/Hotel/HotelWorkList.vue
+25
-4
No files found.
src/components/Hotel/HotelWorkList.vue
View file @
66754dfa
...
...
@@ -140,7 +140,9 @@
slot=
"reference"
class=
"w80"
style=
"white-space:nowrap;color:green;cursor:pointer;text-decoration:underline;"
@
click=
"outerVisible=true,GetClickItem(item.DateAllStr,scope.row.Hotel,childItem.TCID)"
>
{{
childItem
.
BookGroup
}}
</div>
{{
childItem
.
BookGroup
}}
</div>
<a
style=
"text-decoration:underline;color:red;cursor:pointer"
@
click=
"DeleteHotel(item.DateAllStr,scope.row.Hotel,childItem.TCID)"
>
删除
</a>
</
template
>
</template>
<
template
v-else
>
...
...
@@ -485,14 +487,33 @@
this
.
loading
=
false
;
});
},
DeleteHotel
(
DateAllStr
,
Hotel
,
TCID
)
{
var
that
=
this
;
var
nMsg
=
{
TCID
:
TCID
,
Hotel
:
Hotel
,
UseTime
:
DateAllStr
};
that
.
Confirm
(
"是否要删除该酒店?"
,
function
()
{
that
.
apipost
(
"journeyorder_post_DeleteWorkHotelOrderService"
,
nMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
res
.
data
.
message
);
that
.
getList
();
}
else
{
that
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{}
);
});
}
},
mounted
()
{
this
.
GetHotelList
();
this
.
msg
.
YearMonthStr
=
new
Date
().
Format
(
"yyyy-MM"
);
// this.msg.YearMonthStr="2019-10";
// this.msg.HotelChooseArray=[1489];
this
.
getProvinceList
(
651
,
1
);
//this.getBranchList();
this
.
initSupplier
();
this
.
getList
();
},
...
...
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