juney преди 2 години
родител
ревизия
8a95fb8467
променени са 26 файла, в които са добавени 73 реда и са изтрити 108 реда
  1. 1 1
      src/main/webapp/app/popup/biz/BIZPOP_COL_STTMT_PRN.html
  2. 1 1
      src/main/webapp/app/popup/biz/BIZPOP_DLV_STTMT_PRN.html
  3. 1 1
      src/main/webapp/js/app/collmng/ITP_COLLMNG01010.js
  4. 3 46
      src/main/webapp/js/app/popup/biz/ITP_BIZPOP_COL_STTMT_PRN.js
  5. 6 6
      src/main/webapp/js/app/rtnmng/ITP_RTNMNG01010.js
  6. 9 9
      src/main/webapp/js/app/rtnmng/ITP_RTNMNG03010.js
  7. 2 2
      src/main/webapp/mobile/app/mcollmng/MCOLLMNG01010.html
  8. 3 3
      src/main/webapp/mobile/app/mcollmng/MCOLLMNG02010.html
  9. 2 2
      src/main/webapp/mobile/app/mcollmng/MCOLLMNG03010.html
  10. 2 2
      src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html
  11. 2 2
      src/main/webapp/mobile/app/mloanmng/MLOANMNG01011.html
  12. 3 3
      src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html
  13. 2 2
      src/main/webapp/mobile/app/mloanmng/MLOANMNG03010.html
  14. 2 2
      src/main/webapp/mobile/app/mordmng/MORDMNG01010.html
  15. 4 4
      src/main/webapp/mobile/app/mordmng/MORDMNG02010.html
  16. 2 2
      src/main/webapp/mobile/app/mordmng/MORDMNG03010.html
  17. 3 3
      src/main/webapp/mobile/app/mpomng/MPOMNG02010.html
  18. 2 2
      src/main/webapp/mobile/app/mpomng/MPOMNG04010.html
  19. 2 2
      src/main/webapp/mobile/app/mpomng/MPOMNG05010.html
  20. 10 3
      src/main/webapp/mobile/app/mpomng/MPOMNG06010.html
  21. 2 2
      src/main/webapp/mobile/app/mpomng/MPOMNG07010.html
  22. 3 3
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html
  23. 2 2
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html
  24. 2 2
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html
  25. 1 1
      src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html
  26. 1 0
      src/main/webapp/mobile/css/style.css

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_COL_STTMT_PRN.html

@@ -11,7 +11,7 @@
11 11
 				<div id="ITP_POPUP_CONTAINER">
12 12
 					<div class="modal-header">
13 13
 						<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
14
-						<h5 class="modal-title">브랜드그룹 검색</h5>
14
+						<h5 class="modal-title">수거서출력</h5>
15 15
 					</div>
16 16
 					<div id="ITP_BIZPOP_COL_STTMT_PRN_PRINT_AREA" class="modal-body">
17 17
 						<div class="itp_form fix">

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_DLV_STTMT_PRN.html

@@ -11,7 +11,7 @@
11 11
 				<div id="ITP_POPUP_CONTAINER">
12 12
 					<div class="modal-header">
13 13
 						<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
14
-						<h5 class="modal-title">브랜드그룹 검색</h5>
14
+						<h5 class="modal-title">납품서 출력</h5>
15 15
 					</div>
16 16
 					<div id="ITP_BIZPOP_DLV_STTMT_PRN_PRINT_AREA" class="modal-body">
17 17
 						<div class="itp_form fix">

+ 1 - 1
src/main/webapp/js/app/collmng/ITP_COLLMNG01010.js

