@@ -290,7 +290,7 @@
/deep/ .customer-tab .el-tabs__content {
padding: 0px !important;
- height: 459px;
-}
-/deep/ .customer-tab .el-tabs__content {
- height: 294px;
}
+///deep/ .customer-tab .el-tabs__content {
+//
+//}
.el-table /deep/ .cell{
height: auto;
line-height: 1.5;
diff --git a/src/views/modules/part/standardRoutingOperation.vue b/src/views/modules/part/standardRoutingOperation.vue
index 81fdf9e..f154b1c 100644
--- a/src/views/modules/part/standardRoutingOperation.vue
+++ b/src/views/modules/part/standardRoutingOperation.vue
@@ -133,6 +133,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
保存
关闭
@@ -215,6 +229,10 @@ export default {
setupLaborClassDesc: '',
setupCrewSize: '',
crewSize: '',
+ refDailyProduction: '',
+ refSpeed: '',
+ refTime: '',
+ refEfficiency: ''
},
// ======== 数据列表 ========
dataList: [],
@@ -742,10 +760,13 @@ export default {
setupCrewSize: 1,
crewSize: 1,
createBy: this.$store.state.user.name,
+ refDailyProduction: undefined,
+ refSpeed: undefined,
+ refTime: undefined,
+ refEfficiency: undefined
}
this.modalDisableFlag = false
this.modalFlag = true
- console.log(this.modalData)
},
/**
@@ -771,6 +792,10 @@ export default {
setupCrewSize: row.setupCrewSize,
crewSize: row.crewSize,
updateBy: this.$store.state.user.name,
+ refDailyProduction: row.refDailyProduction,
+ refSpeed: row.refSpeed,
+ refTime: row.refTime,
+ refEfficiency: row.refEfficiency
}
this.modalDisableFlag = true
this.modalFlag = true