feat: mlogbupdate支持变更批号
This commit is contained in:
parent
1cb4128be2
commit
9df6294617
|
@ -834,7 +834,7 @@ class MlogbOutUpdateSerializer(CustomModelSerializer):
|
|||
model = Mlogb
|
||||
fields = "__all__"
|
||||
read_only_fields = EXCLUDE_FIELDS_BASE + ['mlog', 'mtask', 'wm_in', 'material_in', 'material_out',
|
||||
'count_use', 'count_break', 'count_pn_jgqbl', 'mlogbdefect', "qct", "batch", "count_json"]
|
||||
'count_use', 'count_break', 'count_pn_jgqbl', 'mlogbdefect', "qct", "count_json"]
|
||||
|
||||
# def create(self, validated_data):
|
||||
# material_out:Material = validated_data["material_out"]
|
||||
|
|
Loading…
Reference in New Issue