|
@@ -118,10 +118,10 @@
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
- <div class="formControls col-6 col-sm-6 text-c">
|
|
|
+ <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
|
|
|
<table class="table table-border table-bg table-bordered">
|
|
|
<thead>
|
|
|
- <tr>
|
|
|
+ <tr class="text-c">
|
|
|
<th>联系人姓名</th>
|
|
|
<th>联系电话</th>
|
|
|
<th>职位/身份</th>
|
|
@@ -132,7 +132,7 @@
|
|
|
|
|
|
<#if listDockedContactInfo?? && (listDockedContactInfo?size > 0) >
|
|
|
<#list listDockedContactInfo as list>
|
|
|
- <tr>
|
|
|
+ <tr class="text-c">
|
|
|
<td>${list.contactName!''}</td>
|
|
|
<td>${list.contactPhone!''}</td>
|
|
|
<td>${list.contactType!''}</td>
|
|
@@ -158,10 +158,10 @@
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
- <div class="formControls col-6 col-sm-6 text-c">
|
|
|
+ <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
|
|
|
<table class="table table-border table-bg table-bordered">
|
|
|
<thead>
|
|
|
- <tr>
|
|
|
+ <tr class="text-c">
|
|
|
<th>渠道类别</th>
|
|
|
<th>渠道类型</th>
|
|
|
<th>渠道/平台名称</th>
|
|
@@ -172,7 +172,7 @@
|
|
|
|
|
|
<#if listChannelDivisionInfo?? && (listChannelDivisionInfo?size > 0) >
|
|
|
<#list listChannelDivisionInfo as list>
|
|
|
- <tr>
|
|
|
+ <tr class="text-c">
|
|
|
<td>
|
|
|
<#if list.channelCategory == 1 >电商</#if>
|
|
|
<#if list.channelCategory == 2 >特殊渠道</#if>
|
|
@@ -294,7 +294,7 @@
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
- <div class="formControls col-6 col-sm-6 text-c">
|
|
|
+ <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
|
|
|
<table class="table table-border table-bg table-bordered">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
@@ -390,7 +390,7 @@
|
|
|
<#--new ticketOpening start-->
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
- <div class="formControls col-6 col-sm-6 text-c">
|
|
|
+ <div class="formControls col-7 col-sm-7 text-c" style="margin-left: -10px;">
|
|
|
<table class="table table-border table-bg table-bordered">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
@@ -438,7 +438,7 @@
|
|
|
</div>
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
- <div class="formControls col-4 col-sm-4">
|
|
|
+ <div class="formControls col-4 col-sm-4" style="margin-left: -10px;">
|
|
|
<label>${customerBasicInfo.customerRemarks!''}</label>
|
|
|
</div>
|
|
|
</div>
|