Browse Source

출하수거관리 html 수정중

whakdo963 2 years ago
parent
commit
fe5c75cf66

+ 27 - 20
src/main/webapp/app/inoutmng/INOUTMNG01010.html

@@ -20,35 +20,42 @@
20
 								
20
 								
21
 									<div class="form-group">
21
 									<div class="form-group">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
23
-											<select id="ITP_FORM_INOUTMNG01010_SEARCH_DLV_REQ_DT" class="form-control itp_input" name="serviceDlvReqDt">
24
-												<option value="A">납품요청일*</option>											
23
+											<select id="ITP_FORM_INOUTMNG01010_SEARCH_" class="form-control itp_input" name="serviceDlvReqDt">
24
+												<option value="A">납품요청일</option>											
25
 											</select>
25
 											</select>
26
 										</div>
26
 										</div>
27
 										<div class="col-xs-3 itp_ip itp_noMar">
27
 										<div class="col-xs-3 itp_ip itp_noMar">
28
 											<div class="input-daterange input-group date">
28
 											<div class="input-daterange input-group date">
29
-												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="">
29
+												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
30
 												<span class="input-group-addon itp_date_to">~</span>
30
 												<span class="input-group-addon itp_date_to">~</span>
31
-												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="">
31
+												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
32
 											</div>
32
 											</div>
33
 										</div>
33
 										</div>
34
-										
35
-										<div class="col-xs-2 itp_ip itp_noMar">
36
-											<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_SSHMT_WHS_NM" class="form-control itp_input" name="sshmtWhsNm" placeholder="출고창고" />
37
-											<input type="hidden" id="ITP_FORM_INOUTMNG01010_SEARCH_SSHMTWHS_ID" class="form-control itp_input" name="sshmtWhsId"  />
34
+										<div class="col-xs-3 itp_ip itp_noMar">
35
+											<div class="input-group">
36
+												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_SSHMT_WHS_NM" class="form-control itp_input" name="sshmtWhsNm" placeholder="출고창고" readonly/>
37
+												<input type="hidden" id="ITP_FORM_INOUTMNG01010_SEARCH_SSHMTWHS_ID" class="form-control itp_input" name="sshmtWhsId"  />
38
+												<span class="input-group-btn">
39
+													<button id="ITP_FORM_INOUTMNG01010_DELETE_SHMT_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
40
+												</span>
41
+											</div>
38
 										</div>
42
 										</div>
39
 										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
43
 										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
40
 											<button type="button" id="ITP_FORM_INOUTMNG01010_SEARCH_SHMT_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
44
 											<button type="button" id="ITP_FORM_INOUTMNG01010_SEARCH_SHMT_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
41
-											<button type="button" id="ITP_FORM_INOUTMNG01010_DELETE_SHMT_WHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
42
 						                </div>
45
 						                </div>
43
 									</div>
46
 									</div>
44
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
47
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
45
-										<div class="col-xs-2 itp_ip itp_noMar">
46
-											<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품매장창고" />
47
-											<input type="hidden" id="ITP_FORM_INOUTMNG01010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId" placeholder="납품창고" />
48
+										<div class="col-xs-3 itp_ip itp_noMar">
49
+											<div class="input-group">
50
+												<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품매장창고" readonly/>
51
+												<input type="hidden" id="ITP_FORM_INOUTMNG01010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId" placeholder="납품창고" />
52
+												<span class="input-group-btn">
53
+													<button id="ITP_FORM_INOUTMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
54
+												</span>
55
+											</div>
48
 										</div>
56
 										</div>
49
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
57
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
50
 											<button type="button" id="ITP_FORM_INOUTMNG01010_SEARCH_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
58
 											<button type="button" id="ITP_FORM_INOUTMNG01010_SEARCH_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
51
-											<button type="button" id="ITP_FORM_INOUTMNG01010_DELETE_WHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
52
 						                </div>
59
 						                </div>
53
 										<div class="col-xs-4 itp_ip itp_noMar">
60
 										<div class="col-xs-4 itp_ip itp_noMar">
54
 											<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
61
 											<input type="text" id="ITP_FORM_INOUTMNG01010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
@@ -74,8 +81,7 @@
74
 								<input type="hidden" id="ITP_FORM_INOUTMNG01010_DETAIL_" name="" value="">
81
 								<input type="hidden" id="ITP_FORM_INOUTMNG01010_DETAIL_" name="" value="">