@@ -435,7 +435,7 @@ let viewObj = {
435 435
 		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnOdrRegDt').text(result.rtnOdrRegDt);					// 수거일자
436 436
 		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnOdrStNm').text(result.rtnOdrStNm);					// 수거상태
437 437
 		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnWhsNm').text(result.rtnWhsNm);						// 수거장소
438
-		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnDodrTotalAmt').text(result.rtnDodrTotalAmt);			// 수거 총 금액
438
+		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnDodrTotalAmt').text(itp_fn_number_comma(result.rtnDodrTotalAmt));			// 수거 총 금액
439 439
 		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnMgrNm').text(result.rtnMgrNm);						// 발주담당자
440 440
 		$('#ITP_FORM_COLLMNG01010_DETAIL .fnRtnMgrTelNo').text(result.rtnMgrTelNo);					// 발주담당자연락처
441 441
 		

+ 3 - 46
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_COL_STTMT_PRN.js

@@ -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
 							},

+ 6 - 6
src/main/webapp/js/app/rtnmng/ITP_RTNMNG01010.js

@@ -54,27 +54,27 @@ const gridColModel = {
54 54
 		{
55 55
 			index: 'ITEM_ID', name: 'itemId',
56 56
 			label: ITP_MSG_LOCALE.label.itemId,
57
-			width: '10', fixed: false, align: 'center',
57
+			width: '12', fixed: false, align: 'center',
58 58
 			sortable: false, editable: false, edittype: 'text',
59 59
 			editrules: { required: true }
60 60
 		},
61 61
 		{
62 62
 			index: 'ITEM_NM', name: 'itemNm',
63 63
 			label: ITP_MSG_LOCALE.label.itemNm,
64
-			width: '8', fixed: false, align: 'left',
64
+			width: '12', fixed: false, align: 'left',
65 65
 			sortable: false, editable: false, edittype: 'text',
66 66
 			editrules: { required: true }, classes: 'ui-ellipsis'
67 67
 		},
68 68
 		{
69 69
 			index: 'UNIT', name: 'unit',
70 70
 			label: ITP_MSG_LOCALE.label.unit,
71
-			width: '8', fixed: false, align: 'center',
71
+			width: '5', fixed: false, align: 'center',
72 72
 			sortable: false, editable: false, edittype: 'text'
73 73
 		},
74 74
 		{
75 75
 			index: 'UNIT_AMT', name: 'unitAmt',
76 76
 			label: ITP_MSG_LOCALE.label.unitAmt,
77
-			width: '6', fixed: false, align: 'right',
77
+			width: '8', fixed: false, align: 'right',
78 78
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
79 79
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
80 80
 		},
@@ -96,7 +96,7 @@ const gridColModel = {
96 96
 		{
97 97
 			index: 'RTN_DVSN', name: 'rtnDvsn',
98 98
 			label: '반품구분', classes: 'input_color',
99
-			width: '9', fixed: false, align: 'left',
99
+			width: '7', fixed: false, align: 'left',
100 100
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
101 101
 			editoptions: {value: ITP_COMMON_CD_RTN_DVSN},
102 102
 			editrules: {required: true}
@@ -104,7 +104,7 @@ const gridColModel = {
104 104
 		{
105 105
 			index: 'RTN_RSN_DVSN', name: 'rtnRsnDvsn',
106 106
 			label: '사유구분', classes: 'input_color',
107
-			width: '9', fixed: false, align: 'left',
107
+			width: '7', fixed: false, align: 'left',
108 108
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
109 109
 			editoptions: {value: ITP_COMMON_CD_RTN_RSN_DVSN},
110 110
 			editrules: {required: true}

+ 9 - 9
src/main/webapp/js/app/rtnmng/ITP_RTNMNG03010.js

@@ -102,27 +102,27 @@ const gridColModel = {
102 102
 		{
103 103
 			index: 'ITEM_ID', name: 'itemId',
104 104
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
105
-			width: '12', fixed: false, align: 'center',
105
+			width: '14', fixed: false, align: 'center',
106 106
 			sortable: false, hidden: false
107 107
 		},
108 108
 		{
109 109
 			index: 'ITEM_NM', name: 'itemNm',
110 110
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
111
-			minwidth: 100,
112
-			width: '7', fixed: false, align: 'left',
111
+			minwidth: 110,
112
+			width: '9', fixed: false, align: 'left',
113 113
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
114 114
 		},
115 115
 		{
116 116
 			index: 'RTN_QTY', name: 'rtnQty',
117 117
 			label: '반품수량', 
118
-			width: '8', fixed: false, align: 'right',
118
+			width: '9', fixed: false, align: 'right',
119 119
 			sortable: false, hidden: false,
120 120
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
121 121
 		},
122 122
 		{
123 123
 			index: 'RTN_DVSN_NM', name: 'rtnDvsnNm',
124 124
 			label: '반품구분', 
125
-			width: '8', fixed: false, align: 'center',
125
+			width: '6', fixed: false, align: 'center',
126 126
 			sortable: false, hidden: false
127 127
 		},
128 128
 		{
@@ -136,20 +136,20 @@ const gridColModel = {
136 136
 		{
137 137
 			index: 'RTN_REQ_DT', name: 'rtnReqDt',
138 138
 			label: '반품요청일', 
139
-			width: '9', fixed: false, align: 'center',
139
+			width: '8', fixed: false, align: 'center',
140 140
 			sortable: false, hidden: false
141 141
 		},
142 142
 		{
143 143
 			index: 'COL_REQ_DT', name: 'colReqDt',
144 144
 			label: '수거요청일', 
145
-			width: '9', fixed: false, align: 'center',
145
+			width: '8', fixed: false, align: 'center',
146 146
 			sortable: false, hidden: false
147 147
 		},		
148 148
 		{
149 149
 			index: 'RTN_RSN_DVSN_NM', name: 'rtnRsnDvsnNm',
150 150
 			label: '반품사유', 
151
-			minwidth: 130,
152
-			width: '7', fixed: false, align: 'center',
151
+			minwidth: 120,
152
+			width: '7', fixed: false, align: 'left',
153 153
 			sortable: false, hidden: false
154 154
 		}
155 155
 	],

+ 2 - 2
src/main/webapp/mobile/app/mcollmng/MCOLLMNG01010.html

@@ -33,9 +33,9 @@
33 33
 				<div class="line">
34 34
 				  <label>수거일자</label>
35 35
 				  <div class="date_to">
36
-					  <input type="text" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
36
+					  <input type="text" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
37 37
 					  <div class="at">~</div>
38
-					  <input type="text" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
38
+					  <input type="text" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
39 39
 				  </div>
40 40
 				</div>
41 41
 				<div class="line">

+ 3 - 3
src/main/webapp/mobile/app/mcollmng/MCOLLMNG02010.html

@@ -25,9 +25,9 @@
25 25
 				<div class="line">
26 26
 				  <label>수거요청일</label>
27 27
 					<div class="date_to">
28
-						<input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
28
+						<input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
29 29
 						<div class="at">~</div>
30
-						<input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
30
+						<input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
31 31
 					</div>
32 32
 				</div>
33 33
 				<div class="line">
@@ -156,7 +156,7 @@
156 156
 				<div class="line">
157 157
 				  <label class="col_6">수거일자</label>
158 158
 				  <div class="line_right">
159
-					  <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_COL_SCH_DT" name="colSchDt" class="itp_input date">
159
+					  <input id="ITP_FORM_MORDMNG02010_VIEW_COL_SCH_DT" name="colSchDt" class="year" type="date" readonly>
160 160
 				  </div>
161 161
 				</div>
162 162
 				<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mcollmng/MCOLLMNG03010.html

@@ -26,9 +26,9 @@
26 26
 				<div class="line">
27 27
 				  <label>수거일자</label>
28 28
 					<div class="date_to">
29
-						<input type="text" id="ITP_FORM_MCOLLMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
29
+						<input type="text" id="ITP_FORM_MCOLLMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
30 30
 						<div class="at">~</div>
31
-						<input type="text" id="ITP_FORM_MCOLLMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
31
+						<input type="text" id="ITP_FORM_MCOLLMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
32 32
 					</div>
33 33
 				</div>
34 34
 				<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html

@@ -134,9 +134,9 @@
134 134
 				<div class="line">
135 135
 				  <label>거래일자</label>
136 136
 				  <div class="date_to">
137
-					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
137
+					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
138 138
 					  <div style="margin:4px;">~</div>
139
-					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_TO_DT" name="toDt" class="itp_input date">
139
+					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
140 140
 				  </div>
141 141
 				</div>
142 142
 				<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG01011.html

@@ -42,9 +42,9 @@
42 42
 				<div class="line top6">
43 43
 				  <label>거래일자</label>
44 44
 				  <div class="date_to">
45
-					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
45
+					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
46 46
 					  <div class="at">~</div>
47
-					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_TO_DT" name="toDt" class="itp_input date">
47
+					  <input type="text" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
48 48
 				  </div>
49 49
 				</div>
50 50
 				<div class="line">

+ 3 - 3
src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html

@@ -32,9 +32,9 @@
32 32
 				<div class="line">
33 33
 				  <label>입금일자</label>
34 34
 				  <div class="date_to">
35
-					  <input type="text" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
35
+					  <input type="text" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
36 36
 					  <div class="at">~</div>
37
-					  <input type="text" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
37
+					  <input type="text" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
38 38
 				  </div>
39 39
 				</div>
40 40
 				<div class="line">
@@ -285,7 +285,7 @@
285 285
 					<div class="line mt_5">
286 286
 						<label>입금일자</label>
287 287
 						<div class="search_wrap itp_ip">
288
-							<input type="text" id="ITP_FORM_MLOANMNG02010_POP_DPST_DT" name="dpstDt" class="itp_input date" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금일자">
288
+							<input type="text" readonly id="ITP_FORM_MLOANMNG02010_POP_DPST_DT" name="dpstDt" class="itp_input date" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금일자">
289 289
 						</div>
290 290
 					</div>
291 291
 					<div class="line mt_5">

+ 2 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG03010.html

@@ -23,9 +23,9 @@
23 23
 				<div class="line">
24 24
 				  <label>정산요청일</label>
25 25
 				  <div class="date_to">
26
-					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
26
+					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
27 27
 					  <div class="at">~</div>
28
-					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
28
+					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
29 29
 				  </div>
30 30
 				</div>
31 31
 				<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -35,9 +35,9 @@
35 35
 				<div class="line">
36 36
 				  <label>수주일자</label>
37 37
 				  <div class="date_to">
38
-					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
38
+					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
39 39
 					  <div class="at">~</div>
40
-					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
40
+					  <input type="text" id="ITP_FORM_MORDMNG01010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
41 41
 				  </div>
42 42
 				</div>
43 43
 				<div class="line">

+ 4 - 4
src/main/webapp/mobile/app/mordmng/MORDMNG02010.html

@@ -26,9 +26,9 @@
26 26
 				<div class="line">
27 27
 				  <label>납품요청일</label>
28 28
 					<div class="date_to">
29
-						<input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
29
+						<input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
30 30
 						<div class="at">~</div>
31
-						<input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
31
+						<input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
32 32
 					</div>
33 33
 				</div>
34 34
 				<div class="line">
@@ -152,7 +152,7 @@
152 152
 				  <div class="line">
153 153
 					  <label class="col_6">납품일자</label>
154 154
 					  <div class="line_right">
155
-						  <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_DLV_SCH_DT" name="dlvSchDt" class="itp_input date year">
155
+						  <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_DLV_SCH_DT" name="dlvSchDt" class="itp_input date year" readonly>
156 156
 					  </div>
157 157
 				  </div>
158 158
 				<div class="line">
@@ -208,7 +208,7 @@
208 208
 					    <input id="ITP_FORM_MORDMNG02010_VIEW_SHMT_QTY" name="shmtQty" type="number">
209 209
 					    <label>유통기한</label>
210 210
 					    <span>:</span>
211
-						<input type="text" id="ITP_FORM_MORDMNG02010_VIEW_EXPRY_DATE" name="expryDate" class="itp_input date col_9 year">
211
+						<input type="text" id="ITP_FORM_MORDMNG02010_VIEW_EXPRY_DATE" name="expryDate" readonly class="itp_input date col_9 year">
212 212
 					  </div>
213 213
 					</div>
214 214
 					<div class="left">

+ 2 - 2
src/main/webapp/mobile/app/mordmng/MORDMNG03010.html

@@ -25,9 +25,9 @@
25 25
 					<div class="line">
26 26
 						<label>납품일자</label>
27 27
 						<div class="date_to">
28
-							<input type="text" id="ITP_FORM_MORDMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
28
+							<input type="text" id="ITP_FORM_MORDMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
29 29
 							<div class="at">~</div>
30
-							<input type="text" id="ITP_FORM_MORDMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
30
+							<input type="text" id="ITP_FORM_MORDMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
31 31
 						</div>
32 32
 					</div>
33 33
 					<div class="line">

+ 3 - 3
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -11,9 +11,9 @@
11 11
 	        <div class="line">
12 12
 	          <label>구매요청일</label>
13 13
 		        <div class="date_to date">
14
-		          <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
14
+		          <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
15 15
 		          <div class="at">~</div>
16
-		          <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
16
+		          <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
17 17
 		        </div>
18 18
 			</div>
19 19
 	      <div class="line">
@@ -199,7 +199,7 @@
199 199
 	      	</div>
200 200
 	        <div class="line">
201 201
 	          <label>납기요청일</label>
202
-				<input type="text" id="ITP_FORM_MPOMNG02010_MODIFY_DLV_REQ_DT" name="dlvReqDt" class="itp_input date">
202
+				<input type="text" id="ITP_FORM_MPOMNG02010_MODIFY_DLV_REQ_DT" name="dlvReqDt" class="itp_input date" readonly>
203 203
 	          <!--<input id="ITP_FORM_MPOMNG02010_MODIFY_DLV_REQ_DT" name="dlvReqDt" class="date fnDlvReqDt" data-check-required="empty" type="date" placeholder="">-->
204 204
 	        </div>
205 205
 	        <div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG04010.html

@@ -12,9 +12,9 @@
12 12
 				<div class="line">
13 13
 				  <label>발주일자</label>
14 14
 				  <div class="date_to date">
15
-					<input id="ITP_FORM_MPOMNG04010_LIST_SEARCH_FROM_DT" name="fromDt" type="text" class="itp_input date">
15
+					<input id="ITP_FORM_MPOMNG04010_LIST_SEARCH_FROM_DT" name="fromDt" type="text" class="itp_input date" readonly>
16 16
 					<div class="at">~</div>
17
-					<input id="ITP_FORM_MPOMNG04010_LIST_SEARCH_TO_DT" name="toDt" type="text" class="itp_input date">
17
+					<input id="ITP_FORM_MPOMNG04010_LIST_SEARCH_TO_DT" name="toDt" type="text" class="itp_input date" readonly>
18 18
 				  </div>
19 19
 				</div>
20 20
 				<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG05010.html

@@ -17,9 +17,9 @@
17 17
 							<option value="4">납품완료일</option>
18 18
 						</select>
19 19
 						<div class="date_to">
20
-							<input id="ITP_FORM_MPOMNG05010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text">
20
+							<input id="ITP_FORM_MPOMNG05010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text" readonly>
21 21
 							<div class="at">~</div>
22
-							<input id="ITP_FORM_MPOMNG05010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text">
22
+							<input id="ITP_FORM_MPOMNG05010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text" readonly>
23 23
 						</div>
24 24
 					</div>
25 25
 					<div class="line">

+ 10 - 3
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -12,9 +12,9 @@
12 12
 					<div class="line">
13 13
 						<label>납품예정일</label>
14 14
 						<div class="date_to">
15
-							<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text">
15
+							<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text" readonly>
16 16
 							<div class="at">~</div>
17
-							<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text">
17
+							<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text" readonly>
18 18
 						</div>
19 19
 					</div>
20 20
 					<div class="line">
@@ -68,7 +68,14 @@
68 68
 			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-6">
69 69
 				<ul id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
70 70
 				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: none;">
71
-					<li class="history_list4 item-row">
71
+					<li class="history_list14 item-row">
72
+						<div class="left">
73
+							<div class="nomal">
74
+								<label class="">납품서번호</label>
75
+								<span>:</span>
76
+								<div class="full fnDlvSttmtUnqNo"></div>
77
+							</div>
78
+						</div>
72 79
 						<div class="left">
73 80
 							<div class="nomal">
74 81
 								<label class="">품목명</label>

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG07010.html

@@ -12,9 +12,9 @@
12 12
 		      <div class="line">
13 13
 				  <label>입고일자</label>
14 14
 		        <div class="date_to">
15
-					<input id="ITP_FORM_MPOMNG07010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text">
15
+					<input id="ITP_FORM_MPOMNG07010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" type="text" readonly>
16 16
 					<div class="at">~</div>
17
-					<input id="ITP_FORM_MPOMNG07010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text">
17
+					<input id="ITP_FORM_MPOMNG07010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" type="text" readonly>
18 18
 		        </div>
19 19
 		      </div>
20 20
 		      <div class="line">

+ 3 - 3
src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html

@@ -11,9 +11,9 @@
11 11
 					<div class="line mt5">
12 12
 						<label>반품요청일</label>
13 13
 						<div class="input-group date_to date">
14
-							<input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
14
+							<input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
15 15
 							<div class="at">~</div>
16
-							<input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
16
+							<input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
17 17
 						</div>
18 18
 					</div>
19 19
 					<div class="line">
@@ -169,7 +169,7 @@
169 169
 					</div>
170 170
 					<div class="line">
171 171
 						<label>반품요청일</label>
172
-						<input type="text" id="ITP_FORM_MRTNMNG02010_MODIFY_COL_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="수거요청일">
172
+						<input type="text" id="ITP_FORM_MRTNMNG02010_MODIFY_COL_REQ_DT" name="colReqDt" class="itp_input date" readonly data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="수거요청일">
173 173
 					</div>
174 174
 					<div class="line">
175 175
 						<label>반품요청금액</label>

+ 2 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html

@@ -12,9 +12,9 @@
12 12
 					<div class="line">
13 13
 						<label>수거예정일</label>
14 14
 						<div class="date_to">
15
-							<input type="text" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
15
+							<input type="text" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
16 16
 							<div class="at">~</div>
17
-							<input type="text" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
17
+							<input type="text" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
18 18
 						</div>
19 19
 					</div>
20 20
 					<div class="line">

+ 2 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html

@@ -11,9 +11,9 @@
11 11
 					<div class="line">
12 12
 						<label>반품일자</label>
13 13
 						<div class="date_to">
14
-							<input type="text" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
14
+							<input type="text" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
15 15
 							<div class="at">~</div>
16
-							<input type="text" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
16
+							<input type="text" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
17 17
 						</div>
18 18
 					</div>
19 19
 					<div class="line">

+ 1 - 1
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -11,7 +11,7 @@
11 11
 				<div class="line">
12 12
 				  <label>재고실사일자</label>
13 13
 				  <div class="float_left">
14
-					  <input type="text" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" class="itp_input date full" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="재고실사일자" readonly>
14
+					  <input type="text" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" readonly class="itp_input date full" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="재고실사일자" readonly>
15 15
 				  </div>
16 16
 				</div>
17 17
 				<div class="line">

+ 1 - 0
src/main/webapp/mobile/css/style.css

@@ -506,6 +506,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
506 506
 .scroll_area li.history_list11 {height: 230px; padding-top:5px;}
507 507
 .scroll_area li.history_list12 {height: 170px; padding-top:4px;}
508 508
 .scroll_area li.history_list13 {height: 200px; padding-top:4px;}
509
+.scroll_area li.history_list14 {height: 175px; padding-top:4px;}
509 510
 
510 511
 .scroll_area li .history_info {width: auto;}
511 512
 .scroll_area li .left {width:100%; height:28px; margin-top:0px;}