|
|
@ -277,6 +277,21 @@ |
|
|
min-width="100" |
|
|
min-width="100" |
|
|
label="实际入库数量"> |
|
|
label="实际入库数量"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column |
|
|
|
|
|
prop="remark" |
|
|
|
|
|
header-align="center" |
|
|
|
|
|
align="left" |
|
|
|
|
|
min-width="150" |
|
|
|
|
|
label="备注"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<span v-if="editBatchVisible"> |
|
|
|
|
|
<el-input v-model="scope.row.remark" clearable style="width: 98%;"></el-input> |
|
|
|
|
|
</span> |
|
|
|
|
|
<span v-else> |
|
|
|
|
|
<span>{{scope.row[scope.column.property]}}</span> |
|
|
|
|
|
</span> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
<!-- <el-table-column--> |
|
|
<!-- <el-table-column--> |
|
|
<!-- prop="inBatchNo"--> |
|
|
<!-- prop="inBatchNo"--> |
|
|
<!-- header-align="center"--> |
|
|
<!-- header-align="center"--> |
|
|
|