Browse Source

2025-10-17

结束卷页面调整
master
fengyuan_yang 3 months ago
parent
commit
88d17f4316
  1. 8
      src/views/modules/yieldReport/com_finish_roll.vue

8
src/views/modules/yieldReport/com_finish_roll.vue

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

Loading…
Cancel
Save