|
@@ -62,50 +62,7 @@ function itp_fn_BIZPOP_COL_STTMT_PRN(parentPopFn, args, returnType) {
|
62
|
62
|
itp_fn_BIZPOP_COL_STTMT_PRN_empty.push();
|
63
|
63
|
let param = {brandId: $('#ITP_FORM_ITP_BIZPOP_COL_STTMT_PRN_BRAND_ID').val(), colPickUnqNo: $('#ITP_FORM_ITP_BIZPOP_COL_STTMT_PRN_COL_STTMT_UNQ_NO').val() };
|
64
|
64
|
console.log(JSON.stringify(param));
|
65
|
|
-
|
66
|
|
- const gridColModel = {
|
67
|
|
- detail: [
|
68
|
|
- {
|
69
|
|
- index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
|
70
|
|
- label: '발주번호', //
|
71
|
|
- width: '10', fixed: false, align: 'center',
|
72
|
|
- sortable: false, hidden: false
|
73
|
|
- },
|
74
|
|
- {
|
75
|
|
- index: 'ITEM_ID', name: 'itemId',
|
76
|
|
- label: '품목번호', //
|
77
|
|
- width: '10', fixed: false, align: 'center',
|
78
|
|
- sortable: false, hidden: false
|
79
|
|
- },
|
80
|
|
- {
|
81
|
|
- index: 'ITEM_NM', name: 'itemNm',
|
82
|
|
- label: '품목명', //
|
83
|
|
- width: '10', fixed: false, align: 'center',
|
84
|
|
- sortable: false, hidden: false
|
85
|
|
- },
|
86
|
|
- {
|
87
|
|
- index: 'PODR_QTY', name: 'podrQty',
|
88
|
|
- label: '발주수량', //
|
89
|
|
- width: '5', fixed: false, align: 'center',
|
90
|
|
- sortable: false, hidden: false,
|
91
|
|
- formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
92
|
|
- },
|
93
|
|
- {
|
94
|
|
- index: 'COL_QTY', name: 'dlvQty',
|
95
|
|
- label: '납품서수량', //
|
96
|
|
- width: '5', fixed: false, align: 'center',
|
97
|
|
- sortable: false, hidden: false,
|
98
|
|
- formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
99
|
|
- },
|
100
|
|
- {
|
101
|
|
- index: 'EXPRY_DATE', name: 'expryDate',
|
102
|
|
- label: '유통기한', //
|
103
|
|
- width: '10', fixed: false, align: 'center',
|
104
|
|
- sortable: false, hidden: false
|
105
|
|
- }
|
106
|
|
- ]
|
107
|
|
- };
|
108
|
|
-
|
|
65
|
+
|
109
|
66
|
pageObj.call(param);
|
110
|
67
|
pageObj.button();
|
111
|
68
|
};
|
|
@@ -201,14 +158,14 @@ let pageObj = {
|
201
|
158
|
{
|
202
|
159
|
index: 'COL_REQ_QTY', name: 'colReqQty',
|
203
|
160
|
label: '수거요청수량', //
|
204
|
|
- width: '6', fixed: false, align: 'center',
|
|
161
|
+ width: '6', fixed: false, align: 'right',
|
205
|
162
|
sortable: false, hidden: false,
|
206
|
163
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
207
|
164
|
},
|
208
|
165
|
{
|
209
|
166
|
index: 'RODR_QTY', name: 'rodrQty',
|
210
|
167
|
label: '수거수량', //
|
211
|
|
- width: '5', fixed: false, align: 'center',
|
|
168
|
+ width: '5', fixed: false, align: 'right',
|
212
|
169
|
sortable: false, hidden: false,
|
213
|
170
|
formatter: 'integer', formatoptions: {thousandsSeparator: ','}
|
214
|
171
|
},
|