Browse Source

结束派工单页面调整

master
Rui_Li 4 years ago
parent
commit
40a7b9e1a1
  1. 6
      src/views/modules/yieldReport/com_finish_schedule.vue

6
src/views/modules/yieldReport/com_finish_schedule.vue

@ -1,11 +1,11 @@
<template> <template>
<div class="customer-css"> <div class="customer-css">
<el-dialog :title="titleCon" v-drag v-bind="$attrs" v-on="$listeners" <el-dialog :title="titleCon" v-drag v-bind="$attrs" v-on="$listeners"
width="920px" style="height: 680px;" class="customer-dialog">
<el-form :inline="true" label-position="top" style="height: 550px;"
width="920px" style="height: 770px;" class="customer-dialog">
<el-form :inline="true" label-position="top" style="height: 635px;"
label-width="80px"> label-width="80px">
<!-- 卷数量统计 班次信息 --> <!-- 卷数量统计 班次信息 -->
<fieldset class="customer-fieldset" style="width: 260px;">
<fieldset class="customer-fieldset" style="margin-top: -10px; width: 260px;">
<legend>数量</legend> <legend>数量</legend>
<el-col :span="9" style="margin-left: 35px; margin-top: -8px;"> <el-col :span="9" style="margin-left: 35px; margin-top: -8px;">
<el-form-item class="customer-item" label="总良品数量(PCS):" style="margin-top: -10px;"> <el-form-item class="customer-item" label="总良品数量(PCS):" style="margin-top: -10px;">

Loading…
Cancel
Save