liuhairui пре 1 година
родитељ
комит
a80e1ed0f3
1 измењених фајлова са 17 додато и 10 уклоњено
  1. 17 10
      src/view/yunyin/shengchanguanli/shebeiyunxing.vue

+ 17 - 10
src/view/yunyin/shengchanguanli/shebeiyunxing.vue

@@ -1059,11 +1059,12 @@
 						style="width: 100%;height: 70vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" >
 				<el-table-column type="selection" width="55" />
 				<!-- <el-table-column align="left" label="选择" prop="工单编号"  width="100"/> -->
-				<el-table-column fixed align="left" label="产品名称" prop="产品名称"  width="200"/>
+				<el-table-column fixed align="left" label="产品名称" prop="产品名称"  width="300"/>
 				<el-table-column fixed align="left" label="工序" prop="工序"  width="170"/>
 				<el-table-column fixed align="left" label="产量" prop="产量"  width="100"/>
 				<el-table-column align="left" label="千件工价" prop="千件工价"  width="85"/>
 				<el-table-column align="left" label="日定额" prop="日定额"  width="85"/>
+				<el-table-column align="left" label="流程单号" prop="num"  width="90"/>
 				<el-table-column align="left" label="补产标准" prop="补产标准"  width="85"/>
 				<el-table-column align="left" label="难度系数" prop="难度系数"  width="85"/>
 				<el-table-column align="left" label="印刷方式" prop="印刷方式"  width="85"/>
@@ -1098,15 +1099,16 @@
 				<el-table-column align="left" label="用户" prop="用户" width="210" />
 				<el-table-column align="left" label="更新时间" prop="更新时间" width="160" />
 			  </el-table>
+			  
 			  <el-table ref="multipleTable"
-							v-else
-							:show-overflow-tooltip="true"
-							@selection-change="selectionChange($event)"
-							:row-style="{ height: '20px' }" :row-class-name="totalClassName" :cell-class-name="tableDataCellClass"
-							:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
-							:header-cell-style="{ padding: '0px' }" @row-click="getUid" 
-							highlight-current-row="true" @row-dblclick="JPgytableDatadoubleClick"
-							style="width: 100%;height: 70vh" border tooltip-effect="dark" :data="JPgytableData" row-key="ID" >
+						v-else
+						:show-overflow-tooltip="true"
+						@selection-change="selectionChange($event)"
+						:row-style="{ height: '20px' }" :row-class-name="totalClassName" :cell-class-name="tableDataCellClass"
+						:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
+						:header-cell-style="{ padding: '0px' }" @row-click="getUid" 
+						highlight-current-row="true" @row-dblclick="JPgytableDatadoubleClick"
+						style="width: 100%;height: 70vh" border tooltip-effect="dark" :data="JPgytableData" row-key="ID" >
 					<el-table-column type="selection" width="55" />
 					<!-- <el-table-column fixed align="left" label="工单编号" prop="工单编号"  width="130"/> -->
 					<el-table-column  align="left" fixed label="产品名称" prop="产品名称"  width="300"/>
@@ -1117,6 +1119,7 @@
 					<el-table-column  align="left" label="计件箱数" prop="计件箱数"  width="90"/>
 					<el-table-column  align="left" label="每箱数量" prop="每箱数量"  width="90"/>
 					<el-table-column  align="left" label="日定额" prop="日定额"  width="80"/>
+					<el-table-column  align="left" label="流程单号" prop="num"  width="90"/>
 					<el-table-column  align="left" label="检验类型" prop="检验类型"  width="90"/>
 					<el-table-column  align="left" label="废品率系数" prop="废品率系数"  width="100"/>
 					<el-table-column  align="left" label="千件工价" prop="千件工价"  width="90"/>
@@ -1124,12 +1127,16 @@
 					<el-table-column  align="left" label="组员1" prop="组员1"  width="170"/>
 					<el-table-column  align="left" label="组员2" prop="组员2"  width="170"/>
 					<el-table-column  align="left" label="组员3" prop="组员3"  width="170"/>
+					<el-table-column  align="left" label="组员4" prop="组员4"  width="170"/>
+					<el-table-column  align="left" label="组员5" prop="组员5"  width="170"/>
+					<el-table-column  align="left" label="组员6" prop="组员6"  width="170"/>
+					<el-table-column  align="left" label="组员7" prop="组员7"  width="170"/>
 					<el-table-column  align="left" label="换膜补时" prop="换膜补时"  width="90"/>
 					<el-table-column  align="left" label="保养工时" prop="保养工时"  width="90"/>
 					<el-table-column  align="left" label="异常总工时" prop="异常总工时"  width="100"/>
 					<el-table-column  align="left" label="通电工时" prop="通电工时"  width="90"/>
 					<el-table-column  align="left" label="难度系数" prop="难度系数"  width="90"/>
-					<el-table-column  align="left" label="定额代号" prop="定额代号"  width="90"/>
+					<el-table-column  align="left" label="定额代号" prop="定额代号"  width="130"/>
 					<el-table-column  align="left" label="更新时间" prop="更新时间"  width="160"/>
 			  </el-table>
 			</el-tab-pane>