75
 								<input type="hidden" id="ITP_FORM_INOUTMNG01010_DETAIL_BRAND_ID" class="form-control itp_input" name="brandId" />
82
 								<input type="hidden" id="ITP_FORM_INOUTMNG01010_DETAIL_BRAND_ID" class="form-control itp_input" name="brandId" />
76
 								<section class="itp_form_sec">
83
 								<section class="itp_form_sec">
77
-									<h4 class="itp_form_tit">출하지시 기본정보</h4>
78
-									<div class="itp_form_in">
84
+									<div class="itp_form_in border-top">
79
 										<div class="form-group">
85
 										<div class="form-group">
80
 											<label class="col-xs-2 itp_lb">브랜드</label>
86
 											<label class="col-xs-2 itp_lb">브랜드</label>
81
 											<div class="col-xs-4 itp_ip">
87
 											<div class="col-xs-4 itp_ip">
@@ -85,12 +91,14 @@
85
 											</div>
91
 											</div>
86
 											<label class="col-xs-2 itp_lb">납품일자 *</label>
92
 											<label class="col-xs-2 itp_lb">납품일자 *</label>
87
 											<div class="col-xs-4 itp_ip">
93
 											<div class="col-xs-4 itp_ip">
88
-												<div class="input-daterange input-group date">
89
-													<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_SCH_DT" class="form-control itp_input" name="dlvSchDt" value="">
94
+												<div class="col-xs-7 itp_in">
95
+													<div class="input-daterange input-group date">
96
+														<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_SCH_DT" class="form-control itp_input" name="dlvSchDt" value="" readonly>
97
+													</div>
90
 												</div>
98
 												</div>
91
 											</div>
99
 											</div>
92
 										</div>
100
 										</div>
93
-										<div class="form-group border">
101
+										<div class="form-group">
94
 											<label class="col-xs-2 itp_lb">납품담당자 *</label>
102
 											<label class="col-xs-2 itp_lb">납품담당자 *</label>
95
 											<div class="col-xs-4 itp_ip">
103
 											<div class="col-xs-4 itp_ip">
96
 												<div class="col-xs-7 itp_in">
104
 												<div class="col-xs-7 itp_in">
@@ -110,11 +118,10 @@
110
 						</div>
118
 						</div>
111
 					</div>
119
 					</div>
112
 					<div class="itp_table fix">
120
 					<div class="itp_table fix">
113
-						<div class="itp_table_head fix" style="background:#f5f5f5;">
121
+						<div class="itp_table_head fix" style="background:#fff;">
114
 							<h4 class="itp_table_tit">출하지시 품목</h4>
122
 							<h4 class="itp_table_tit">출하지시 품목</h4>
115
 						</div>
123
 						</div>
116
 						<div id="ITP_INOUTMNG01010_DETAIL_jqGrid_list" class="itp_tb_list">
124
 						<div id="ITP_INOUTMNG01010_DETAIL_jqGrid_list" class="itp_tb_list">
117
-							<div id="ITP_INOUTMNG01010_DETAIL_jqGridView" class="itp_views fix"></div>
118
 							<table id="ITP_INOUTMNG01010_DETAIL_jqGrid"></table>
125
 							<table id="ITP_INOUTMNG01010_DETAIL_jqGrid"></table>
119
 							<div id="ITP_INOUTMNG01010_DETAIL_jqGridPager"></div>
126
 							<div id="ITP_INOUTMNG01010_DETAIL_jqGridPager"></div>
120
 							<div id="ITP_INOUTMNG01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
127
 							<div id="ITP_INOUTMNG01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 22 - 12
src/main/webapp/app/inoutmng/INOUTMNG02010.html

@@ -17,22 +17,28 @@
17
 								<input type="hidden" id="ITP_FORM_INOUTMNG02010_SEARCH_BRAND_ID" name="sbrandId" value="">
17
 								<input type="hidden" id="ITP_FORM_INOUTMNG02010_SEARCH_BRAND_ID" name="sbrandId" value="">
18
 									<div class="form-group">
18
 									<div class="form-group">
19
 										<div class="col-xs-2 itp_ip itp_noMar">
19
 										<div class="col-xs-2 itp_ip itp_noMar">
20
-                                            <label>출하일자 *</label>
20
+                                            <select id="ITP_FORM_INOUTMNG02010_SEARCH_" class="form-control itp_input" name="serviceDlvReqDt">
21
+												<option value="A">출하일자</option>											
22
+											</select>
21
 										</div>
23
 										</div>
