Commit 821b126c authored by 黄奎's avatar 黄奎

页面修改

parent 68db259b
...@@ -662,7 +662,7 @@ ...@@ -662,7 +662,7 @@
<span style="color:rgb(71, 191, 140)">可售散客机票&nbsp; <span style="color:rgb(71, 191, 140)">可售散客机票&nbsp;
<span style="color:red;font-size:14px;font-weight:700;">{{item.CanSellTicketNum}}</span>&nbsp; <span style="color:red;font-size:14px;font-weight:700;">{{item.CanSellTicketNum}}</span>&nbsp;
</span>&nbsp;&nbsp; </span>&nbsp;&nbsp;
<a @click="closeAirticket(item.TCID)" style="cursor:pointer;color:red;text-decoration: underline;">关闭</a> <a @click="closeAirticket(item.TCID)" title="点击关闭可售机票" style="cursor:pointer;color:red;text-decoration: underline;">关闭</a>
</template> </template>
<template v-if="item.CanSellTicketNum==0"> <template v-if="item.CanSellTicketNum==0">
<span style="color:red;">已关闭散客机票</span>&nbsp;&nbsp; <span style="color:red;">已关闭散客机票</span>&nbsp;&nbsp;
...@@ -682,7 +682,7 @@ ...@@ -682,7 +682,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<a slot="reference" @click="clickAirticket(item)" style="cursor:pointer;color:rgb(71, 191, 140);text-decoration: underline;">开启</a> <a slot="reference" title="点击开启可售机票" @click="clickAirticket(item)" style="cursor:pointer;color:rgb(71, 191, 140);text-decoration: underline;">开启</a>
</el-popover> </el-popover>
</template> </template>
</div> </div>
...@@ -1152,6 +1152,8 @@ export default { ...@@ -1152,6 +1152,8 @@ export default {
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success("开启成功!"); this.Success("开启成功!");
this.updateAirticketObj.TCID=0;
this.updateAirticketObj.CanSellTicketNum=2;
this.getControlList(); this.getControlList();
} else { } else {
this.Error(res.data.data); this.Error(res.data.data);
......
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