Selaa lähdekoodia

재고기준정보관리, 재고관리, 재고실사 세부조정

yhl88 2 vuotta sitten
vanhempi
commit
2364f74c44

+ 1 - 1
src/main/webapp/app/stockmng/STOCKMNG03010.html

@@ -70,7 +70,7 @@
70 70
 					<div class="itp_table fix">
71 71
 						<div id="ITP_STOCKMNG03010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
72 72
 							<div id="ITP_STOCKMNG03010_jqGridView" class="itp_views fix"></div>
73
-							<button type="button" id="ITP_BTN_STOCKMNG03010_EXCEL" class="btn btn-success btn-sm Excel" style="float:right;"><i class="glyphicon "></i>Excel</button>
73
+							<!-- <button type="button" id="ITP_BTN_STOCKMNG03010_EXCEL" class="btn btn-success btn-sm Excel" style="float:right;"><i class="glyphicon "></i>Excel</button> -->
74 74
 							<table id="ITP_STOCKMNG03010_jqGrid"></table>
75 75
 							<div id="ITP_STOCKMNG03010_jqGridPager"></div>
76 76
 							<div id="ITP_STOCKMNG03010_jqGridEmpty" class="itp_no_data"></div>

+ 6 - 6
src/main/webapp/js/app/stinfo/ITP_STINFO02010.js

@@ -58,7 +58,7 @@ const gridColModel = {
58 58
 			label: ITP_MSG_LOCALE.label.storeNm, //매장명
59 59
 			width: '13', fixed: false, align: 'left',
60 60
 			minwidth: 120,
61
-			sortable: false, hidden: false
61
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
62 62
 		},
63 63
 		{
64 64
 			index: 'BRAND_ID', name: 'brandId',
@@ -69,19 +69,19 @@ const gridColModel = {
69 69
 		{
70 70
 			index: 'BRAND_NM', name: 'brandNm',
71 71
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
72
-			width: '10', fixed: false, align: 'center',
73
-			sortable: false, hidden: false
72
+			width: '10', fixed: false, align: 'left',
73
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
74 74
 		},
75 75
 		{
76 76
 			index: 'BSNS_REG_NO', name: 'bsnsRegNo',
77 77
 			label: ITP_MSG_LOCALE.label.bsnsRegNo, //사업자등록번호
78
-			width: '13', fixed: false, align: 'center',
78
+			width: '8', fixed: false, align: 'center',
79 79
 			sortable: false, hidden: false
80 80
 		},
81 81
 		{
82 82
 			index: 'STORE_DVSN', name: 'storeDvsn',
83 83
 			label: ITP_MSG_LOCALE.label.storeDvsn, //매장구분
84
-			width: '15', fixed: false, align: 'center',
84
+			width: '13', fixed: false, align: 'center',
85 85
 			sortable: false, hidden: true
86 86
 		},
87 87
 		{
@@ -93,7 +93,7 @@ const gridColModel = {
93 93
 		{
94 94
 			index: 'STORE_ST_NM', name: 'storeStNm',
95 95
 			label: ITP_MSG_LOCALE.label.stNm, //상태
96
-			width: '6', fixed: false, align: 'center',
96
+			width: '8', fixed: false, align: 'center',
97 97
 			sortable: false, hidden: false
98 98
 		},
99 99
 		{

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

@@ -70,7 +70,7 @@ const gridColModel = {
70 70
 		},
71 71
 		{
72 72
 			index: 'LOCATION_NM', name: 'locationNm',
73
-			label: "Location명", 
73
+			label: "로케이션명", 
74 74
 			width: '10', fixed: false, align: 'left',
75 75
 			minwidth: 140,
76 76
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
@@ -86,7 +86,7 @@ const gridColModel = {
86 86
 			label: "품목명", 
87 87
 			width: '10', fixed: false, align: 'left',
88 88
 			minwidth: 110,
89
-			sortable: false, hidden: false
89
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
90 90
 		},
91 91
 		{
92 92
 			index: 'UNIT', name: 'unit',

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

@@ -94,7 +94,7 @@ const gridColModel = {
94 94
 		},
95 95
 		{
96 96
 			index: 'LOCATION_NM', name: 'locationNm',
97
-			label: "Location", 
97
+			label: "로케이션명", 
98 98
 			width: '10', fixed: false, align: 'center',
99 99
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
100 100
 		},		

+ 7 - 7
src/main/webapp/js/app/stockmng/ITP_STOCKMNG03010.js

@@ -73,7 +73,7 @@ const gridColModel = {
73 73
 		},
74 74
 		{
75 75
 			index: 'LOCATION_NM', name: 'locationNm',
76
-			label: "Location명", 
76
+			label: "로케이션명", 
77 77
 			width: '10', fixed: false, align: 'left',
78 78
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
79 79
 		},
@@ -87,7 +87,7 @@ const gridColModel = {
87 87
 			index: 'ITEM_NM', name: 'itemNm',
88 88
 			label: "품목명", 
89 89
 			width: '10', fixed: false, align: 'left',
90
-			sortable: false, hidden: false
90
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
91 91
 		},
92 92
 		{
93 93
 			index: 'UNIT', name: 'unit',
@@ -102,7 +102,7 @@ const gridColModel = {
102 102
 			width: '10', fixed: false, align: 'right',
103 103
 			sortable: false, editable: true, edittype: 'text',
104 104
 			editrules: {required: false},
105
-			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"},
105
+			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10},
106 106
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
107 107
 		},
108 108
 		{
@@ -112,7 +112,7 @@ const gridColModel = {
112 112
 			width: '9', fixed: false, align: 'right',
113 113
 			sortable: false, editable: true, edittype: 'text',
114 114
 			editrules: {required: false},
115
-			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"}
115
+			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}
116 116
 		}		
117 117
 	]
118 118
 };
@@ -182,7 +182,7 @@ let pageObj = {
182 182
 						case 'ITP_BTN_STOCKMNG03010_SAVE'		: listObj.button.save();		break;	// 저장 버튼
183 183
 						case 'ITP_BTN_STOCKMNG03010_DETAIL_ADDROW'		: listObj.button.addItem();		break;	// 품목추가 버튼
184 184
 						case 'ITP_BTN_STOCKMNG03010_DETAIL_DELROW'		: listObj.button.removeItem();		break;	// 품목삭제 버튼
185
-						case 'ITP_BTN_STOCKMNG03010_EXCEL'		: listObj.excelDown();		break;	// 엑셀
185
+						// case 'ITP_BTN_STOCKMNG03010_EXCEL'		: listObj.excelDown();		break;	// 엑셀
186 186
 					}
187 187
 				});
188 188
 			});
@@ -444,7 +444,7 @@ let listObj = {
444 444
 		unload : function() {
445 445
 			$.jgrid.gridUnload(STOCKMNG03010_GRID_ID);
446 446
 		}
447
-	},
447
+	}/*,
448 448
 	excelDown: function() {
449 449
 		var param = {
450 450
 			'url': STOCK_BASE_MNG_DETAIL_GRID_LIST,
@@ -454,7 +454,7 @@ let listObj = {
454 454
 			'sheetName': '재고기준정보리스트'
455 455
 		};
456 456
 		itp_fn_remote_to_excel(param);
457
-	}
457
+	}*/
458 458
 };
459 459
 
460 460
 var itemClassLevel = {