22
 										<div class="col-xs-3 itp_ip itp_noMar">
24
 										<div class="col-xs-3 itp_ip itp_noMar">
23
 											<div class="input-daterange input-group date">
25
 											<div class="input-daterange input-group date">
24
-												<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="">
26
+												<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
25
 												<span class="input-group-addon itp_date_to">~</span>
27
 												<span class="input-group-addon itp_date_to">~</span>
26
-												<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="">
28
+												<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
27
 											</div>
29
 											</div>
28
 										</div>
30
 										</div>
29
-										<div class="col-xs-2 itp_ip itp_noMar">
30
-											<input type="text" id="ITP_FORM_INOUTMNG02010_DETAIL_SHMT_WHS_NM" class="form-control itp_input" name="sshmtWhsNm" placeholder="출하창고" readonly/>
31
-											<input type="hidden" id="ITP_FORM_INOUTMNG02010_DETAIL_SHMT_WHS_ID" class="form-control itp_input" name="sshmtWhsId" />
31
+										<div class="col-xs-3 itp_ip itp_noMar">
32
+											<div class="input-group">
33
+												<input type="text" id="ITP_FORM_INOUTMNG02010_DETAIL_SHMT_WHS_NM" class="form-control itp_input" name="sshmtWhsNm" placeholder="출하창고" readonly/>
34
+												<input type="hidden" id="ITP_FORM_INOUTMNG02010_DETAIL_SHMT_WHS_ID" class="form-control itp_input" name="sshmtWhsId" />
35
+												<span class="input-group-btn">
36
+													<button id="ITP_BTN_INOUTMNG02010_DELETE_SHMT_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
37
+												</span>
38
+											</div>
32
 										</div>
39
 										</div>
33
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
40
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
34
 											<button type="button" id="ITP_BTN_INOUTMNG02010_SEARCH_SHMT_WHS_ID" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
41
 											<button type="button" id="ITP_BTN_INOUTMNG02010_SEARCH_SHMT_WHS_ID" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
-											<button type="button" id="ITP_BTN_INOUTMNG02010_DELETE_SHMT_WHS_NM" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
36
 						                </div>
42
 						                </div>
37
 									</div>
43
 									</div>
38
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
44
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
@@ -41,13 +47,17 @@
41
 												<option value="">출하상태</option>											
47
 												<option value="">출하상태</option>											
42
 											</select>
48
 											</select>
43
 										</div>
49
 										</div>
44
-										<div class="col-xs-2 itp_ip itp_noMar">
45
-											<input type="text" id="ITP_FORM_INOUTMNG02010_DETAIL_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장" />
46
-											<input type="hidden" id="ITP_FORM_INOUTMNG02010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId" />
50
+										<div class="col-xs-3 itp_ip itp_noMar">
51
+											<div class="input-group">
52
+												<input type="text" id="ITP_FORM_INOUTMNG02010_DETAIL_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장" readonly/>
53
+												<input type="hidden" id="ITP_FORM_INOUTMNG02010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId" />
54
+												<span class="input-group-btn">
55
+													<button id="ITP_BTN_INOUTMNG02010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
56
+												</span>
57
+											</div>
47
 										</div>
58
 										</div>
48
-										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
59
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
49
 											<button type="button" id="ITP_BTN_INOUTMNG02010_SEARCH_WHS_ID" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
60
 											<button type="button" id="ITP_BTN_INOUTMNG02010_SEARCH_WHS_ID" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
50
-											<button type="button" id="ITP_BTN_INOUTMNG02010_DELETE_WHS_ID" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
51
 						                </div>
61
 						                </div>
52
 										<div class="col-xs-4 itp_ip itp_noMar">
62
 										<div class="col-xs-4 itp_ip itp_noMar">
53
 											<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
63
 											<input type="text" id="ITP_FORM_INOUTMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />

