|
|
|
@ -1,11 +1,11 @@ |
|
|
|
<template> |
|
|
|
<div class="customer-css"> |
|
|
|
<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"> |
|
|
|
<!-- 卷数量统计 班次信息 --> |
|
|
|
<fieldset class="customer-fieldset" style="width: 260px;"> |
|
|
|
<fieldset class="customer-fieldset" style="margin-top: -10px; width: 260px;"> |
|
|
|
<legend>数量</legend> |
|
|
|
<el-col :span="9" style="margin-left: 35px; margin-top: -8px;"> |
|
|
|
<el-form-item class="customer-item" label="总良品数量(PCS):" style="margin-top: -10px;"> |
|
|
|
|