diff --git a/jikimo_frontend/static/src/js/custom_form_status_indicator.js b/jikimo_frontend/static/src/js/custom_form_status_indicator.js
index 10f4b07d..7db13b4b 100644
--- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js
+++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js
@@ -42,6 +42,8 @@ const filedRequiredList = {
// 制造大模块
'production_line_id': { multiple: false, noLabel: false },
'date_approve': { multiple: false, noLabel: false },
+ 'date_planned_start': { multiple: false, noLabel: false },
+ 'date_planned_finished': { multiple: false, noLabel: false },
}
patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', {
// 你可以重写或者添加一些方法和属性
diff --git a/sf_plan/views/view.xml b/sf_plan/views/view.xml
index 1e7ff0f6..68772142 100644
--- a/sf_plan/views/view.xml
+++ b/sf_plan/views/view.xml
@@ -71,7 +71,7 @@
-
+
diff --git a/sf_plan/wizard/action_plan_some.xml b/sf_plan/wizard/action_plan_some.xml
index 2c52658a..b659da03 100644
--- a/sf_plan/wizard/action_plan_some.xml
+++ b/sf_plan/wizard/action_plan_some.xml
@@ -6,7 +6,7 @@