Browse Source

车间报工部分样式

Lexie 1 year ago
parent
commit
b3963d20a3
1 changed files with 291 additions and 275 deletions
  1. 291 275
      src/view/performance/chejianbaogong.vue

+ 291 - 275
src/view/performance/chejianbaogong.vue

@@ -27,8 +27,8 @@
         <el-main>
 
 
-<div class="gva-search-box" style="overflow: hidden; padding: 0; margin-top:20px;display: flex;">
-			<div style="flex: 1; border: 0px magenta solid; margin: 0; padding: 0; margin-left: 20px; margin-top: 20px;">
+<div class="gva-search-box" style=" overflow: hidden; padding: 0; margin-top:20px;display: flex;">
+			<div style="flex: 1; border: 0px magenta solid; margin: 0; padding: 0; margin-left: 20px; margin-top: 20px; color: red;">
 <!--						  <el-form-item label="工单编号" prop="name">-->
 <!--							<el-row :gutter="24">-->
 <!--							  <el-col :span="6">-->
@@ -41,13 +41,13 @@
 <!--						  </el-form-item>-->
               <el-row :gutter="20">
                 <el-col :span="7">
-                  <el-form-item label="机台号" prop="id">
-                    <el-input v-model="formData.机台号"  placeholder="" />
+                  <el-form-item label="机台号" prop="id" >
+                    <el-input v-model="formData.机台号"  placeholder=""  />
                   </el-form-item>
                 </el-col>
                 <el-col :span="8">
                   <el-form-item label="工单编号" prop="id">
-                    <el-input v-model="formData.工单编号"  placeholder="" />
+                    <el-input v-model="formData.工单编号"  placeholder=""  />
                   </el-form-item>
                 </el-col>
                 <el-col :span="8">
@@ -86,7 +86,7 @@
 							<el-row :gutter="1">
 							  <!-- 循环生成 el-input 组件 -->
 							  <el-col v-for="i in 6" :span="4" :key="i">
-								<el-input v-model="formData[`sczl_name${i}`]"  placeholder="" />
+								<el-input v-model="formData[`sczl_name${i}`]"  placeholder="" class="red-input"/>
 							  </el-col>
 							</el-row>
 			</div>
@@ -114,7 +114,7 @@
 	   <el-table-column
 	     prop="completed"
 	     label="已完成板数"
-	     width="100"
+	     width="470"
 	   />
 	 </el-table>
 	</div>
@@ -126,23 +126,23 @@
 				<el-table ref="multipleTable"
 						:show-overflow-tooltip="true"
 						highlight-current-row="true"
-						:row-style="{ height: '20px' }"
-						:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
+						:row-style="{ height: '40px' }"
+						:cell-style="{ padding: '0px' }" :header-row-style="{ height: '40px' }"
 						:header-cell-style="{ padding: '0px' }"
 						@row-click="yjupdateCompanyFunc"
-						style="width: 100%;height: 330px" border tooltip-effect="dark" :data="sbzyData" row-key="ID" @selection-change="handleSelectionChange">
+						style="width: 100%;height: 330px;color:purple;font-weight: bold;" border tooltip-effect="dark" :data="sbzyData" row-key="ID" @selection-change="handleSelectionChange">
 <!--                <el-table-column type="selection" width="55" />-->
 				<!-- <el-table-column align="left" label="选择" prop="bh"  width="80"/> -->
-				<el-table-column align="left" sortable label="工单编号|质量信息" prop="工单编号|质量信息" width="145" />
-				<el-table-column align="left" sortable label="印件资料" prop="印件资料" width="240" />
-				<el-table-column align="left" sortable label="工序名称" prop="工序名称" width="100" />
-				<el-table-column align="left" sortable label="计划产量/已完成" prop="计划产量/已完成" width="130"/>
-				<el-table-column align="left" sortable label="装版时数" prop="装版时数" width="85"/>
-				<el-table-column align="left" sortable label="工序产能" prop="工序产能" width="85"/>
-				<el-table-column align="left" sortable label="计划工时" prop="计划工时" width="85"/>
+				<el-table-column align="left" sortable label="工单编号|质量信息" prop="工单编号|质量信息" width="165"/>
+				<el-table-column align="left" sortable label="印件资料" prop="印件资料" width="340" />
+				<el-table-column align="left" sortable label="工序名称" prop="工序名称" width="320" />
+				<el-table-column align="left" sortable label="计划产量/已完成" prop="计划产量/已完成" width="160"/>
+				<el-table-column align="left" sortable label="装版时数" prop="装版时数" width="120"/>
+				<el-table-column align="left" sortable label="工序产能" prop="工序产能" width="120"/>
+				<el-table-column align="left" sortable label="计划工时" prop="计划工时" width="120"/>
 				<el-table-column align="left" sortable label="计划生产时段" prop="计划生产时段" width="210" />
