Parcourir la source

BF: inoptions

yuedefeng il y a 6 ans
Parent
commit
e5f6a5c6d5

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

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