Commit edbe0c2c authored by 沈良进's avatar 沈良进

优化

parent 89a8c06c
...@@ -483,6 +483,12 @@ ...@@ -483,6 +483,12 @@
style="display:inline-block;margin:0 5px;position:relative;top:-3px;">.</span>{{item.BusNumber}} style="display:inline-block;margin:0 5px;position:relative;top:-3px;">.</span>{{item.BusNumber}}
</div> </div>
</div> </div>
<div class="TC_TravelSalePlat clearfix" style="font-size: 11px;">
<span v-if="item.CustomerName">{{item.CustomerName}}
</span>
<span v-if="item.OfferPayType">({{item.OfferPayType}})
</span>
</div>
</div> </div>
</div> </div>
<div class="el-col" style="width:200px;"> <div class="el-col" style="width:200px;">
......
...@@ -772,11 +772,11 @@ ...@@ -772,11 +772,11 @@
</tr> </tr>
<tr> <tr>
<td class="CP_ComTitle2">审核备注</td> <td class="CP_ComTitle2">审核备注</td>
<td colspan="8"> <td colspan="7">
<el-input type="textarea" v-model="postConfig.AuditContent"></el-input> <el-input type="textarea" v-model="postConfig.AuditContent"></el-input>
</td> </td>
<td class="CP_ComTitle2">付款方式</td> <td class="CP_ComTitle2">付款方式</td>
<td colspan="4"> <td colspan="5">
<el-select style="width:100%" v-model="postConfig.OfferPayType" :placeholder="$t('pub.pleaseSel')" <el-select style="width:100%" v-model="postConfig.OfferPayType" :placeholder="$t('pub.pleaseSel')"
filterable> filterable>
<el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option> <el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option>
......
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