-				<el-table-column align="left" sortable label="排产备注" prop="排产备注" width="100" />
-				<el-table-column align="left" sortable label="产品名称" prop="产品名称" width="240" />
+				<el-table-column align="left" sortable label="排产备注" prop="排产备注" width="120" />
+				<el-table-column align="left" sortable label="产品名称" prop="产品名称" width="270" />
 			  </el-table>
 			</el-tab-pane>
 
@@ -150,13 +150,13 @@
                         <el-tab-pane label="班组人员及分配比例" @click="showTable('工艺资料')" name="second">
 						  <el-table ref="multipleTable"
 									:show-overflow-tooltip="true"
-									:row-style="{ height: '20px' }"
-									:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
+									:row-style="{ height: '40px' }"
+									:cell-style="{ padding: '0px' }" :header-row-style="{ height: '40px' }"
 									:header-cell-style="{ padding: '0px' }"
 									@row-dblclick="gyupdateCompanyFunc"
 									:row-class-name="rowClassStyle"
 									:cell-class-name="bzryplanUsageCellClass"
-									style="width: 100%;height: 400px" border tooltip-effect="dark" :data="FPData" row-key="ID" @selection-change="handleSelectionChange"
+									style="width: 100%;height: 400px;color:purple;font-weight: bold;" border tooltip-effect="dark" :data="FPData" row-key="ID" @selection-change="handleSelectionChange"
 									@row-click="clickybupdate">
 						   <el-table-column type="selection" label="选择" width="55" />
 							<el-table-column align="left" label="班组号" prop="班组号" width="80" />
@@ -164,7 +164,7 @@
 							<el-table-column align="left" label="组员2" prop="1" width="240" />
 							<el-table-column align="left" label="组员3" prop="2" width="240" />
 							<el-table-column align="left" label="组员4" prop="3" width="240" />
-							<el-table-column align="left" label="组员5" prop="4" width="100" />
+							<el-table-column align="left" label="组员5" prop="4" width="220" />
 							<el-table-column align="left" label="组员6" prop="5" width="100" />
 							<el-table-column align="left" label="组员7" prop="6" width="100" />
 							<el-table-column align="left" label="组员8" prop="7" width="100" />
@@ -177,11 +177,11 @@
                         <el-table ref="multipleTable"
                                   highlight-current-row="true"
                                   :show-overflow-tooltip="true"
-                                  :row-style="{ height: '20px' }"
-                                  :cell-style="{ padding: '0px'}" :header-row-style="{ height: '20px' }"
+                                  :row-style="{ height: '40px' }"
+                                  :cell-style="{ padding: '0px'}" :header-row-style="{ height: '40px' }"
                                   :header-cell-style="{ padding: '0px' }"
                                   @row-dblclick="ybupdateCompanyFunc"
-                                  style="width: 100%;height: 400px" border tooltip-effect="dark" :data="CLMXData" row-key="ID" @selection-change="handleSelectionChange"
+                                  style="width: 100%;height: 400px;color:purple;font-weight: bold;" border tooltip-effect="dark" :data="CLMXData" row-key="ID" @selection-change="handleSelectionChange"
                                   >
             <!--              <el-table-column type="selection" width="55" />-->
                           <el-table-column align="left" label="生产时段" prop="生产时间段"  width="180"/>
@@ -210,17 +210,17 @@
 
                         <el-tab-pane label="检验记录" @click="showTable('技术资料附件')" name="fourth">
                         <el-table ref="multipleTable"
-                                  :row-style="{ height: '20px' }"
-                                  :cell-style="{ padding: '0px'}" :header-row-style="{ height: '20px' }"
+                                  :row-style="{ height: '40px' }"
+                                  :cell-style="{ padding: '0px'}" :header-row-style="{ height: '40px' }"
                                   :header-cell-style="{ padding: '0px' }"
                                   :show-overflow-tooltip="true"
                                   highlight-current-row="true"
-                                  style="width: 100%;height: 400px" border tooltip-effect="dark" :data="JYData" row-key="ID" @selection-change="handleSelectionChange">
+                                  style="width: 100%;height: 400px;color:purple;font-weight: bold;" border tooltip-effect="dark" :data="JYData" row-key="ID" @selection-change="handleSelectionChange">
             <!--              <el-table-column type="selection" width="55" />-->
                           <el-table-column align="left" label="工单编号" prop="工单编号"  width="120"/>
                           <el-table-column align="left" label="印件号" prop="印件号" width="120" />
-                          <el-table-column align="left" label="工序名称" prop="工序名称" width="330" />
-                          <el-table-column align="left" label="检验项目" prop="检验项目" width="120"/>
+                          <el-table-column align="left" label="工序名称" prop="工序名称" width="430" />
+                          <el-table-column align="left" label="检验项目" prop="检验项目" width="1140"/>
                           <el-table-column
                              v-for="time in columnNames"
                              :key="time"
@@ -327,12 +327,12 @@
 		   style="font-size: 50px;font-weight: bold;" lock-scroll :before-close="closeDetailShow" title="机台班组维护" destroy-on-close>
             <div>
 			<el-table ref="multipleTable"
