From f7f9cf1e43798560227bd0b58682e80250942210 Mon Sep 17 00:00:00 2001
From: mgw <1392924357@qq.com>
Date: Wed, 27 Mar 2024 10:26:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6cnc=E5=8F=AA=E8=83=BD?=
=?UTF-8?q?=E7=9C=8B=E5=88=B0cnc=E4=BA=A7=E7=BA=BF=EF=BC=9B=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E5=BF=85=E5=A1=AB=E6=A0=87=E8=AF=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jikimo_frontend/static/src/js/custom_form_status_indicator.js | 2 ++
sf_plan/views/view.xml | 2 +-
sf_plan/wizard/action_plan_some.xml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
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 @@