Commit bbdf3052 authored by 吴春's avatar 吴春

提交修改分房信息

parent e8305e49
...@@ -928,8 +928,7 @@ ...@@ -928,8 +928,7 @@
Obj: {}, Obj: {},
SourceID: 0, SourceID: 0,
TCIDList: TCIDARR, TCIDList: TCIDARR,
TravelReplenish: this.$route.query.NewCombinationNum ? this.$route.query.NewCombinationNum : this TravelReplenish: this.$route.query.id,
.$routequery.id,
OtherType: 1 OtherType: 1
} }
this.$router.push({ this.$router.push({
...@@ -946,8 +945,7 @@ ...@@ -946,8 +945,7 @@
getzhuijiaList() { getzhuijiaList() {
this.apipost( this.apipost(
'Financial_post_GetTravelFinanceReplenishList', { 'Financial_post_GetTravelFinanceReplenishList', {
TravelReplenish: this.$route.query.NewCombinationNum ? this.$route.query.NewCombinationNum : this.$route TravelReplenish: this.$route.query.id
.query.id
}, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
</table> </table>
</li> </li>
<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_singleRoom()">
<input type="button" class="normalBtn" value="旅客名单下载" @click="exportExcel()"> <input type="button" class="normalBtn" value="旅客名单下载" @click="exportExcel()">
</li> </li>
...@@ -272,10 +273,11 @@ ...@@ -272,10 +273,11 @@
}, },
methods: { methods: {
// 确认酒店 // 确认酒店
querenHotel: function () { querenHotel: function (OpSureHouse) {
this.apipost( this.apipost(
"travel_get_UpdateOpSureHouse", { "travel_get_UpdateOpSureHouse", {
TCID: this.TCID TCID: this.TCID,
OpSureHouse:OpSureHouse
}, },
res => { res => {
if (res.data.resultCode == 1) { 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