控制cnc只能看到cnc产线;增加必填标识

This commit is contained in:
mgw
2024-03-27 10:26:46 +08:00
parent 75eb359c5a
commit f7f9cf1e43
3 changed files with 4 additions and 2 deletions

View File

@@ -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', {
// 你可以重写或者添加一些方法和属性