-			            :row-style="{ height: '20px' }"
-			            :cell-style="{ padding: '0px' ,color:'blue'}" :header-row-style="{ height: '20px' }"
+			            :row-style="{ height: '50px' }"
+			            :cell-style="{ padding: '0px' ,color:'blue'}" :header-row-style="{ height: '40px' }"
 			            :header-cell-style="{ padding: '0px' }"
 			            :show-overflow-tooltip="true"
 			            highlight-current-row="true" @row-click="BZhandle"
-			            style="width: 100%;height: 250px;margin-top: 0px;" border tooltip-effect="dark" 
+			            style="width: 100%;height: 300px;margin-top: 0px;font-weight: bold;" border tooltip-effect="dark" 
 						:data="bzData" row-key="ID" @selection-change="BZSelectionChange">
 			  <!-- <el-table-column type="selection" width="55" /> -->
 			  <el-table-column align="left" label="机台" prop="JTMC" width="70"/>
@@ -342,8 +342,8 @@
 					  <el-table-column align="left" label="组员3" prop="2" width="195"/>
 			  <el-table-column align="left" label="组员4" prop="3" width="195"/>
 			  <el-table-column align="left" label="组员5" prop="4" width="195"/>
-			  <el-table-column align="left" label="组员6" prop="5" width="100"/>
-			  <el-table-column align="left" label="组员7" prop="6" width="100"/>
+			  <el-table-column align="left" label="组员6" prop="5" width="195"/>
+			  <el-table-column align="left" label="组员7" prop="6" width="180"/>
 			  <el-table-column align="left" label="组员8" prop="7" width="100"/>
 			  <el-table-column align="left" label="组员9" prop="8" width="100"/>
 			  <el-table-column align="left" label="特殊组员" prop="9" width="100"/>
@@ -353,7 +353,7 @@
 
 
 
-            <div style="margin-top:100px;">
+            <div style="margin-top:100px;font-weight: bold;color:purple">
 			<el-row :gutter="20">
 			 <el-col :span="10">
 			   <el-form-item label="机台编号" prop="id">
@@ -376,8 +376,8 @@
 			   </el-form-item>
 			 </el-col>
 			</el-row>
-			<div style="display: flex;">
-			<div class="groupbox float-div" style="height: 17vh; width: 130vh;">
+			<div style="display: flex;font-weight: bold;color:purple">
+			<div class="groupbox float-div" style="height: 17vh; width: 130vh;font-weight: bold;color:purple;font-size: 2.5vh;">
 			    <span class="grouptitle">组员及分配比例</span>
 				<el-row :gutter="10" style="margin-top: 0px; height: 5vh;">
 								 <el-col :span="2">
@@ -479,12 +479,12 @@
 				  <el-input v-model="formData.qczl_NumDesc"  placeholder="11.0" />
 				</el-col> -->
 			  </el-row>
-			 <el-row :gutter="10" style="margin-top: 1px;">
+			 <el-row :gutter="10" style="margin-top: 1px;font-weight: bold;color:purple">
 			  				 <!-- <el-col :span="2">
 			  				   <span></span>
 			  				 </el-col> -->
 			  				<el-col :span="3">
-			  				  <el-input v-model="formDatas.name1" style="color:#00FF00" placeholder="" />
+			  				  <el-input v-model="formDatas.name1"  placeholder="" />
 			  				</el-col>
 			  				<el-col :span="3">
 			  				  <el-input v-model="formDatas.name2"  placeholder="" />
@@ -526,7 +526,7 @@
 			  				  <el-input v-model="formData.qczl_NumDesc"  placeholder="11.0" />
 			  				</el-col> -->
 			  </el-row>
-			  <el-row :gutter="10" style="margin-top: 1px;">
+			  <el-row :gutter="10" style="margin-top: 1px;font-weight: bold;color:purple">
 			  				 <!-- <el-col :span="2">
 			  				   <span></span>
 			  				 </el-col> -->
@@ -576,9 +576,9 @@
 			</div>
 			<div style="height: 50vh; width: 15vh;margin-top: 3vh;">
 				<el-button type="text"></el-button>
-				 <el-button style="margin-bottom: 1vh; width:15vh;background-color:cornflowerblue;" @click="addBz" >新         增</el-button>
-				 <el-button  style="margin-bottom: 1vh;width:15vh;background-color:cornflowerblue;" @click="selectBz" >更新当前班组</el-button>
-				 <el-button style="margin-bottom: 1vh;width:15vh;background-color:cornflowerblue;" @click="delBz" >删除当前班组</el-button>
+				 <el-button style="margin-bottom: 1vh; width:15vh;background-color:cornflowerblue;font-size: 1.5vh;font-weight: bold; color: purple;" @click="addBz" >新         增</el-button>
+				 <el-button  style="margin-bottom: 1vh;width:15vh;background-color:cornflowerblue;font-size: 1.5vh;font-weight: bold; color: purple;" @click="selectBz" >更新当前班组</el-button>
+				 <el-button style="margin-bottom: 1vh;width:15vh;background-color:cornflowerblue;font-size: 1.5vh;font-weight: bold; color: purple;" @click="delBz" >删除当前班组</el-button>
 			</div>
 			</div>
 			</div>
