Commit 45abbd48 authored by 沈良进's avatar 沈良进

页面修改

parent 818e1f91
...@@ -4066,12 +4066,13 @@ ...@@ -4066,12 +4066,13 @@
this.Success("保存成功"); this.Success("保存成功");
this.initAddMsg(); this.initAddMsg();
this.getList(); this.getList();
this.addShow = false;
this.command = false;
this.isSubmit = true;
} else { } else {
this.Warning(res.data.message); this.isSubmit = true;
this.Error(res.data.message);
} }
this.addShow = false;
this.command = false;
this.isSubmit = true;
}, },
err => {} err => {}
); );
......
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
<span @click="offerAudit(item,2)"></span> <span @click="offerAudit(item,2)"></span>
</el-tooltip> </el-tooltip>
</span> </span>
<span class="openGroup opbdList" v-if="item.TravelState==3" style="display:none;"> <span class="openGroup opbdList" v-if="item.TravelState==3" >
<el-tooltip class="item" effect="dark" content="驳回重新调整" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" content="驳回重新调整" placement="top-start" popper-class="max-w250">
<span @click="refuseOffer(item)"></span> <span @click="refuseOffer(item)"></span>
</el-tooltip> </el-tooltip>
......
...@@ -1481,7 +1481,8 @@ ...@@ -1481,7 +1481,8 @@
QFlightDateEnd: this.QFlightDateEnd, QFlightDateEnd: this.QFlightDateEnd,
CreateBy: createBy, CreateBy: createBy,
AirTicketId: this.priceData.AirTicketId, AirTicketId: this.priceData.AirTicketId,
TCID: this.priceData.TCID TCID: this.priceData.TCID,
LineId:this.PostConfig.LineId
}; };
let that = this; let that = this;
......
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