浏览代码

출하수거관리-출하지시 등 세부수정

yhl88 2 年之前
父节点
当前提交
52288277b2
共有 2 个文件被更改,包括 9 次插入9 次删除
  1. 1 1
      src/main/webapp/app/inoutmng/INOUTMNG01010.html
  2. 8 8
      src/main/webapp/js/app/pomng/ITP_POMNG02010.js

+ 1 - 1
src/main/webapp/app/inoutmng/INOUTMNG01010.html

@@ -21,7 +21,7 @@
21 21
 									<div class="form-group">
22 22
 										<div class="col-xs-2 itp_ip itp_noMar">
23 23
 											<select id="ITP_FORM_INOUTMNG01010_SEARCH_" class="form-control itp_input" name="serviceDlvReqDt">
24
-												<option value="A">출하창고</option>											
24
+												<option value="A">납품요청</option>											
25 25
 											</select>
26 26
 										</div>
27 27
 										<div class="col-xs-3 itp_ip itp_noMar">

+ 8 - 8
src/main/webapp/js/app/pomng/ITP_POMNG02010.js

@@ -75,7 +75,7 @@ const gridColModel = {
75 75
 		{
76 76
 			index: 'REQ_TYPE_NM', name: 'reqTypeNm',
77 77
 			label: ITP_MSG_LOCALE.label.reqTypeNm, //요청구분
78
-			width: '10', fixed: false, align: 'center',
78
+			width: '7', fixed: false, align: 'center',
79 79
 			sortable: false, hidden: false
80 80
 		},
81 81
 		{
@@ -89,7 +89,7 @@ const gridColModel = {
89 89
 			index: 'PCH_REQ_NM', name: 'pchReqNm',
90 90
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
91 91
 			width: '13', fixed: false, align: 'left',
92
-			minwidth: 200,
92
+			minwidth: 180,
93 93
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
94 94
 		},
95 95
 		{
@@ -101,7 +101,7 @@ const gridColModel = {
101 101
 		{
102 102
 			index: 'PCH_REQ_ST_NM', name: 'pchReqStNm',
103 103
 			label: ITP_MSG_LOCALE.label.pchReqStNm, //구매요청상태명
104
-			width: '10', fixed: false, align: 'center',
104
+			width: '9', fixed: false, align: 'center',
105 105
 			sortable: false, hidden: false
106 106
 		},
107 107
 		{
@@ -114,21 +114,21 @@ const gridColModel = {
114 114
 		{
115 115
 			index: 'PCH_REQ_ITEM_QTY', name: 'pchReqItemQty',
116 116
 			label: ITP_MSG_LOCALE.label.pchReqItemQty, //요청품목수
117
-			width: '10', fixed: false, align: 'right',
117
+			width: '12', fixed: false, align: 'right',
118 118
 			sortable: false, hidden: false,
119 119
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
120 120
 		},
121 121
 		{
122 122
 			index: 'PCH_REQ_TOTAL_AMT', name: 'pchReqTotalAmt',
123 123
 			label: ITP_MSG_LOCALE.label.pchReqTotalAmt, //요청금액
124
-			width: '10', fixed: false, align: 'right',
124
+			width: '12', fixed: false, align: 'right',
125 125
 			sortable: false, hidden: false,
126 126
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
127 127
 		},
128 128
 		{
129 129
 			index: 'PCH_REQ_RJCT_DT', name: 'pchReqRjctDt',
130 130
 			label: ITP_MSG_LOCALE.label.pchReqRjctDt, //반려일자
131
-			width: '10', fixed: false, align: 'center',
131
+			width: '11', fixed: false, align: 'center',
132 132
 			sortable: false, hidden: false
133 133
 		},
134 134
 		{
@@ -140,7 +140,7 @@ const gridColModel = {
140 140
 		{
141 141
 			index: 'PCH_REQ_MGR_NM', name: 'pchReqMgrNm',
142 142
 			label: ITP_MSG_LOCALE.label.pchReqMgrNm, //구매요청자명
143
-			width: '10', fixed: false, align: 'center',
143
+			width: '11', fixed: false, align: 'center',
144 144
 			sortable: false, hidden: false
145 145
 		},
146 146
 		{
@@ -154,7 +154,7 @@ const gridColModel = {
154 154
 			index: 'WHS_LOCATION_NM', name: 'whsLocationNm',
155 155
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
156 156
 			width: '10', fixed: false, align: 'left',
157
-			minwidth: 200,
157
+			minwidth: 180,
158 158
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
159 159
 		}
160 160
 	],