|
|
@@ -2375,6 +2375,7 @@
|
|
|
? this.findHomemadeOption(row)
|
|
|
: null;
|
|
|
const detail = {
|
|
|
+ standardHours: row.standardHours||'',
|
|
|
executionEndTime: row.executionEndTime || undefined,
|
|
|
executionStartTime: row.executionStartTime || undefined,
|
|
|
executionTeamId:
|
|
|
@@ -3462,6 +3463,7 @@
|
|
|
this.$message.warning('请选择需要保存的工艺配置');
|
|
|
return;
|
|
|
}
|
|
|
+
|
|
|
if (!this.validateTaskRow(row, { checkSequence: false })) return;
|
|
|
|
|
|
const payload = this.buildSavePayload(this.isOrderScheduling ? 0 : 1);
|