|
@@ -10,6 +10,7 @@ let API_POP_GRID_LIST = '/api/store/pop-grid-list';
|
10
|
10
|
|
11
|
11
|
function itp_fn_BIZPOP_BRAND_STORE(parentPopFn, args, returnType) {
|
12
|
12
|
|
|
13
|
+ console.log(args);
|
13
|
14
|
let itp_BIZPOP_BRAND_STORE_param = {};
|
14
|
15
|
let itp_BIZPOP_BRAND_STORE_search = false;
|
15
|
16
|
|
|
@@ -20,8 +21,14 @@ function itp_fn_BIZPOP_BRAND_STORE(parentPopFn, args, returnType) {
|
20
|
21
|
$('#ITP_FORM_BIZPOP_BRAND_ID').val(fn_make_user_info.get('brandId'));
|
21
|
22
|
if(args) {
|
22
|
23
|
$('#ITP_FORM_BIZPOP_BRAND_STORE_NM').val(args.storeNm);
|
|
24
|
+
|
|
25
|
+ if (args.loanDvsn) {
|
|
26
|
+ $('#ITP_FORM_BIZPOP_LOAN_DVSN').val(args.loanDvsn);
|
|
27
|
+ }
|
23
|
28
|
}
|
24
|
29
|
|
|
30
|
+
|
|
31
|
+
|
25
|
32
|
$('#ITP_BIZPOP_BRAND_STORE').one('shown.bs.modal', function(e) {
|
26
|
33
|
itp_fn_jqgrid_resize(THIS_GIRD_ID, '#ITP_BIZPOP_BRAND_STORE_jqGrid_list', '');
|
27
|
34
|
itp_fn_fire_window_resize();
|
|
@@ -75,6 +82,8 @@ function itp_fn_BIZPOP_BRAND_STORE(parentPopFn, args, returnType) {
|
75
|
82
|
|
76
|
83
|
itp_fn_BIZPOP_BRAND_STORE_empty.push();
|
77
|
84
|
let param = $('#ITP_FORM_BIZPOP_BRAND_STORE').serializeObject();
|
|
85
|
+ console.log("=============");
|
|
86
|
+ console.log(param);
|
78
|
87
|
param.gridSize = 10;
|
79
|
88
|
|
80
|
89
|
$(THIS_GIRD_ID).jqGrid({
|