Commit 95e9792a authored by liudong1993's avatar liudong1993

1

parent e525831e
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
} }
.statistics-box{ .statistics-box{
flex: 1; flex: 1;
padding: 10px 20px; padding: 7px 16px;
background-color: #DDDEE0; background-color: #DDDEE0;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
border-radius: 5px; border-radius: 5px;
margin-right: 10px; margin-right: 10px;
} }
...@@ -82,11 +81,6 @@ ...@@ -82,11 +81,6 @@
<el-input size="mini" class="w210" v-model="msg.GusetName" placeholder="请输入客人姓名" <el-input size="mini" class="w210" v-model="msg.GusetName" placeholder="请输入客人姓名"
@keyup.enter.native="getList"></el-input> @keyup.enter.native="getList"></el-input>
</el-col> </el-col>
<el-col :span="4">
<span class="font-size-12" style="padding-right: 10px">客人id</span>
<el-input size="mini" class="w210" v-model="msg.GuestId" placeholder="请输入客人id"
@keyup.enter.native="getList"></el-input>
</el-col>
<el-col :span="4"> <el-col :span="4">
<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.StartCityName" placeholder="请输入出发城市" <el-input size="mini" class="w210" v-model="msg.StartCityName" placeholder="请输入出发城市"
...@@ -98,7 +92,7 @@ ...@@ -98,7 +92,7 @@
@keyup.enter.native="getList"></el-input> @keyup.enter.native="getList"></el-input>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<span class="font-size-12" style="padding-right: 10px">业务员id</span> <span class="font-size-12" style="padding-right: 10px">业务员</span>
<el-input size="mini" class="w210" v-model="msg.EnterID" placeholder="请输入业务员id" <el-input size="mini" class="w210" v-model="msg.EnterID" placeholder="请输入业务员id"
@keyup.enter.native="getList"></el-input> @keyup.enter.native="getList"></el-input>
</el-col> </el-col>
......
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" />
<col width="100px"/> <col width="100px"/>
</colgroup> </colgroup>
<thead> <thead>
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
<th width="6.5%">待收</th> <th width="6.5%">待收</th>
<th width="6.5%">出票状态</th> <th width="6.5%">出票状态</th>
<th width="6.5%">订单状态</th> <th width="6.5%">订单状态</th>
<th width="6.5%">创建人</th>
<th width="100px">操作</th> <th width="100px">操作</th>
</tr> </tr>
</thead> </thead>
...@@ -54,7 +52,6 @@ ...@@ -54,7 +52,6 @@
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" />
<col width="100px"/> <col width="100px"/>
</colgroup> </colgroup>
<template> <template>
...@@ -71,7 +68,7 @@ ...@@ -71,7 +68,7 @@
</td> </td>
<td style="border:none">{{item.GuestCount}}</td> <td style="border:none">{{item.GuestCount}}</td>
<td style="border:none"> <td style="border:none">
{{item.StartCityName}} {{item.StartCityName}}->
{{item.EndCityName}} {{item.EndCityName}}
</td> </td>
<td style="border:none"> <td style="border:none">
...@@ -109,9 +106,6 @@ ...@@ -109,9 +106,6 @@
<span :style="{color: item.OrderStatus==1?'#02C499':''}">{{item.OrderStatus==1?"正常":"取消"}}</span> <span :style="{color: item.OrderStatus==1?'#02C499':''}">{{item.OrderStatus==1?"正常":"取消"}}</span>
</div> </div>
</td> </td>
<td style="border:none">
{{item.CreateByName}}
</td>
<td style="border:none;width:150px"> <td style="border:none;width:150px">
<div class="enedit-box"> <div class="enedit-box">
<el-tooltip <el-tooltip
...@@ -119,7 +113,7 @@ ...@@ -119,7 +113,7 @@
<i class="iconfont iconwenbenbianji cp" @click="editOrder(item)"></i> <i class="iconfont iconwenbenbianji cp" @click="editOrder(item)"></i>
</el-tooltip> </el-tooltip>
<div> <div>
<el-select style="width:130px" class="select-right" <el-select style="width:80px;" class="select-right"
clearable clearable
size="mini" size="mini"
v-model="item.More" placeholder="更多" v-model="item.More" placeholder="更多"
...@@ -137,7 +131,7 @@ ...@@ -137,7 +131,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td :colspan="8" style="height: 168px;text-align: left"> <td :colspan="8" style="height: 108px;text-align: left">
<div>备注:</div> <div>备注:</div>
<div class="remarks-b"> <div class="remarks-b">
<div v-if="item.Remark != null || item.Remark != ''"> <div v-if="item.Remark != null || item.Remark != ''">
...@@ -146,7 +140,7 @@ ...@@ -146,7 +140,7 @@
<span v-if="item.Remark == null || item.Remark == ''">暂无</span> <span v-if="item.Remark == null || item.Remark == ''">暂无</span>
</div> </div>
</td> </td>
<td :colspan="5" style="height: 168px;text-align: left"> <td :colspan="4" style="height: 108px;text-align: left">
<div class="documents-text"> <div class="documents-text">
<div class="documents-left"> <div class="documents-left">
<div>收入单据:</div> <div>收入单据:</div>
...@@ -238,9 +232,8 @@ ...@@ -238,9 +232,8 @@
return { return {
userInfo:{}, userInfo:{},
MoreList:[ MoreList:[
{Name:'编辑订单金额',Id:'5'},
{Name:'取消订单',Id:'1'}, {Name:'取消订单',Id:'1'},
{Name:'订单转',Id:'2'}, {Name:'订单转',Id:'2'},
{Name:'修改出票状态',Id:'4'}, {Name:'修改出票状态',Id:'4'},
{Name:'操作日志',Id:'3'}, {Name:'操作日志',Id:'3'},
], ],
...@@ -652,7 +645,7 @@ ...@@ -652,7 +645,7 @@
} }
.classorder .remarks-b { .classorder .remarks-b {
height: 94px; height: 34px;
background: #f0f5fb; background: #f0f5fb;
margin-top: 10px; margin-top: 10px;
padding: 15px; padding: 15px;
...@@ -765,6 +758,9 @@ ...@@ -765,6 +758,9 @@
color: rgb(41, 97, 254); color: rgb(41, 97, 254);
padding: 0; padding: 0;
} }
.documents-right {
margin-right: 20px;
}
.OrderId-text{ .OrderId-text{
font-weight: bold; font-weight: bold;
color: #2961fe; color: #2961fe;
......
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