Browse Source

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

yhl88 2 years ago
parent
commit
10f82481e2

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

@@ -62,7 +62,7 @@ const gridColModel = {
62
 		{
62
 		{
63
 			index: 'WHS_NM', name: 'whsNm',
63
 			index: 'WHS_NM', name: 'whsNm',
64
 			label: ITP_MSG_LOCALE.label.locationNm, 		// 입고처
64
 			label: ITP_MSG_LOCALE.label.locationNm, 		// 입고처
65
-			width: '10', fixed: false, align: 'center',
65
+			width: '10', fixed: false, align: 'left',
66
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
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
 		} else {
195
 		} else {
196
 			storeBnkNm = $('#ITP_FORM_STINFO02011_VIEW_BNK_CD option:selected').text();
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
 		$('#ITP_FORM_STINFO02011_VIEW .fnLoanDvsn').text(result.loanDvsnNm + " - (" + itp_fn_number_comma(result.limitAmt) + "원)");
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
 		$('#ITP_FORM_STINFO02011_VIEW .fnAcctBal').text(itp_fn_number_comma(result.acctBal));
201
 		$('#ITP_FORM_STINFO02011_VIEW .fnAcctBal').text(itp_fn_number_comma(result.acctBal));
202
 		$('#ITP_FORM_STINFO02011_VIEW .fnWhsUseYn').text(result.whsUseYn);
202
 		$('#ITP_FORM_STINFO02011_VIEW .fnWhsUseYn').text(result.whsUseYn);
203
 		$('#ITP_FORM_STINFO02011_VIEW .fnLimitAmt').text(result.limitAmt);
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
 			index: 'LOCATION_NM', name: 'locationNm',
155
 			index: 'LOCATION_NM', name: 'locationNm',
156
-			label: "Location",
156
+			label: "로케이션명",
157
 			width: '10', fixed: false, align: 'center',
157
 			width: '10', fixed: false, align: 'center',
158
 			sortable: false, editable: false, edittype: 'text',
158
 			sortable: false, editable: false, edittype: 'text',
159
 			editrules: {required: false}, classes: 'ui-ellipsis'
159
 			editrules: {required: false}, classes: 'ui-ellipsis'
@@ -241,7 +241,7 @@ const gridColModel = {
241
 		},
241
 		},
242
 		{
242
 		{
243
 			index: 'LOCATION_NM', name: 'locationNm',
243
 			index: 'LOCATION_NM', name: 'locationNm',
244
-			label: "Location",
244
+			label: "로케이션명",
245
 			width: '10', fixed: false, align: 'left',
245
 			width: '10', fixed: false, align: 'left',
246
 			sortable: false, editable: false, edittype: 'text',
246
 			sortable: false, editable: false, edittype: 'text',
247
 			minwidth: 100,
247
 			minwidth: 100,