Commit 7091e61f authored by zhengke's avatar zhengke

no message

parent d038384c
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</el-col> </el-col>
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">客人姓名</span> <span class="font-size-12" style="padding-right: 10px">客人姓名</span>
<el-input size="mini" class="w210" v-model="msg.GusetName" placeholder="客人姓名" clearable <el-input size="mini" class="w210" v-model="msg.GuestName" placeholder="客人姓名" clearable
@keyup.enter.native="getList"></el-input> @keyup.enter.native="getList"></el-input>
</el-col> </el-col>
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 15,
OrderId:"",//订单id OrderId:"",//订单id
GusetName:"",//客人姓名 GuestName:"",//客人姓名
GuestId:"",//客人id GuestId:"",//客人id
StartCityName:"",//出发城市 StartCityName:"",//出发城市
EndCityName:"",//到达城市 EndCityName:"",//到达城市
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</el-col> </el-col>
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">客人姓名</span> <span class="font-size-12" style="padding-right: 10px">客人姓名</span>
<el-input size="mini" class="w210" v-model="msg.GusetName" placeholder="客人姓名" clearable <el-input size="mini" class="w210" v-model="msg.GuestName" placeholder="客人姓名" clearable
@keyup.enter.native="getList"></el-input> @keyup.enter.native="getList"></el-input>
</el-col> </el-col>
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 15,
OrderId:"",//订单id OrderId:"",//订单id
GusetName:"",//客人姓名 GuestName:"",//客人姓名
GuestId:"",//客人id GuestId:"",//客人id
StartCityName:"",//出发城市 StartCityName:"",//出发城市
EndCityName:"",//到达城市 EndCityName:"",//到达城市
......
...@@ -1246,6 +1246,7 @@ export default { ...@@ -1246,6 +1246,7 @@ export default {
margin-right: 10px; margin-right: 10px;
border-radius: 3px; border-radius: 3px;
padding: 2px 6px; padding: 2px 6px;
margin-bottom: 3px;
} }
.documents-left span:hover { .documents-left span:hover {
......
...@@ -1680,7 +1680,7 @@ ...@@ -1680,7 +1680,7 @@
} }
if (this.name == '编辑订单金额') { if (this.name == '编辑订单金额') {
this.width = "600px" this.width = "600px"
this.checkList = this.obj.OrderType.split(',') this.checkList = this.obj.OrderType&&this.obj.OrderType.split(',')
this.form = { this.form = {
TicketMoney:this.obj.TicketMoney, TicketMoney:this.obj.TicketMoney,
VisaMoney:this.obj.VisaMoney, VisaMoney:this.obj.VisaMoney,
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<el-input <el-input
size="mini" size="mini"
class="w210" class="w210"
v-model="msg.GusetName" v-model="msg.GuestName"
placeholder="客人姓名" placeholder="客人姓名"
clearable clearable
@clear="getList" @clear="getList"
...@@ -466,7 +466,7 @@ export default { ...@@ -466,7 +466,7 @@ export default {
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 15,
OrderId: "", //订单id OrderId: "", //订单id
GusetName: "", //客人姓名 GuestName: "", //客人姓名
GuestId: "", //客人id GuestId: "", //客人id
StartCityName: "", //出行概述 StartCityName: "", //出行概述
EnterID: "", //业务员id EnterID: "", //业务员id
......
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