Browse Source

미납금관리, 정산요청 html 그리드 세부조정

yhl88 2 years ago
parent
commit
6699d73c00

+ 2 - 2
src/main/webapp/app/popup/biz/BIZPOP_DSPT_INFO_REG.html

@@ -41,7 +41,7 @@
41 41
 									<div class="form-group">
42 42
 										<label class="col-xs-4 itp_lb">입금자명</label>
43 43
 										<div class="col-xs-8 itp_ip">
44
-											<input type="text" id="ITP_FORM_DSPT_INFO_REG_POPUP_DPST_NM" name="dpstNm" class="form-control itp_input">
44
+											<input type="text" id="ITP_FORM_DSPT_INFO_REG_POPUP_DPST_NM" name="dpstNm" class="form-control itp_input" maxlength="20">
45 45
 										</div>
46 46
 									</div>
47 47
 									<div class="form-group">
@@ -55,7 +55,7 @@
55 55
 									<div class="form-group">
56 56
 										<label class="col-xs-4 itp_lb">입금계좌번호</label>
57 57
 										<div class="col-xs-8 itp_ip">
58
-											<input type="text" id="ITP_FORM_DSPT_INFO_REG_POPUP_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');">
58
+											<input type="text" id="ITP_FORM_DSPT_INFO_REG_POPUP_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" maxlength="20">
59 59
 										</div>
60 60
 									</div>
61 61
 								</form>

+ 2 - 2
src/main/webapp/js/app/loanmng/ITP_LOANMNG03010.js

@@ -66,7 +66,7 @@ const gridColModel = {
66 66
 			index: 'STORE_NM', name: 'storeNm',
67 67
 			label: "매장명", 
68 68
 			width: '13', fixed: false, align: 'left',
69
-			sortable: false, hidden: false
69
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
70 70
 		},
71 71
 		{
72 72
 			index: 'LOAN_DVSN_NM', name: 'loanDvsnNm',
@@ -155,7 +155,7 @@ const gridColModel = {
155 155
 			index: 'ITEM_NM', name: 'itemNm',
156 156
 			label: "품목명",
157 157
 			width: '10', fixed: false, align: 'left',
158
-			sortable: false, editable: false, edittype: 'text'
158
+			sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
159 159
 		},
160 160
 		{
161 161
 			index: 'UNIT', name: 'unit',

+ 4 - 4
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_DSPT_INFO_REG.js

@@ -37,9 +37,6 @@ var popPageObj = {
37 37
 	parentPopFn: null,
38 38
 	args: null,
39 39
 	returnType: null,
40
-	form: function() {
41
-		itp_fn_form_event.onKeyup('#ITP_FORM_DSPT_INFO_REG_POPUP');
42
-	},
43 40
 	button: function() {
44 41
 		$('#ITP_BTN_PO_REJECT_REASON_CLOSE_POP').on('click', function () {
45 42
 			$('#ITP_BIZPOP_DSPT_INFO_REG').modal('hide'); // 팝업닫기
@@ -75,7 +72,10 @@ var popPageObj = {
75 72
 			}
76 73
 			
77 74
 		});
78
-	}, 
75
+	},
76
+	form: function() {
77
+		itp_fn_form_event.onKeyup('#ITP_FORM_DSPT_INFO_REG_POPUP');
78
+	},
79 79
 	change: function() {
80 80
 	}, 	
81 81
 	fnRjctRsnConfirm: function() {

+ 2 - 2
src/main/webapp/js/app/settmng/ITP_SETTMNG01010.js

@@ -70,7 +70,7 @@ const gridColModel = {
70 70
 			label: "매장명",
71 71
 			minwidth: 60,
72 72
 			width: '10', fixed: false, align: 'left',
73
-			sortable: false, hidden: false
73
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
74 74
 		},
75 75
 		{
76 76
 			index: 'LOAN_DVSN', name: 'loanDvsn',
@@ -110,7 +110,7 @@ const gridColModel = {
110 110
 			label: "품목명",
111 111
 			width: '10', fixed: false, align: 'left',
112 112
 			minwidth: 100,
113
-			sortable: false, editable: false, edittype: 'text'
113
+			sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
114 114
 		},
115 115
 		{
116 116
 			index: 'UNIT', name: 'unit',

+ 3 - 3
src/main/webapp/js/app/settmng/ITP_SETTMNG02010.js

@@ -58,7 +58,7 @@ const gridColModel = {
58 58
 			index: 'SPPLY_NM', name: 'spplyNm',
59 59
 			label: "공급사명",
60 60
 			width: '10', fixed: false, align: 'left',
61
-			sortable: false, hidden: false
61
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
62 62
 		},
63 63
 		{
64 64
 			index: 'STTL_MGNT_UNQ_NO', name: 'sttlMgntUnqNo',
@@ -116,7 +116,7 @@ const gridColModel = {
116 116
 			index: 'STTL_REG_MGR_NM', name: 'sttlRegMgrNm',
117 117
 			label: "등록자",
118 118
 			width: '10', fixed: false, align: 'center',
119
-			sortable: false, editable: false, edittype: 'text'
119
+			sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
120 120
 		}
121 121
 	],
122 122
 	view: [
@@ -155,7 +155,7 @@ const gridColModel = {
155 155
 			index: 'ITEM_NM', name: 'itemNm',
156 156
 			label: "품목명",
157 157
 			width: '10', fixed: false, align: 'left',
158
-			sortable: false, editable: false, edittype: 'text'
158
+			sortable: false, editable: false, edittype: 'text', classes: 'ui-ellipsis'
159 159
 		},
160 160
 		{
161 161
 			index: 'UNIT', name: 'unit',