Commit 50716234 authored by 罗超's avatar 罗超

调整部分样式与功能

parent 35b8eb2a
......@@ -97,7 +97,7 @@ export default {
},
addBusiness() {
let $this = this;
this.MsgBus.$emit("addBusinessBoxOpen", $this.ID, 0, true);
this.MsgBus.$emit("addTicketOrderBoxOpen", $this.ID, 0, true);
},
guanlian() {},
jiechuguanlian() {},
......
......@@ -248,7 +248,7 @@ export default {
url: "",
showViewer: false,
dialogBusinessVisible: false,
dialogTicketOrderVisibleName: "新建商机",
dialogTicketOrderVisibleName: "新建机票订单",
dialogTicketOrderVisible: false,
CustomerId: 0,
ContactId: 0,
......@@ -311,7 +311,7 @@ export default {
this.MsgBus.$on("addTicketOrderBoxOpen", function(GuestId) {
$this.GuestId = GuestId;
$this.dialogTicketOrderVisible = true;
this.dialogTicketOrderVisibleName = "新建订单";
this.dialogTicketOrderVisibleName = "新建机票订单";
});
this.MsgBus.$on("closeTicketOrderDialogBox", function() {
$this.dialogTicketOrderVisible = false;
......
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