|
|
@ -8,6 +8,12 @@ |
|
|
|
<el-button size="small" class="searchbtn" @click="clicksearchShow">{{ searchxianshitit }}</el-button> |
|
|
|
<div v-show="isSearchShow" class="search"> |
|
|
|
<el-form ref="listQueryform" :inline="true" :model="listQuery" label-width="100px" class="tab-header"> |
|
|
|
<el-form-item label="分公司"> |
|
|
|
<el-input v-model="listQuery.params.createOrgName" placeholder="" clearable/> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="采购系统"> |
|
|
|
<el-input v-model="listQuery.params.purchaseSystemName" placeholder="" clearable/> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="品牌"> |
|
|
|
<el-select v-model="listQuery.params.brandSid" placeholder="请选择" filterable clearable> |
|
|
|
<el-option v-for="item in brand_list" :key="item.sid" :label="item.brandName" :value="item.sid"/> |
|
|
@ -52,9 +58,9 @@ |
|
|
|
</div> |
|
|
|
<div class=""> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%;" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column fixed type="selection" align="center" width="50px"/> |
|
|
|
<el-table-column fixed label="序号" type="index" :index="indexMethod" align="center" width="80px"/> |
|
|
|
<el-table-column fixed label="操作" align="center" width="180px" > |
|
|
|
<el-table-column fixed type="selection" align="center" width="50" /> |
|
|
|
<el-table-column fixed label="序号" type="index" :index="indexMethod" align="center" width="80" /> |
|
|
|
<el-table-column fixed label="操作" align="center" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" :disabled="scope.row.state !== '0'" size="mini" @click="toEdit(scope.row)">编辑</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="toInfo(scope.row)">查看</el-button> |
|
|
@ -70,126 +76,32 @@ |
|
|
|
<span>{{ scope.row.onceCheckState == '1' ? '是' : scope.row.onceCheckState == '0' ? '否' : scope.row.onceCheckState == '2' ? '一次核对中' : '' }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="品牌" align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.brandName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="车型" align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.vehModelName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="车架号" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="厂家结算价" align="center" width="140"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.manufactorSettlementPrice }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="其中运费" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.freight }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="创建日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.createTime }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="返利类型" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.rebateTypeValue }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="返利名称" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.rebateName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="计算标准" align="center" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.calculationStandard }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="预计返利" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.estimateRebate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="其中预计费用" align="center" width="160"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.expectCost }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="所属年月" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.palceGenDate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="预提日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.withholdingDate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="上传日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.uploadDate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="上传金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.uploadMoney }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="二次上传日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.secondaryUploadDate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="二次上传金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.secondaryUploadMoney }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="待确定金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.stayDetermineMoney }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="费用" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.money }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="是否调整" align="center" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.isAdjustment }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="差异金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.diffAmount }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="调整金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.adjustmentMoney }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="调整说明" align="center" min-width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.adjustmentRemarks }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="备注" align="center" min-width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.remarks }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="createOrgName" label="分公司" align="center" width="150" /> |
|
|
|
<el-table-column prop="brandName" label="品牌" align="center" width="200" /> |
|
|
|
<el-table-column prop="purchaseSystemName" label="采购系统" align="center" width="140" /> |
|
|
|
<el-table-column prop="vehModelName" label="车型" align="center" width="200" /> |
|
|
|
<el-table-column prop="vinNo" label="车架号" align="center" width="150" /> |
|
|
|
<el-table-column prop="manufactorSettlementPrice" label="厂家结算价" align="center" width="140" /> |
|
|
|
<el-table-column prop="freight" label="其中运费" align="center" width="120" /> |
|
|
|
<el-table-column prop="createTime" label="创建日期" align="center" width="120" /> |
|
|
|
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="150" /> |
|
|
|
<el-table-column prop="rebateName" label="返利名称" align="center" width="150" /> |
|
|
|
<el-table-column prop="calculationStandard" label="计算标准" align="center" width="100" /> |
|
|
|
<el-table-column prop="estimateRebate" label="预计返利" align="center" width="120" /> |
|
|
|
<el-table-column prop="expectCost" label="其中预计费用" align="center" width="160" /> |
|
|
|
<el-table-column prop="palceGenDate" label="所属年月" align="center" width="120" /> |
|
|
|
<el-table-column prop="withholdingDate" label="预提日期" align="center" width="120" /> |
|
|
|
<el-table-column prop="uploadDate" label="上传日期" align="center" width="120" /> |
|
|
|
<el-table-column prop="uploadMoney" label="上传金额" align="center" width="120" /> |
|
|
|
<el-table-column prop="secondaryUploadDate" label="二次上传日期" align="center" width="120" /> |
|
|
|
<el-table-column prop="secondaryUploadMoney" label="二次上传金额" align="center" width="120" /> |
|
|
|
<el-table-column prop="stayDetermineMoney" label="待确定金额" align="center" width="120" /> |
|
|
|
<el-table-column prop="money" label="费用" align="center" width="120" /> |
|
|
|
<el-table-column prop="isAdjustment" label="是否调整" align="center" width="100" /> |
|
|
|
<el-table-column prop="diffAmount" label="差异金额" align="center" width="120" /> |
|
|
|
<el-table-column prop="adjustmentMoney" label="调整金额" align="center" width="120" /> |
|
|
|
<el-table-column prop="adjustmentRemarks" label="调整说明" align="center" min-width="200" /> |
|
|
|
<el-table-column prop="remarks" label="备注" align="center" min-width="200" /> |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
<div class="pages"> |
|
|
@ -337,6 +249,8 @@ export default { |
|
|
|
rebateName: '', |
|
|
|
rebateTypeKey: '', |
|
|
|
state: '', |
|
|
|
createOrgName: '', |
|
|
|
purchaseSystemName: '', |
|
|
|
vinNo: '', |
|
|
|
vehModelName: '', |
|
|
|
brandSid: '', |
|
|
@ -461,6 +375,8 @@ export default { |
|
|
|
rebateName: '', |
|
|
|
rebateTypeKey: '', |
|
|
|
state: '', |
|
|
|
createOrgName: '', |
|
|
|
purchaseSystemName: '', |
|
|
|
vinNo: '', |
|
|
|
vehModelName: '', |
|
|
|
brandSid: '', |
|
|
|