Bläddra i källkod

BF: inoptions

yuedefeng 6 år sedan
förälder
incheckning
e5f6a5c6d5
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

+ 1 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

@@ -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)