แก้ไข op 324,3247,3248
This commit is contained in:
@@ -26,7 +26,7 @@ function rep_eva01_GetSearchParameter(fileType) {
|
||||
|
||||
function rep_eva01_FeedDataToSearchForm(data) {
|
||||
DropDownClearFormAndFeedWithDataOrg($("#s_rep_eva01_org_id"), data, "id", "external_name", "item_org_id", data.org_id);
|
||||
DropDownClearFormAndFeedWithData($("#s_rep_eva01_round_id"), data, "id_guid", "external_name", "item_round_id", data.id_guid);
|
||||
DropDownClearFormAndFeedWithData($("#s_rep_eva01_round_id"), data, "id", "external_name", "item_round_id", data.id_guid);
|
||||
}
|
||||
|
||||
function DropDownClearFormAndFeedWithDataOrg(d, result, x, y, z, i) {
|
||||
|
||||
@@ -26,7 +26,7 @@ function rep_eva02_GetSearchParameter(fileType) {
|
||||
|
||||
function rep_eva02_FeedDataToSearchForm(data) {
|
||||
DropDownClearFormAndFeedWithDataOrg($("#s_rep_eva02_org_id"), data, "id", "external_name", "item_org_id", data.org_id);
|
||||
DropDownClearFormAndFeedWithData($("#s_rep_eva02_round_id"), data, "id_guid", "external_name", "item_round_id", data.round_id);
|
||||
DropDownClearFormAndFeedWithData($("#s_rep_eva02_round_id"), data, "id", "external_name", "item_round_id", data.round_id);
|
||||
}
|
||||
|
||||
function DropDownClearFormAndFeedWithDataOrg(d, result, x, y, z, i) {
|
||||
|
||||
Reference in New Issue
Block a user