|
|
@ -115,6 +115,11 @@ |
|
|
|
<span>{{ scope.row.insideCode }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="车辆型号" align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.vehicleNo" clearable placeholder=""></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="排产数量" header-align="center" width="130"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.quantity" @keyup.native="scope.row.quantity = oninput(scope.row.quantity,2)" placeholder="" class="addinputw" clearable/> |
|
|
@ -379,7 +384,8 @@ export default { |
|
|
|
vehicleSid: e.modelSid, |
|
|
|
guidePrice: '', |
|
|
|
actualPay: '', |
|
|
|
actualSid: '' |
|
|
|
actualSid: '', |
|
|
|
vehicleNo: '' |
|
|
|
}) |
|
|
|
if (e.insideCode) { |
|
|
|
this.isRead = true |
|
|
|