|
|
|
@ -154,13 +154,13 @@ |
|
|
|
<el-table-column label="工具数量" width="60" prop="toolQty" show-overflow-tooltip/> |
|
|
|
<el-table-column label="申请数量" width="70" prop="applyQty" show-overflow-tooltip> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入成本" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')" |
|
|
|
<el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')" |
|
|
|
style="width:98%"></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="工具成本" width="70" prop="standardCost" show-overflow-tooltip> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" |
|
|
|
<el-input v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入成本" |
|
|
|
style="width:98%"></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|