|
@@ -340,7 +340,7 @@ let mobPopObj = {
|
340
|
340
|
const brandIdVal = $('#ITP_FORM_MSTOCKMNG01010_POP_BRAND_ID').val();
|
341
|
341
|
const storeIdVal = $('#ITP_FORM_MSTOCKMNG01010_POP_STORE_ID').val();
|
342
|
342
|
const param = {sbrandId: brandIdVal, sstoreId: storeIdVal, pagingYn: false};
|
343
|
|
-
|
|
343
|
+ param.swhsDvsn = param.sstoreId ? 'W02' : 'W01';
|
344
|
344
|
fn_ajax_call(API_MOBILE_WHS_GRID_LIST, JSON.stringify(param), function(result) {
|
345
|
345
|
fn_make_select_whs(result.gridRows, 'ITP_FORM_MSTOCKMNG01010_POP_WHS_NM');
|
346
|
346
|
_this.locationList();
|