设备效率OEE分析
This commit is contained in:
@@ -58,12 +58,12 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="工作时间(分钟):">
|
||||
<el-input v-model="form.run_times" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :min="0" :precision="0" v-model="form.run_times" style="width: 200px;"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="准备时间(分钟):">
|
||||
<el-input v-model="form.prepare_times" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :min="0" :precision="0" v-model="form.prepare_times" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -71,12 +71,12 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="故障时间(分钟):">
|
||||
<el-input v-model="form.error_times" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :min="0" :precision="0" v-model="form.error_times" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="工装调整时间(分钟):">
|
||||
<el-input v-model="form.adjust_times" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :precision="0" :min="0" v-model="form.adjust_times" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -84,12 +84,12 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="生产总量:">
|
||||
<el-input v-model="form.product_qty" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :min="0" :precision="2" v-model="form.product_qty" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="不合格数:">
|
||||
<el-input v-model="form.nok_qty" style="width: 200px;" />
|
||||
<el-input-number :controls="false" :min="0" :precision="2" v-model="form.nok_qty" style="width: 200px;" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user