生产工单进度表设备状态问题

dev
qiuhongwu 6 months ago
parent 533c01edce
commit 29edaf9f95

@ -60,7 +60,7 @@
</template>
<template #default="{ row, $index }">
<el-form-item :prop="`${$index}[1]`" class="mb-0px!">
<el-input v-model="row[3]" style="width: 100%" placeholder="请输入不合格数量(数字)" :disabled="formData.ProductionStateList.openMock==0?true:false" />
<el-input v-model="row[4]" style="width: 100%" placeholder="请输入不合格数量(数字)" :disabled="formData.ProductionStateList.openMock==0?true:false" />
</el-form-item>
</template>
@ -71,7 +71,7 @@
</template>
<template #default="{ row, $index }">
<el-form-item :prop="`${$index}[1]`" class="mb-0px!">
<el-input v-model="row[3]" style="width: 100%" placeholder="请输入生产进度(数字)" :disabled="formData.ProductionStateList.openMock==0?true:false" />
<el-input v-model="row[5]" style="width: 100%" placeholder="请输入生产进度(数字)" :disabled="formData.ProductionStateList.openMock==0?true:false" />
</el-form-item>
</template>
@ -289,7 +289,7 @@
</template>
<template #default="{ row, $index }">
<el-form-item :prop="`${$index}[1]`" class="mb-0px!">
<el-input v-model="row[0]" style="width: 100%;!important" placeholder="请输入" :disabled="formData.ProductionStateList.openMock==0?true:false" />
<el-input v-model="row[0]" style="width: 100%;!important" placeholder="请输入设备名称" :disabled="formData.ProductionStateList.openMock==0?true:false" />
</el-form-item>
</template>
</el-table-column>

Loading…
Cancel
Save