Browse Source

재고관리

isna 2 years ago
parent
commit
39effffe54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_STOCK_PROC.js

+ 1 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_STOCK_PROC.js

@@ -95,7 +95,7 @@ var popPageObj = {
95
 	fnWhsList: function(fnCall) {
95
 	fnWhsList: function(fnCall) {
96
 		const brandIdVal = $('#ITP_FORM_PO_STOCK_PROC_POPUP_BRAND_ID').val();	
96
 		const brandIdVal = $('#ITP_FORM_PO_STOCK_PROC_POPUP_BRAND_ID').val();	
97
 		const storeIdVal = $('#ITP_FORM_PO_STOCK_PROC_POPUP_STORE_ID').val();
97
 		const storeIdVal = $('#ITP_FORM_PO_STOCK_PROC_POPUP_STORE_ID').val();
98
-		const param = {sbrandId: brandIdVal,sstoreId: storeIdVal, pagingYn: false};
98
+		const param = {sbrandId: brandIdVal,sstoreId: storeIdVal, swhsDvsn:storeIdVal?'W02':'W01', pagingYn: false};
99
 		
99
 		
100
 		fn_ajax_call(WHS_MNG_DETAIL_GRID_LIST, JSON.stringify(param), function(result) {
100
 		fn_ajax_call(WHS_MNG_DETAIL_GRID_LIST, JSON.stringify(param), function(result) {
101
 			
101