|
@@ -71,7 +71,7 @@ const gridColModel = {
|
71
|
71
|
{
|
72
|
72
|
index: 'ITEM_ID', name: 'itemId',
|
73
|
73
|
label: "품목번호",
|
74
|
|
- width: '8', fixed: false, align: 'center',
|
|
74
|
+ width: '11', fixed: false, align: 'center',
|
75
|
75
|
sortable: false, hidden: false
|
76
|
76
|
},
|
77
|
77
|
{
|
|
@@ -83,7 +83,7 @@ const gridColModel = {
|
83
|
83
|
{
|
84
|
84
|
index: 'UNIT', name: 'unit',
|
85
|
85
|
label: "단위",
|
86
|
|
- width: '8', fixed: false, align: 'center',
|
|
86
|
+ width: '7', fixed: false, align: 'center',
|
87
|
87
|
sortable: false, hidden: false
|
88
|
88
|
},
|
89
|
89
|
{
|
|
@@ -260,8 +260,8 @@ let listObj = {
|
260
|
260
|
var itemId = $(STOCKMNG01010_GRID_ID).jqGrid('getRowData', selectedIds[0]).itemId;
|
261
|
261
|
|
262
|
262
|
var args = {'brandId': brandId, 'whsId': whsId, 'location': location, 'itemId': itemId};
|
263
|
|
- fn_call_popup('biz', 'BIZPOP_PO_STOCK_PROC', '#ITP_ASIDE', function(rowDataPop) {
|
264
|
|
-
|
|
263
|
+ fn_call_popup('biz', 'BIZPOP_PO_STOCK_PROC', '#ITP_ASIDE', function() {
|
|
264
|
+ listObj.button.search(); // 조회
|
265
|
265
|
}, args, 'S');
|
266
|
266
|
},
|
267
|
267
|
clickStockHist: function() {
|