Commit 7db7672b authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm into master

# Conflicts:
#	src/components/customerManage/orderList.vue
parents 56a0d4a5 b88e2eb4
......@@ -26,11 +26,10 @@
}
.statistics-box{
flex: 1;
padding: 10px 20px;
padding: 7px 16px;
background-color: #DDDEE0;
display: flex;
flex-wrap: wrap;
justify-content: center;
border-radius: 5px;
margin-right: 10px;
}
......@@ -82,11 +81,6 @@
<el-input size="mini" class="w210" v-model="msg.GusetName" placeholder="请输入客人姓名"
@keyup.enter.native="getList"></el-input>
</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">
<span class="font-size-12" style="padding-right: 10px">出发城市</span>
<el-input size="mini" class="w210" v-model="msg.StartCityName" placeholder="请输入出发城市"
......@@ -98,7 +92,7 @@
@keyup.enter.native="getList"></el-input>
</el-col>
<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"
@keyup.enter.native="getList"></el-input>
</el-col>
......
......@@ -5,7 +5,9 @@
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="12%" />
<col width="8.5%" />
<col width="6.5%" />
<col width="8.5%" />
<col width="6.5%" />
<col width="6.5%" />
<col width="6.5%" />
......@@ -13,18 +15,15 @@
<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"/>
</colgroup>
<thead>
<tr class="fix_th">
<th width="12%">单号</th>
<th width="6.5%">客人</th>
<th width="8.5%">客人</th>
<th width="6.5%">人数</th>
<th width="6.5%">起始城市</th>
<th width="8.5%">起始城市</th>
<th width="6.5%">应收</th>
<th width="6.5%">实收</th>
<th width="6.5%">退款</th>
......@@ -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="100px">操作</th>
</tr>
</thead>
......@@ -43,10 +41,9 @@
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="12%" />
<col width="8.5%" />
<col width="6.5%" />
<col width="6.5%" />
<col width="6.5%" />
<col width="6.5%" />
<col width="8.5%" />
<col width="6.5%" />
<col width="6.5%" />
<col width="6.5%" />
......@@ -71,7 +68,7 @@
</td>
<td style="border:none">{{item.GuestCount}}</td>
<td style="border:none">
{{item.StartCityName}}
{{item.StartCityName}}->
{{item.EndCityName}}
</td>
<td style="border:none">
......@@ -104,14 +101,11 @@
</p>
</td>
<td style="border:none">
<div style="background: rgba(2, 196, 153, 0.2);width: 80px;border-radius: 2px;text-align: center"
<div style="background: rgba(2, 196, 153, 0.2);width: 70px;border-radius: 2px;text-align: center"
:style="{background:item.OrderStatus==1?'rgba(2, 196, 153, 0.2)':'rgba(0, 0, 0, 0.2)'}">
<span :style="{color: item.OrderStatus==1?'#02C499':''}">{{item.OrderStatus==1?"正常":"取消"}}</span>
</div>
</td>
<td style="border:none">
{{item.CreateByName}}
</td>
<td style="border:none;width:150px">
<div class="enedit-box">
<el-tooltip
......@@ -119,7 +113,8 @@
<i class="iconfont iconwenbenbianji cp" @click="editOrder(item)"></i>
</el-tooltip>
<div>
<el-select style="width:130px" class="select-right"
<el-select style="width:80px;" class="select-right"
clearable
size="mini"
v-model="item.More" placeholder="更多"
......@@ -137,7 +132,7 @@
</td>
</tr>
<tr>
<td :colspan="8" style="height: 168px;text-align: left">
<td :colspan="8" style="height: 108px;text-align: left">
<div>备注:</div>
<div class="remarks-b">
<div v-if="item.Remark != null || item.Remark != ''">
......@@ -146,7 +141,7 @@
<span v-if="item.Remark == null || item.Remark == ''">暂无</span>
</div>
</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-left">
<div>收入单据:</div>
......@@ -238,7 +233,6 @@
return {
userInfo:{},
MoreList:[
{Name:'编辑订单金额',Id:'5'},
{Name:'取消订单',Id:'1'},
{Name:'订单转交',Id:'2'},
{Name:'修改出票状态',Id:'4'},
......@@ -630,7 +624,7 @@
}
.classorder .enrollTotalSearchTable tr td {
height: 66px;
height: 46px;
padding: 10px;
}
......@@ -652,7 +646,7 @@
}
.classorder .remarks-b {
height: 94px;
height: 34px;
background: #f0f5fb;
margin-top: 10px;
padding: 15px;
......@@ -765,7 +759,12 @@
color: rgb(41, 97, 254);
padding: 0;
}
.documents-right {
margin-right: 20px;
}
.OrderId-text{
font-size: 19px;
text-decoration:underline;
font-weight: bold;
color: #2961fe;
margin-bottom: 10px;
......
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