Commit c25ef27e authored by 黄奎's avatar 黄奎

样式修改

parent 821b126c
...@@ -669,11 +669,15 @@ ...@@ -669,11 +669,15 @@
<el-popover width="300" trigger="click" popper-class="TC_customerInfo"> <el-popover width="300" trigger="click" popper-class="TC_customerInfo">
<table> <table>
<tr> <tr>
<td style="width:190px;text-align:right;"> <td style="width:100px;text-align:right;height:30px;line-height:30px;">
可售机票数量: 可售机票数量:
</td> </td>
<td style="text-align:left;"> <td style="text-align:left;height:30px;line-height:30px;">
<el-input type="text" style="width:100px;" v-model="updateAirticketObj.CanSellTicketNum" maxlength="1" @keyup.native="checkInteger(updateAirticketObj,'CanSellTicketNum')"></el-input> <el-input type="text" style="width:100px;padding-left:5px;" v-model="updateAirticketObj.CanSellTicketNum" maxlength="1" @keyup.native="checkInteger(updateAirticketObj,'CanSellTicketNum')"></el-input>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center;height:10px;line-height:10px;">
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -1152,8 +1156,8 @@ export default { ...@@ -1152,8 +1156,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.TCID = 0;
this.updateAirticketObj.CanSellTicketNum=2; 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