@@ -699,7 +699,7 @@
 		  title="设备点检记录"
 		  destroy-on-close
 		  fullscreen
-		  style="font-size: 50px;font-weight: bold;"
+		  style="font-size: 3.5vh;font-weight: bold;"
 		>
 		  <el-row :gutter="24" style="margin-bottom: 0px;margin-top: 0px;">
 		    <el-col :span="4" style="margin-bottom: 0px;margin-top: 0px;">
@@ -787,8 +787,8 @@
 		  </div>
 		  <template #footer>
 		    <div class="dialog-footer">
-		      <el-button @click="closedianjianDialog">关 闭</el-button>
-		      <el-button type="primary" @click="dianjianDialog">提 交</el-button>
+		      <el-button @click="closedianjianDialog"style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;">关 闭</el-button>
+		      <el-button type="primary" style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;"@click="dianjianDialog">提 交</el-button>
 		    </div>
 		  </template>
 		</el-dialog>
@@ -798,7 +798,7 @@
 		  title="制程检验记录"
 		  destroy-on-close
 		 fullscreen
-		 style="font-size: 50px;font-weight: bold;"
+		 style="font-size: 3.5vh;font-weight: bold;"
 		>
 		  <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
 		    <el-col :span="5" style="margin-top=0px; margin-bottom: 0px;">
@@ -833,7 +833,7 @@
 		    </el-col>
 		  </el-row>
 
-		  <div style="display: flex;">
+		  <div style="display: flex;margin-top: 20px;">
 		    <div style="flex: 0.1;">
 		      <el-aside width="25vh" style="margin: 0;">
 		        <div class="JKWTree-tree" style="height: 100%; border-right: 1px solid #ebeef5;">
@@ -852,7 +852,7 @@
 		              highlight-current-row="true"
 		              :show-overflow-tooltip="true"
 		              border
-		              style="width:70vh; height:310px;"
+		              style="width:140vh; height:310px;"
 		              :row-class-name="rowClassName"
 		          >
 		              <el-table-column prop="检验项目" label="检验项目" width="110" />
@@ -882,8 +882,8 @@
 		              </el-table-column>
 		              
 		              <el-table-column prop="检测方法" label="检测方法" width="90" />
-		              <el-table-column prop="检验频率" label="检验频率" width="150" />
-		              <el-table-column prop="相关标准" label="相关标准" width="180" />
+		              <el-table-column prop="检验频率" label="检验频率" width="200" />
+		              <el-table-column prop="相关标准" label="相关标准" width="600" />
 		          </el-table>
 		        </el-tab-pane>
 
@@ -923,8 +923,8 @@
 		  </div>
 		  <template #footer>
 		    <div v-if="zhichengstatus" class="dialog-footer">
-		      <el-button @click="closezhichengDialog">关 闭</el-button>
-		      <el-button type="primary" @click="zhichengDialog">提 交</el-button>
+		      <el-button @click="closezhichengDialog"style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;">关 闭</el-button>
+		      <el-button type="primary" @click="zhichengDialog"style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;">提 交</el-button>
 		    </div>
 		  </template>
 		</el-dialog>
@@ -1356,11 +1356,11 @@
 		  title="管理人员现场巡查记录"
 		  destroy-on-close
 		  fullscreen
-		  style="font-size: 50px;font-weight: bold;"
+		  style="font-size: 3.5vh;font-weight: bold;"
 		>
 		  <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
 		    <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
-		      <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
+		      <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px; color: red;">
 		        <el-input v-model="xunchaData.order"  placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
 		      </el-form-item>
 		    </el-col>
@@ -1416,7 +1416,7 @@
 
 		</el-row>
 
-		  <div style="display: flex;">
+		  <div style="display: flex; margin-top: 20px;">
 		    <div style="flex: 0.1;">
 		      <el-aside width="20vh" style="margin: 0;">
 		        <div class="JKWTree-tree" style="height: 100%; border-right: 1px solid #ebeef5;">
@@ -1503,8 +1503,8 @@
 
 		  <template #footer>
 		    <div class="dialog-footer">
-		      <el-button @click="closexunchaDialog">关 闭</el-button>
-		      <el-button type="primary" @click="xunchaDialog">提 交</el-button>
+		      <el-button @click="closexunchaDialog" style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;">关 闭</el-button>
+		      <el-button type="primary" style="height: 50px;width: 100px;font-size: 2.5vh;font-weight: bold;" @click="xunchaDialog">提 交</el-button>
 		    </div>
 		  </template>
 		</el-dialog>
@@ -1516,7 +1516,8 @@
 		  fullscreen
 		  style="font-size: 2vh;font-weight: bold;"
 		>
