|
|
@ -74,22 +74,22 @@ |
|
|
|
<el-table-column prop="freight" label="其中运费" align="center" width="100" /> |
|
|
|
<el-table-column prop="topAmount" label="上装" align="center" width="90" /> |
|
|
|
<el-table-column prop="estimateRebate" label="预计返利" align="center" width="100" /> |
|
|
|
<el-table-column label="其中待支付费用" align="center" width="300"> |
|
|
|
<el-table-column label="其中待支付费用" align="center" width="225"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.expectTreatCost" @keyup.native="scope.row.expectTreatCost = getNumber(scope.row.expectTreatCost, 2)" clearable placeholder="待支付的相关人员返利等"></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="其中抵顶费用" align="center" width="300"> |
|
|
|
<el-table-column label="其中抵顶费用" align="center" width="310"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.expectSuppCost" @keyup.native="scope.row.expectSuppCost = getNumber(scope.row.expectSuppCost, 2)" clearable placeholder="抵顶各种垫付款,例如垫付厂家人员房租"></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="抵顶费用说明" align="center" min-width="200"> |
|
|
|
<el-table-column label="抵顶费用说明" align="center" min-width="250"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.expectSuppRemark" clearable placeholder=""></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="备注" align="center" min-width="200"> |
|
|
|
<el-table-column label="备注" align="center" min-width="250"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.remarks" clearable placeholder=""></el-input> |
|
|
|
</template> |
|
|
|