|
@@ -158,7 +158,7 @@
|
|
|
label="数量"
|
|
|
width="170">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input-number v-model="scope.row.cnt" :disabled="display" :min="1" style="width: 140px;"/>
|
|
|
+ <el-input-number v-model="scope.row.cnt" :disabled="display" :min="0" style="width: 140px;"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -354,7 +354,7 @@
|
|
|
materialId: item.materialId,
|
|
|
materialName: item.materialName,
|
|
|
specifications: item.specifications,
|
|
|
- cnt: item.cnt,
|
|
|
+ cnt: 0,
|
|
|
unitName: item.unitName,
|
|
|
notes: item.notes
|
|
|
})
|