forked from erp-dev/erp
feat: added type field into warehouse model
This commit is contained in:
@@ -39,7 +39,6 @@ class PlateOrderModelTestCase(TestCase):
|
||||
merchant=self.merchant,
|
||||
name='销售员',
|
||||
mobile='13800138000',
|
||||
job_type=basic_models.EmployeeTypeEnum.PRINTER,
|
||||
status=basic_models.EmployeeStatusEnum.ACTIVE
|
||||
)
|
||||
|
||||
@@ -47,7 +46,6 @@ class PlateOrderModelTestCase(TestCase):
|
||||
merchant=self.merchant,
|
||||
name='跟单员',
|
||||
mobile='13800138001',
|
||||
job_type=basic_models.EmployeeTypeEnum.ROLLING,
|
||||
status=basic_models.EmployeeStatusEnum.ACTIVE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user