Преглед на файлове

매장정보, 재고실사 세부조정

yhl88 преди 2 години
родител
ревизия
10f82481e2

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -62,7 +62,7 @@ const gridColModel = {
62 62
 		{
63 63
 			index: 'WHS_NM', name: 'whsNm',
64 64
 			label: ITP_MSG_LOCALE.label.locationNm, 		// 입고처
65
-			width: '10', fixed: false, align: 'center',
65
+			width: '10', fixed: false, align: 'left',
66 66
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
67 67
 		},
68 68
 		{

+ 2 - 2
src/main/webapp/js/app/stinfo/ITP_STINFO02011.js

@@ -195,9 +195,9 @@ let viewObj = {
195 195
 		} else {
196 196
 			storeBnkNm = $('#ITP_FORM_STINFO02011_VIEW_BNK_CD option:selected').text();
197 197
 		}
198
-		$('#ITP_FORM_STINFO02011_VIEW .fnStoreAcctInfo').text(storeBnkNm + ' ' + result.storeAcctNo + ' ' + result.storeOwacNm);
198
+		$('#ITP_FORM_STINFO02011_VIEW .fnStoreAcctInfo').text('(' + storeBnkNm + ') ' + result.storeAcctNo + ' (예금주) ' + result.storeOwacNm);
199 199
 		$('#ITP_FORM_STINFO02011_VIEW .fnLoanDvsn').text(result.loanDvsnNm + " - (" + itp_fn_number_comma(result.limitAmt) + "원)");
200
-		$('#ITP_FORM_STINFO02011_VIEW .fnBrandAcctInfo').text(result.brandBnkNm + ' ' + result.brandAcctNo + ' ' + result.brandOwacNm);
200
+		$('#ITP_FORM_STINFO02011_VIEW .fnBrandAcctInfo').text('(' + result.brandBnkNm + ') ' + result.brandAcctNo + ' (예금주) ' + result.brandOwacNm);
201 201
 		$('#ITP_FORM_STINFO02011_VIEW .fnAcctBal').text(itp_fn_number_comma(result.acctBal));
202 202
 		$('#ITP_FORM_STINFO02011_VIEW .fnWhsUseYn').text(result.whsUseYn);
203 203
 		$('#ITP_FORM_STINFO02011_VIEW .fnLimitAmt').text(result.limitAmt);

+ 2 - 2
src/main/webapp/js/app/stockmng/ITP_STOCKMNG02010.js

@@ -153,7 +153,7 @@ const gridColModel = {
153 153
 		},
154 154
 		{
155 155
 			index: 'LOCATION_NM', name: 'locationNm',
156
-			label: "Location",
156
+			label: "로케이션명",
157 157
 			width: '10', fixed: false, align: 'center',
158 158
 			sortable: false, editable: false, edittype: 'text',
159 159
 			editrules: {required: false}, classes: 'ui-ellipsis'
@@ -241,7 +241,7 @@ const gridColModel = {
241 241
 		},
242 242
 		{
243 243
 			index: 'LOCATION_NM', name: 'locationNm',
244
-			label: "Location",
244
+			label: "로케이션명",
245 245
 			width: '10', fixed: false, align: 'left',
246 246
 			sortable: false, editable: false, edittype: 'text',
247 247
 			minwidth: 100,