增加物料单位
This commit is contained in:
parent
996cfe5b5d
commit
bad2e501f7
|
@ -22,7 +22,10 @@ class Material(CommonAModel):
|
|||
)
|
||||
unit_choices =(
|
||||
('块', '块'),
|
||||
('套', '套')
|
||||
('套', '套'),
|
||||
('个', '个'),
|
||||
('m2', 'm2'),
|
||||
('瓶', '瓶')
|
||||
)
|
||||
name = models.CharField('物料名称', max_length=100, unique=True)
|
||||
number = models.CharField('编号', max_length=100, unique=True)
|
||||
|
|
Loading…
Reference in New Issue