|
@@ -161,7 +161,7 @@
|
|
|
type="feedQuantity"
|
|
type="feedQuantity"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
- <el-input size="mini" class="content_num" v-model="row.feedQuantity" placeholder="数量" />
|
|
|
|
|
|
|
+ <el-input size="mini" class="content_num" v-model="row.feedQuantity" placeholder="数量" :disabled="isDetails"/>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
@@ -184,7 +184,7 @@
|
|
|
type="feedQuantity"
|
|
type="feedQuantity"
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
- <el-input size="mini" v-model="row.extInfo.position" placeholder="位置" />
|
|
|
|
|
|
|
+ <el-input size="mini" v-model="row.extInfo.position" placeholder="位置" :disabled="isDetails"/>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|