|
@@ -1408,6 +1408,7 @@ func (this *OilSupplierController) GetDictListByStatus() {
|
|
|
//customerSvc := svccustomer.GetCustomerService(utils.DBE)
|
|
//customerSvc := svccustomer.GetCustomerService(utils.DBE)
|
|
|
dictList["UnitRelation"] = dictSvc.GetKeyValueItems("UnitRelation")
|
|
dictList["UnitRelation"] = dictSvc.GetKeyValueItems("UnitRelation")
|
|
|
dictList["CompanyType"] = dictSvc.GetKeyValueItems("CompanyType")
|
|
dictList["CompanyType"] = dictSvc.GetKeyValueItems("CompanyType")
|
|
|
|
|
+ dictList["InOptions"] = dictSvc.GetKeyValueItems("InOptions")
|
|
|
var userEntity userRole.Base_User
|
|
var userEntity userRole.Base_User
|
|
|
userSvc.GetEntityById(this.User.Id, &userEntity)
|
|
userSvc.GetEntityById(this.User.Id, &userEntity)
|
|
|
dictList["Supervisers"] = userSvc.GetUserListByDepartmentId(this.User.AccCode, userEntity.Departmentid)
|
|
dictList["Supervisers"] = userSvc.GetUserListByDepartmentId(this.User.AccCode, userEntity.Departmentid)
|