|
|
@ -17,18 +17,22 @@ |
|
|
|
<div class="titwu"><span>回款返利</span></div> |
|
|
|
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02"> |
|
|
|
<el-row style="border-top: 1px solid #e0e3eb"> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="6"> |
|
|
|
<div class="span-sty">分公司</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.useOrgName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="6"> |
|
|
|
<div class="span-sty">采购系统</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.purchaseSystemName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="6"> |
|
|
|
<div class="span-sty">品牌</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.brandName }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<div class="span-sty">款项名称</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.costTitleValue }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="6"> |
|
|
@ -117,6 +121,8 @@ |
|
|
|
<el-table :key="tableKey" :data="formobj.scmCollectionRebateVehs" :index="index" border style="width: 100%"> |
|
|
|
<el-table-column fixed width="80" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
|
<el-table-column prop="vinNo" label="车架号" align="center" /> |
|
|
|
<el-table-column prop="freight" label="运费" align="center" /> |
|
|
|
<el-table-column prop="topAmount" label="上装金额" align="center" /> |
|
|
|
<el-table-column prop="costPrice" label="厂家结算价" align="center" /> |
|
|
|
<el-table-column prop="estimateRebate" label="预计返利" align="center" /> |
|
|
|
</el-table> |
|
|
@ -148,6 +154,7 @@ export default { |
|
|
|
adjustmentRemarks: '', |
|
|
|
purchaseSystemSid: '', |
|
|
|
purchaseSystemName: '', |
|
|
|
costTitleValue: '', |
|
|
|
rebateTypeKey: '', |
|
|
|
rebateTypeValue: '', |
|
|
|
rebateName: '', |
|
|
@ -305,6 +312,7 @@ export default { |
|
|
|
adjustmentRemarks: '', |
|
|
|
purchaseSystemSid: '', |
|
|
|
purchaseSystemName: '', |
|
|
|
costTitleValue: '', |
|
|
|
rebateTypeKey: '', |
|
|
|
rebateTypeValue: '', |
|
|
|
rebateName: '', |
|
|
|