Commit bbdf3052 authored by 吴春's avatar 吴春

提交修改分房信息

parent e8305e49
......@@ -928,8 +928,7 @@
Obj: {},
SourceID: 0,
TCIDList: TCIDARR,
TravelReplenish: this.$route.query.NewCombinationNum ? this.$route.query.NewCombinationNum : this
.$routequery.id,
TravelReplenish: this.$route.query.id,
OtherType: 1
}
this.$router.push({
......@@ -946,8 +945,7 @@
getzhuijiaList() {
this.apipost(
'Financial_post_GetTravelFinanceReplenishList', {
TravelReplenish: this.$route.query.NewCombinationNum ? this.$route.query.NewCombinationNum : this.$route
.query.id
TravelReplenish: this.$route.query.id
},
res => {
if (res.data.resultCode == 1) {
......
......@@ -99,7 +99,8 @@
</table>
</li>
<li>
<input type="button" class="normalBtn" v-if="!allDIs" value="分房表确认" @click="querenHotel()">
<input type="button" class="normalBtn" v-if="!allDIs" value="分房表确认" @click="querenHotel(2)">
<input type="button" class="normalBtn" v-if="allDIs" value="取消分房表确认" @click="querenHotel(0)">
<input type="button" class="normalBtn" value="分房表下载" @click="exportExcel_singleRoom()">
<input type="button" class="normalBtn" value="旅客名单下载" @click="exportExcel()">
</li>
......@@ -272,10 +273,11 @@
},
methods: {
// 确认酒店
querenHotel: function () {
querenHotel: function (OpSureHouse) {
this.apipost(
"travel_get_UpdateOpSureHouse", {
TCID: this.TCID
TCID: this.TCID,
OpSureHouse:OpSureHouse
},
res => {
if (res.data.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment