fix: 添加mioitemw

This commit is contained in:
caoqianming 2024-12-31 08:50:23 +08:00
parent 7621be49b6
commit b50cbcbc92
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class MIOItemCreateSerializer(CustomModelSerializer):
class Meta:
model = MIOItem
fields = ['mio', 'warehouse', 'material',
'batch', 'count', 'assemb', 'is_testok']
'batch', 'count', 'assemb', 'is_testok', 'wproducts']
def create(self, validated_data):
mio = validated_data['mio']