|
|
|
@ -79,10 +79,10 @@ |
|
|
|
</el-form> |
|
|
|
<!-- 卷生产时间统计产量报告 --> |
|
|
|
<el-form style="margin-top: 5px;"> |
|
|
|
<fieldset class="customer-fieldset" style="width: 320px; margin-top: -10px;"> |
|
|
|
<fieldset class="customer-fieldset" style="width: 320px; margin-top: 0px;"> |
|
|
|
<legend>{{labels.rollTimeSum}}</legend> |
|
|
|
<!-- 调机时间 --> |
|
|
|
<el-row style="margin-top: -10px;"> |
|
|
|
<el-row style="margin-top: 0px;"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item :label=labels.totalTuningTime > |
|
|
|
<el-input v-model="pageData.totalSetupTime" class="customer-input-color-red" readonly="readonly" style="width: 80px;" ></el-input> |
|
|
|
@ -125,9 +125,7 @@ |
|
|
|
</el-row> |
|
|
|
</fieldset> |
|
|
|
<!-- 产量报告 --> |
|
|
|
<fieldset class="customer-fieldset" |
|
|
|
style="margin-left: 325px; margin-top: -143px; width: 575px;"> |
|
|
|
|
|
|
|
<fieldset class="customer-fieldset" style="margin-left: 325px; margin-top: -165px; width: 575px;"> |
|
|
|
<legend>{{ labels.produceReport }}</legend> |
|
|
|
<!-- 开工时间 --> |
|
|
|
<el-row> |
|
|
|
|