-		  <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
+		<div style="font-size: 1.5vh; font-weight: bold;color: red;">
+			<el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
 		          <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
 		          <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
 		            <el-input style="margin-top=0px; margin-bottom: 1px;" v-model="formData3.order" id="工单编号"  @keydown="ent($event, 'rate10', '工单编号', '产品名称')"  placeholder="" />
@@ -1533,7 +1534,6 @@
 			    <el-input v-model="formData3.gxmc" id="工序名称" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产品名称', '工序名称', '印件号')"  placeholder="" />
 			  </el-form-item>
 			  </el-col>
-
 		    </el-row>
 
 			<el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
@@ -1589,215 +1589,224 @@
 				 <el-col :span="3">
 			     </el-col>
 			    </el-row>
-
-
-
-			<el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
-			    <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
-			    </el-col>
-			    <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-			    <el-form-item label="产量" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-			      <el-input v-model="formData3.产量" id="产量" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')"  placeholder="" />
-			    </el-form-item>
-			    </el-col>
-				  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-form-item label="制程废品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-					<el-input v-model="formData3.制程废品" id="制程废品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')"  placeholder="" />
-				  </el-form-item>
-				  </el-col>
-				  <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-form-item label="制程次品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-					<el-input v-model="formData3.制程次品" id="制程次品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')"  placeholder="" />
-				  </el-form-item>
-				  </el-col>
-				  <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-form-item label="前工序废" prop="" style="margin-top=0px; margin-bottom: 1px;">
-				    <el-input v-model="formData3.前工序废" id="前工序废" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')"  placeholder="" />
-				  </el-form-item>
-				  </el-col>
-				<el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
-				<el-form-item label="来料异常" prop="" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-input v-model="formData3.来料异常" id="来料异常" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')"  placeholder="" />
-				</el-form-item>
-				</el-col>
-				<el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
-				<el-form-item label="联数" prop="" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-input v-model="formData3.Gy0_ls" id="联数" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')"   placeholder="" />
-				</el-form-item>
-				</el-col>
-				<el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
-				<el-form-item label="墨色" prop="" style="margin-top=0px; margin-bottom: 1px;">
-				  <el-input v-model="formData3.Gy0_ms" id="墨色" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')"   placeholder="" />
-				</el-form-item>
-				</el-col>
-			  </el-row>
-
-
-			  <el-row :gutter="20" style="margin-top=0px; margin-bottom: 1px;">
-			      <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-			      <el-form-item label="装版总时长" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-			        <el-input v-model="formData3.装版总时长" id="装版总时长" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')"   placeholder="" />
-			      </el-form-item>
-			      </el-col>
-			  	  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-			  	  <el-form-item label="打样总工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-			  		<el-input v-model="formData3.打样总工时" style="margin-top=0px; margin-bottom: 1px;" id="打样总工时"  @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')"  placeholder="" />
-			  	  </el-form-item>
-			  	  </el-col>
-			  	  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-			  	  <el-form-item label="通电工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-			  		<el-input v-model="formData3.通电工时" style="margin-top=0px; margin-bottom: 1px;" id="通电工时"  @keydown="ent($event, '打样总工时', '通电工时', '定额代号')"  placeholder="" />
-			  	  </el-form-item>
-			  	  </el-col>
-			    </el-row>
-
-
-				<el-row :gutter="20" style="margin-top=0px; margin-bottom: 1vh;">
-				    <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-				    <el-form-item label="定额代号" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-				      <el-input v-model="formData3.定额代号" id="定额代号" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')"  placeholder="" />
-				    </el-form-item>
-				    </el-col>
-					<el-col :span="8" style="margin-top=0px; margin-bottom: 1px;">
-					</el-col>
-					  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-					  <el-form-item label="码包" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-						<el-input v-model="formData3.码包" style="margin-top=0px; margin-bottom: 1px;" id="码包"  @keydown="ent($event, '定额代号', '码包', '主电表')"  placeholder="" />
-					  </el-form-item>
-					  </el-col>
-					  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-					  <el-form-item label="主电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-						<el-input v-model="formData3.主电表" style="margin-top=0px; margin-bottom: 1px;" id="主电表"  @keydown="ent($event, '码包', '主电表', '辅电表')"  placeholder="" />
-					  </el-form-item>
-					  </el-col>
-					  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
-					  <el-form-item label="辅电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
-						<el-input v-model="formData3.辅电表" id="辅电表" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')"  placeholder="" />
-					  </el-form-item>
-					  </el-col>
-				  </el-row>
-		  <div style="display: flex;">
-			  <div style="width: 131vh;">组员及分配比例</div>
-			  <div style="width: 13vh;">特殊组员</div>
-			  <div>拉料人员</div>
-		  </div>
-		  <el-row :gutter="10" style="margin-top: 1vh;">
-		  	 <el-col :span="2">
-		  	   <el-input v-model="formData3.sczl_bzdh" id="bzdh"  @keydown="ent($event, '辅电表', 'bzdh', 'bh1')"  placeholder="ZI00401" />
-		  	 </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_bh1" id="bh1"  @keydown="ent($event, 'bzdh', 'bh1', 'bh2')" @keyup.enter.native="getygsubmit($event, '1')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_bh2" id="bh2"  @keydown="ent($event, 'bh1', 'bh2', 'bh3')" @keyup.enter.native="getygsubmit($event, '2')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_bh3" id="bh3"  @keydown="ent($event, 'bh2', 'bh3', 'bh4')" @keyup.enter.native="getygsubmit($event, '3')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_bh4" id="bh4"  @keydown="ent($event, 'bh3', 'bh4', 'bh5')" @keyup.enter.native="getygsubmit($event, '4')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_bh5" id="bh5"  @keydown="ent($event, 'bh4', 'bh5', 'bh6')" @keyup.enter.native="getygsubmit($event, '5')"  placeholder="" />
-		     </el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh6" id="bh6"  @keydown="ent($event, 'bh5', 'bh6', 'bh7')" @keyup.enter.native="getygsubmit($event, '6')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh7" id="bh7"  @keydown="ent($event, 'bh6', 'bh7', 'bh8')" @keyup.enter.native="getygsubmit($event, '7')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh8" id="bh8"  @keydown="ent($event, 'bh7', 'bh8', 'bh9')" @keyup.enter.native="getygsubmit($event, '8')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh9" id="bh9"  @keydown="ent($event, 'bh8', 'bh9', 'bh10')" @keyup.enter.native="getygsubmit($event, '9')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh10" id="bh10"  @keydown="ent($event, 'bh9', 'bh10', 'bh11')" @keyup.enter.native="getygsubmit($event, '10')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_bh11" id="bh11"  @keydown="ent($event, 'bh10', 'bh11', 'name1')" @keyup.enter.native="getygsubmit($event, '11')"  placeholder="" />
-			</el-col>
-		   </el-row>
-
-
-
-		  <el-row :gutter="10" style="margin-top: 10px;">
-		  	 <el-col :span="2">
-
-		  	 </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_name1" id="name1"  @keydown="ent($event, 'bh11', 'name1', 'name2')"   placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_name2" id="name2"  @keydown="ent($event, 'name1', 'name2', 'name3')"   placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_name3" id="name3"  @keydown="ent($event, 'name2', 'name3', 'name4')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_name4" id="name4"  @keydown="ent($event, 'name3', 'name4', 'name5')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_name5" id="name5"  @keydown="ent($event, 'name4', 'name5', 'name6')"  placeholder="" />
-		     </el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name6" id="name6"  @keydown="ent($event, 'name5', 'name6', 'name7')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name7" id="name7"  @keydown="ent($event, 'name6', 'name7', 'name8')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name8" id="name8"  @keydown="ent($event, 'name7', 'name8', 'name9')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name9" id="name9"  @keydown="ent($event, 'name8', 'name9', 'name10')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name10" id="name10"  @keydown="ent($event, 'name9', 'name10', 'name11')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_name11" id="name11"  @keydown="ent($event, 'name10', 'name11', 'rate1')"  placeholder="" />
-			</el-col>
-		   </el-row>
-
-		  <el-row :gutter="10" style="margin-top: 10px;">
-		  	 <el-col :span="2">
-
-		  	 </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_rate1" id="rate1"  @keydown="ent($event, 'name11', 'rate1', 'rate2')"   placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_rate2" id="rate2"  @keydown="ent($event, 'rate1', 'rate2', 'rate3')"   placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_rate3" id="rate3"  @keydown="ent($event, 'rate2', 'rate3', 'rate4')"   placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_rate4" id="rate4"  @keydown="ent($event, 'rate3', 'rate4', 'rate5')"  placeholder="" />
-		     </el-col>
-		     <el-col :span="2">
-		       <el-input v-model="formData3.sczl_rate5" id="rate5"  @keydown="ent($event, 'rate4', 'rate5', 'rate6')"  placeholder="" />
-		     </el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_rate6" id="rate6"  @keydown="ent($event, 'rate5', 'rate6', 'rate7')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_rate7" id="rate7"  @keydown="ent($event, 'rate6', 'rate7', 'rate8')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_rate8" id="rate8"  @keydown="ent($event, 'rate7', 'rate8', 'rate9')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_rate9" id="rate9"  @keydown="ent($event, 'rate8', 'rate9', 'rate10')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			  <el-input v-model="formData3.sczl_rate10" id="rate10"  @keydown="ent($event, 'rate9', 'rate10', '工单编号')"  placeholder="" />
-			</el-col>
-			<el-col :span="2">
-			</el-col>
-		   </el-row>
+				</div>
+		  
+
+
+               <div style="margin-top: 20px;">
+               	<el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
+               				    <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
+               				    </el-col>
+               				    <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               				    <el-form-item label="产量" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               				      <el-input v-model="formData3.产量" id="产量" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')"  placeholder="" />
+               				    </el-form-item>
+               				    </el-col>
+               					  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               					  <el-form-item label="制程废品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               						<el-input v-model="formData3.制程废品" id="制程废品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')"  placeholder="" />
+               					  </el-form-item>
+               					  </el-col>
+               					  <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
+               					  <el-form-item label="制程次品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               						<el-input v-model="formData3.制程次品" id="制程次品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')"  placeholder="" />
+               					  </el-form-item>
+               					  </el-col>
+               					  <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
+               					  <el-form-item label="前工序废" prop="" style="margin-top=0px; margin-bottom: 1px;">
+               					    <el-input v-model="formData3.前工序废" id="前工序废" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')"  placeholder="" />
+               					  </el-form-item>
+               					  </el-col>
+               					<el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
+               					<el-form-item label="来料异常" prop="" style="margin-top=0px; margin-bottom: 1px;">
+               					  <el-input v-model="formData3.来料异常" id="来料异常" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')"  placeholder="" />
+               					</el-form-item>
+               					</el-col>
+
+               				  </el-row>
+               	
+               	
+               				  <el-row :gutter="20" style="margin-top=0px; margin-bottom: 1px;">
+								  <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
+								  </el-col>
+								  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+								  <el-form-item label="联数" prop="" style="margin-top=0px; margin-bottom: 1px;">
+								    <el-input v-model="formData3.Gy0_ls" id="联数" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')"   placeholder="" />
+								  </el-form-item>
+								  </el-col>
+								  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+								  <el-form-item label="墨色" prop="" style="margin-top=0px; margin-bottom: 1px;">
+								    <el-input v-model="formData3.Gy0_ms" id="墨色" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')"   placeholder="" />
+								  </el-form-item>
+								  </el-col>
+               				      <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               				      <el-form-item label="装版总时长" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               				        <el-input v-model="formData3.装版总时长" id="装版总时长" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')"   placeholder="" />
+               				      </el-form-item>
+               				      </el-col>
+               				  	  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               				  	  <el-form-item label="打样总工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               				  		<el-input v-model="formData3.打样总工时" style="margin-top=0px; margin-bottom: 1px;" id="打样总工时"  @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')"  placeholder="" />
+               				  	  </el-form-item>
+               				  	  </el-col>
+               				  	  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               				  	  <el-form-item label="通电工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               				  		<el-input v-model="formData3.通电工时" style="margin-top=0px; margin-bottom: 1px;" id="通电工时"  @keydown="ent($event, '打样总工时', '通电工时', '定额代号')"  placeholder="" />
+               				  	  </el-form-item>
+               				  	  </el-col>
+               				    </el-row>
+               	
+               	
+               					<el-row :gutter="20" style="margin-top=0px; margin-bottom: 1vh;">
+									<el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
+									</el-col>
+               					    <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
+               					    <el-form-item label="定额代号" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               					      <el-input v-model="formData3.定额代号" id="定额代号" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')"  placeholder="" />
+               					    </el-form-item>
+               					    </el-col>
+               						<el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               						</el-col>
+               						  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               						  <el-form-item label="码包" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               							<el-input v-model="formData3.码包" style="margin-top=0px; margin-bottom: 1px;" id="码包"  @keydown="ent($event, '定额代号', '码包', '主电表')"  placeholder="" />
+               						  </el-form-item>
+               						  </el-col>
+               						  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               						  <el-form-item label="主电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               							<el-input v-model="formData3.主电表" style="margin-top=0px; margin-bottom: 1px;" id="主电表"  @keydown="ent($event, '码包', '主电表', '辅电表')"  placeholder="" />
+               						  </el-form-item>
+               						  </el-col>
+               						  <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
+               						  <el-form-item label="辅电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
+               							<el-input v-model="formData3.辅电表" id="辅电表" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')"  placeholder="" />
+               						  </el-form-item>
+               						  </el-col>
+               					  </el-row>
+               	<div style="display: flex;">
+               				  <div style="width: 117vh;">组员及分配比例</div>
+               				  <div style="width: 11vh;">特殊组员</div>
+               				  <div style="">拉料人员</div>
+               	</div>
+               	<el-row :gutter="10" style="margin-top: 1vh;">
+               		 <el-col :span="2">
+               		   <el-input v-model="formData3.sczl_bzdh" id="bzdh"  @keydown="ent($event, '辅电表', 'bzdh', 'bh1')"  placeholder="ZI00401" />
+               		 </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_bh1" id="bh1"  @keydown="ent($event, 'bzdh', 'bh1', 'bh2')" @keyup.enter.native="getygsubmit($event, '1')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_bh2" id="bh2"  @keydown="ent($event, 'bh1', 'bh2', 'bh3')" @keyup.enter.native="getygsubmit($event, '2')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_bh3" id="bh3"  @keydown="ent($event, 'bh2', 'bh3', 'bh4')" @keyup.enter.native="getygsubmit($event, '3')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_bh4" id="bh4"  @keydown="ent($event, 'bh3', 'bh4', 'bh5')" @keyup.enter.native="getygsubmit($event, '4')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_bh5" id="bh5"  @keydown="ent($event, 'bh4', 'bh5', 'bh6')" @keyup.enter.native="getygsubmit($event, '5')"  placeholder="" />
+               	   </el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh6" id="bh6"  @keydown="ent($event, 'bh5', 'bh6', 'bh7')" @keyup.enter.native="getygsubmit($event, '6')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh7" id="bh7"  @keydown="ent($event, 'bh6', 'bh7', 'bh8')" @keyup.enter.native="getygsubmit($event, '7')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh8" id="bh8"  @keydown="ent($event, 'bh7', 'bh8', 'bh9')" @keyup.enter.native="getygsubmit($event, '8')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh9" id="bh9"  @keydown="ent($event, 'bh8', 'bh9', 'bh10')" @keyup.enter.native="getygsubmit($event, '9')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh10" id="bh10"  @keydown="ent($event, 'bh9', 'bh10', 'bh11')" @keyup.enter.native="getygsubmit($event, '10')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_bh11" id="bh11"  @keydown="ent($event, 'bh10', 'bh11', 'name1')" @keyup.enter.native="getygsubmit($event, '11')"  placeholder="" />
+               				</el-col>
+               	 </el-row>
+               	
+               	
+               	
+               	<el-row :gutter="10" style="margin-top: 10px;">
+               		 <el-col :span="2">
+               	
+               		 </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_name1" id="name1"  @keydown="ent($event, 'bh11', 'name1', 'name2')"   placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_name2" id="name2"  @keydown="ent($event, 'name1', 'name2', 'name3')"   placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_name3" id="name3"  @keydown="ent($event, 'name2', 'name3', 'name4')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_name4" id="name4"  @keydown="ent($event, 'name3', 'name4', 'name5')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_name5" id="name5"  @keydown="ent($event, 'name4', 'name5', 'name6')"  placeholder="" />
+               	   </el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name6" id="name6"  @keydown="ent($event, 'name5', 'name6', 'name7')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name7" id="name7"  @keydown="ent($event, 'name6', 'name7', 'name8')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name8" id="name8"  @keydown="ent($event, 'name7', 'name8', 'name9')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name9" id="name9"  @keydown="ent($event, 'name8', 'name9', 'name10')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name10" id="name10"  @keydown="ent($event, 'name9', 'name10', 'name11')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_name11" id="name11"  @keydown="ent($event, 'name10', 'name11', 'rate1')"  placeholder="" />
+               				</el-col>
+               	 </el-row>
+               	
+               	<el-row :gutter="10" style="margin-top: 10px;">
+               		 <el-col :span="2">
+               	
+               		 </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_rate1" id="rate1"  @keydown="ent($event, 'name11', 'rate1', 'rate2')"   placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_rate2" id="rate2"  @keydown="ent($event, 'rate1', 'rate2', 'rate3')"   placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_rate3" id="rate3"  @keydown="ent($event, 'rate2', 'rate3', 'rate4')"   placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_rate4" id="rate4"  @keydown="ent($event, 'rate3', 'rate4', 'rate5')"  placeholder="" />
+               	   </el-col>
+               	   <el-col :span="2">
+               	     <el-input v-model="formData3.sczl_rate5" id="rate5"  @keydown="ent($event, 'rate4', 'rate5', 'rate6')"  placeholder="" />
+               	   </el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_rate6" id="rate6"  @keydown="ent($event, 'rate5', 'rate6', 'rate7')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_rate7" id="rate7"  @keydown="ent($event, 'rate6', 'rate7', 'rate8')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_rate8" id="rate8"  @keydown="ent($event, 'rate7', 'rate8', 'rate9')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_rate9" id="rate9"  @keydown="ent($event, 'rate8', 'rate9', 'rate10')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				  <el-input v-model="formData3.sczl_rate10" id="rate10"  @keydown="ent($event, 'rate9', 'rate10', '工单编号')"  placeholder="" />
+               				</el-col>
+               				<el-col :span="2">
+               				</el-col>
+               	 </el-row>
+               </div>
+			
 
 		   <el-table
 		     tooltip-effect="dark"
@@ -4777,23 +4786,30 @@ const bzryplanUsageCellClass = ({row, column, rowIndex, columnIndex}) =>{
      width:150px;
      text-align:center;
      background-color:white}
+	 .gva-search-box{
+		font-size:1.5vh;
+		color:red;
+		font-weight: bold; 
+	 }
 	 .bt {
 	   margin-top: 1vh;
 	   margin-bottom: 10PX;
 	   height: 5vh;
 	   width: 11vh;
 	   font-size:1.5vh;
+	   color:black;
+	   font-weight: bold;
 	 }
 	  .gva-table-box{
 	   font-size: 15px;
 	}
+	.red-input input {
+	        color: red !important;
+	    }
 /* 选中某行时的背景色*/
 :deep(.el-table__body tr.current-row)>td {
   background: #ff80ff !important;
 }
-/*设备作业清单背景颜色*/
-:deep(.el-table__body .back-color-row) {
-  background: #ff80ff !important;
-}
+
 
 </style>