+ 13 - 2
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -47,13 +47,15 @@ const gridColModel = {
47
 		{
47
 		{
48
 			index: 'BRAND_NM', name: 'brandNm',
48
 			index: 'BRAND_NM', name: 'brandNm',
49
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
49
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
50
-			width: '10', fixed: false, align: 'center',
50
+			width: '10', fixed: false, align: 'left',
51
+			minwidth: 100,
51
 			sortable: false, hidden: false
52
 			sortable: false, hidden: false
52
 		},
53
 		},
53
 		{
54
 		{
54
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
55
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
55
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
56
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
56
 			width: '10', fixed: false, align: 'center',
57
 			width: '10', fixed: false, align: 'center',
58
+			minwidth: 140,
57
 			sortable: false, hidden: false
59
 			sortable: false, hidden: false
58
 		},
60
 		},
59
 		{
61
 		{
@@ -66,12 +68,14 @@ const gridColModel = {
66
 			index: 'ITEM_ID', name: 'itemId',
68
 			index: 'ITEM_ID', name: 'itemId',
67
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
69
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
68
 			width: '10', fixed: false, align: 'center',
70
 			width: '10', fixed: false, align: 'center',
71
+			minwidth: 140,
69
 			sortable: false, hidden: false
72
 			sortable: false, hidden: false
70
 		},
73
 		},
71
 		{
74
 		{
72
 			index: 'ITEM_NM', name: 'itemNm',
75
 			index: 'ITEM_NM', name: 'itemNm',
73
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
76
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
74
 			width: '10', fixed: false, align: 'left',
77
 			width: '10', fixed: false, align: 'left',
78
+			minwidth: 100,
75
 			sortable: false, hidden: false
79
 			sortable: false, hidden: false
76
 		},
80
 		},
77
 		{
81
 		{
@@ -84,6 +88,7 @@ const gridColModel = {
84
 			index: 'WHS_NM', name: 'whsNm',
88
 			index: 'WHS_NM', name: 'whsNm',
85
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
89
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
86
 			width: '15', fixed: false, align: 'left',
90
 			width: '15', fixed: false, align: 'left',
91
+			minwidth: 220,
87
 			sortable: false, hidden: false
92
 			sortable: false, hidden: false
88
 		},
93
 		},
89
 		{
94
 		{
@@ -96,6 +101,7 @@ const gridColModel = {
96
 			index: 'UNIT_AMT', name: 'unitAmt',
101
 			index: 'UNIT_AMT', name: 'unitAmt',
97
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
102
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
98
 			width: '6', fixed: false, align: 'right',
103
 			width: '6', fixed: false, align: 'right',
104
+			minwidth: 80,
99
 			sortable: false, hidden: false,
105
 			sortable: false, hidden: false,
100
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
106
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
101
 		},
107
 		},
@@ -124,6 +130,7 @@ const gridColModel = {
124
 			index: 'EXPRY_YN', name: 'expryYn',
130
 			index: 'EXPRY_YN', name: 'expryYn',
125
 			label: ITP_MSG_LOCALE.label.expryYn, //유통기한여부
131
 			label: ITP_MSG_LOCALE.label.expryYn, //유통기한여부
126
 			width: '10', fixed: false, align: 'center',
132
 			width: '10', fixed: false, align: 'center',
133
+			minwidth: 100,
127
 			sortable: false, hidden: false
134
 			sortable: false, hidden: false
128
 		},
135
 		},
129
 		{
136
 		{
@@ -151,6 +158,7 @@ const gridColModel = {
151
 			index: 'DLV_REQ_DT', name: 'dlvReqDt',
158
 			index: 'DLV_REQ_DT', name: 'dlvReqDt',
152
 			label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
159
 			label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
153
 			width: '10', fixed: false, align: 'center',
160
 			width: '10', fixed: false, align: 'center',
161
+			minwidth: 100,
154
 			sortable: false, hidden: false
162
 			sortable: false, hidden: false
155
 		},
163
 		},
156
 		{
164
 		{
@@ -168,7 +176,8 @@ const gridColModel = {
168
 		{
176
 		{
169
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
177
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
170
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
178
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
171
-			width: '10', fixed: false, align: 'center',
179
+			width: '10', fixed: false, align: 'left',
180
+			minwidth: 220,
172
 			sortable: false, hidden: false
181
 			sortable: false, hidden: false
173
 		}
182
 		}
174
 	],
183
 	],
@@ -451,6 +460,8 @@ let pageObj = {
451
 		});
460
 		});
452
 		if(mode == 'LIST') { // 목록
461
 		if(mode == 'LIST') { // 목록
453
 			$('#ITP_AJAX_INOUTMNG01010_LIST_CONTAINER').show();
462
 			$('#ITP_AJAX_INOUTMNG01010_LIST_CONTAINER').show();
463
+			$('#ITP_FORM_INOUTMNG01010_DELETE_SHMT_WHS_NM').show();
464
+			$('#ITP_FORM_INOUTMNG01010_DELETE_WHS_NM').show();
454
 			fn_show_btn_auth_array(['#ITP_BTN_INOUTMNG01010_SRH', '#ITP_BTN_INOUTMNG01010_OUC']);
465
 			fn_show_btn_auth_array(['#ITP_BTN_INOUTMNG01010_SRH', '#ITP_BTN_INOUTMNG01010_OUC']);
455
 			$('#ITP_FORM_INOUTMNG01010_DETAIL_SBRAND_ID').val(fn_make_user_info.get('brandId'));
466
 			$('#ITP_FORM_INOUTMNG01010_DETAIL_SBRAND_ID').val(fn_make_user_info.get('brandId'));
456
 		} else if(mode == 'DETAIL') { // 출하지시 상세
467
 		} else if(mode == 'DETAIL') { // 출하지시 상세

+ 18 - 8
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG02010.js

@@ -31,30 +31,34 @@ const gridColModel = {
31
 		{
31
 		{
32
 			index: 'BRAND_NM', name: 'brandNm',
32
 			index: 'BRAND_NM', name: 'brandNm',
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
34
-			width: '10', fixed: false, align: 'center',
34
+			minwidth: 100,
35
+			width: '10', fixed: false, align: 'left',
35
 			sortable: false, hidden: false
36
 			sortable: false, hidden: false
36
 		},
37
 		},
37
 		{
38
 		{
38
 			index: 'SHMT_REQ_UNQ_NO', name: 'shmtReqUnqNo',
39
 			index: 'SHMT_REQ_UNQ_NO', name: 'shmtReqUnqNo',
39
 			label: ITP_MSG_LOCALE.label.shmtReqUnqNo,			// 출하지시번호
40
 			label: ITP_MSG_LOCALE.label.shmtReqUnqNo,			// 출하지시번호
41
+			minwidth: 140,
40
 			width: '10', fixed: false, align: 'center',
42
 			width: '10', fixed: false, align: 'center',
41
 			sortable: false, hidden: false
43
 			sortable: false, hidden: false
42
 		},
44
 		},
43
 		{
45
 		{
44
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
46
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
45
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo,			// 발주번호
47
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo,			// 발주번호
48
+			minwidth: 140,
46
 			width: '10', fixed: false, align: 'center',
49
 			width: '10', fixed: false, align: 'center',
47
 			sortable: false, hidden: false
50
 			sortable: false, hidden: false
48
 		},
51
 		},
49
 		{
52
 		{
50
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
53
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
51
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo,			// 발주항번
54
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo,			// 발주항번
52
-			width: '8', fixed: false, align: 'center',
55
+			width: '8', fixed: false, align: 'right',
53
 			sortable: false, hidden: false
56
 			sortable: false, hidden: false
54
 		},
57
 		},
55
 		{
58
 		{
56
 			index: 'SHMT_REQ_ST_CD', name: 'shmtReqStCd',
59
 			index: 'SHMT_REQ_ST_CD', name: 'shmtReqStCd',
57
 			label: ITP_MSG_LOCALE.label.shmtReqStCd,			// 출하상태코드
60
 			label: ITP_MSG_LOCALE.label.shmtReqStCd,			// 출하상태코드
61
+			minwidth: 120,
58
 			width: '10', fixed: false, align: 'center',
62
 			width: '10', fixed: false, align: 'center',
59
 			sortable: false, hidden: false, formatter: 'select', edittype: 'select',
63
 			sortable: false, hidden: false, formatter: 'select', edittype: 'select',
60
 			editoptions: {value: ITP_PODR_DTL_ST_CD}
64
 			editoptions: {value: ITP_PODR_DTL_ST_CD}
@@ -62,55 +66,61 @@ const gridColModel = {
62
 		{
66
 		{
63
 			index: 'ITEM_ID', name: 'itemId',
67
 			index: 'ITEM_ID', name: 'itemId',
64
 			label: ITP_MSG_LOCALE.label.itemId,					// 품목번호
68
 			label: ITP_MSG_LOCALE.label.itemId,					// 품목번호
69
+			minwidth: 140,
65
 			width: '10', fixed: false, align: 'center',
70
 			width: '10', fixed: false, align: 'center',
66
 			sortable: false, hidden: false
71
 			sortable: false, hidden: false
67
 		},
72
 		},
68
 		{
73
 		{
69
 			index: 'ITEM_NM', name: 'itemNm',
74
 			index: 'ITEM_NM', name: 'itemNm',
70
 			label: ITP_MSG_LOCALE.label.itemNm,					// 품목명
75
 			label: ITP_MSG_LOCALE.label.itemNm,					// 품목명
71
-			width: '10', fixed: false, align: 'center',
76
+			width: '10', fixed: false, align: 'left',
77
+			minwidth: 100,
72
 			sortable: false, hidden: false
78
 			sortable: false, hidden: false
73
 		},
79
 		},
74
 		{
80
 		{
75
 			index: 'WHS_NM', name: 'whsNm',
81
 			index: 'WHS_NM', name: 'whsNm',
76
 			label: ITP_MSG_LOCALE.label.whsNm,					// 납품장소
82
 			label: ITP_MSG_LOCALE.label.whsNm,					// 납품장소
77
-			width: '10', fixed: false, align: 'center',
83
+			width: '10', fixed: false, align: 'left',
84
+			minwidth: 160,
78
 			sortable: false, hidden: false
85
 			sortable: false, hidden: false
79
 		},
86
 		},
80
 		{
87
 		{
81
 			index: 'SHMT_QTY', name: 'shmtQty',
88
 			index: 'SHMT_QTY', name: 'shmtQty',
82
 			label: ITP_MSG_LOCALE.label.shmtQty,				// 출하수량
89
 			label: ITP_MSG_LOCALE.label.shmtQty,				// 출하수량
83
-			width: '8', fixed: false, align: 'center',
90
+			width: '8', fixed: false, align: 'right',
84
 			sortable: false, hidden: false
91
 			sortable: false, hidden: false
85
 		},
92
 		},
86
 		{
93
 		{
87
 			index: 'SHMT_AMT', name: 'shmtAmt',
94
 			index: 'SHMT_AMT', name: 'shmtAmt',
88
 			label: ITP_MSG_LOCALE.label.shmtAmt,				// 출하금액
95
 			label: ITP_MSG_LOCALE.label.shmtAmt,				// 출하금액
89
-			width: '8', fixed: false, align: 'center',
96
+			width: '8', fixed: false, align: 'right',
97
+			minwidth: 80,
90
 			sortable: false, hidden: false
98
 			sortable: false, hidden: false
91
 		},
99
 		},
92
 		{
100
 		{
93
 			index: 'WHS_QTY', name: 'whsQty',
101
 			index: 'WHS_QTY', name: 'whsQty',
94
 			label: ITP_MSG_LOCALE.label.whsQty,					// 입고수량
102
 			label: ITP_MSG_LOCALE.label.whsQty,					// 입고수량
95
-			width: '8', fixed: false, align: 'center',
103
+			width: '8', fixed: false, align: 'right',
96
 			sortable: false, hidden: false
104
 			sortable: false, hidden: false
97
 		},
105
 		},
98
 		{
106
 		{
99
 			index: 'WHS_AMT', name: 'whsAmt',
107
 			index: 'WHS_AMT', name: 'whsAmt',
100
 			label: ITP_MSG_LOCALE.label.whsAmt,					// 입고금액
108
 			label: ITP_MSG_LOCALE.label.whsAmt,					// 입고금액
101
-			width: '8', fixed: false, align: 'center',
109
+			width: '8', fixed: false, align: 'right',
102
 			sortable: false, hidden: false
110
 			sortable: false, hidden: false
103
 		},
111
 		},
104
 		{
112
 		{
105
 			index: 'WHS_CNFM_NM', name: 'whsCnfmNm',
113
 			index: 'WHS_CNFM_NM', name: 'whsCnfmNm',
106
 			label: ITP_MSG_LOCALE.label.whsCnfmNm,				// 입고확인자
114
 			label: ITP_MSG_LOCALE.label.whsCnfmNm,				// 입고확인자
107
 			width: '10', fixed: false, align: 'center',
115
 			width: '10', fixed: false, align: 'center',
116
+			minwidth: 100,
108
 			sortable: false, hidden: false
117
 			sortable: false, hidden: false
109
 		},
118
 		},
110
 		{
119
 		{
111
 			index: 'WHS_DT', name: 'whsDt',
120
 			index: 'WHS_DT', name: 'whsDt',
112
 			label: ITP_MSG_LOCALE.label.whsDt,					// 입고일
121
 			label: ITP_MSG_LOCALE.label.whsDt,					// 입고일
113
 			width: '10', fixed: false, align: 'center',
122
 			width: '10', fixed: false, align: 'center',
123
+			minwidth: 100,
114
 			sortable: false, hidden: false
124
 			sortable: false, hidden: false
115
 		},
125
 		},
116
 		{
126
 		{