Accept Merge Request #921: (feature/制造代码优化 -> develop)

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

Created By: @马广威
Accepted By: @马广威
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/921?initial=true
This commit is contained in:
马广威
2024-03-27 10:35:29 +08:00
committed by Coding
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', {
// 你可以重写或者添加一些方法和属性

View File

@@ -71,7 +71,7 @@
<field name="order_deadline"/>
<!-- <field name="process_time"/> -->
<field name="schedule_setting"/>
<field name="production_line_id"/>
<field name="production_line_id" domain="[('name', 'ilike', 'CNC')]"/>
<!-- Chatter -->

View File

@@ -6,7 +6,7 @@
<field name="arch" type="xml">
<form>
<group>
<field name="production_line_id"/>
<field name="production_line_id" domain="[('name', 'ilike', 'CNC')]"/>
</group>
<footer>
<button string="确认排程" name="action_plan_all" type="object" class="btn-primary"/>