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

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney преди 2 години
родител
ревизия
f38885f429

+ 50 - 0
src/main/webapp/app/pomng/POMNG03011.html

@@ -0,0 +1,50 @@
1
+<section id="ITP_TAB_POMNG03011" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매발주처리</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG03011_PO" class="btn btn-primary btn-sm PO"><i class="glyphicon "></i> &nbsp;&nbsp;발주전송&nbsp;&nbsp;</button>
8
+				</div>
9
+			</div>
10
+			<div class="itp_det_in">
11
+				<div id="ITP_AJAX_POMNG03011_LIST_CONTAINER">
12
+					<div class="itp_lg_form itp_type1 fix">
13
+						<div class="itp_srh_border fix">
14
+							<div class="col-xs-12">
15
+								<form id="ITP_FORM_POMNG03011_SEARCH" class="form-horizontal">
16
+									<input type="hidden" id="ITP_FORM_POMNG03011_DETAIL_SBRAND_ID" name="sbrandId" value="">
17
+									<input type="hidden" id="ITP_FORM_POMNG03011_DETAIL_SSTORE_ID" name="sstoreId" value="">
18
+									<div class="form-group">
19
+										<div class="col-xs-1 itp_ip" style="width:80px; padding-top: 5px; padding-right: 5px;">
20
+											<label>납기요청일 *</label>
21
+										</div>											
22
+										<div class="col-xs-3 itp_ip itp_noMar" style="width: 280px;">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_POMNG03011_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_POMNG03011_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
27
+											</div>
28
+										</div>
29
+										<div class="col-xs-4 itp_ip itp_noMar" style="width: 360px;">
30
+											<input type="text" id="ITP_FORM_POMNG03011_SEARCH_PCH_REQ_NO" class="form-control itp_input" name="pchReqNo" placeholder="구매요청번호" />
31
+										</div>
32
+									</div>
33
+								</form>
34
+							</div>
35
+						</div>
36
+					</div>
37
+					<div class="itp_table fix">
38
+						<div id="ITP_POMNG03011_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
39
+							<div id="ITP_POMNG03011_jqGridView" class="itp_views fix"></div>
40
+							<table id="ITP_POMNG03011_jqGrid"></table>
41
+							<div id="ITP_POMNG03011_jqGridPager"></div>
42
+							<div id="ITP_POMNG03011_jqGridEmpty" class="itp_no_data"></div>
43
+						</div>
44
+					</div>
45
+				</div>
46
+			</div>
47
+		</article>
48
+	</div>
49
+	<div id="ITP_TAP_JS"></div>
50
+</section>

+ 50 - 0
src/main/webapp/app/rtnmng/RTNMNG03011.html

@@ -0,0 +1,50 @@
1
+<section id="ITP_TAB_RTNMNG03011" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주처리</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG03011_PO" class="btn btn-primary btn-sm PO"><i class="glyphicon "></i> &nbsp;&nbsp;발주전송&nbsp;&nbsp;</button>
8
+				</div>
9
+			</div>
10
+			<div class="itp_det_in">
11
+				<div id="ITP_AJAX_RTNMNG03011_LIST_CONTAINER">
12
+					<div class="itp_lg_form itp_type1 fix">
13
+						<div class="itp_srh_border fix">
14
+							<div class="col-xs-12">
15
+								<form id="ITP_FORM_RTNMNG03011_SEARCH" class="form-horizontal">
16
+									<input type="hidden" id="ITP_FORM_RTNMNG03011_DETAIL_SBRAND_ID" name="sbrandId" value="">
17
+									<input type="hidden" id="ITP_FORM_RTNMNG03011_DETAIL_SSTORE_ID" name="sstoreId" value="">
18
+									<div class="form-group">
19
+										<div class="col-xs-1 itp_ip" style="width:80px; padding-top: 5px; padding-right: 5px;">
20
+											<label>반품요청일 *</label>
21
+										</div>											
22
+										<div class="col-xs-3 itp_ip itp_noMar" style="width: 280px;">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
27
+											</div>
28
+										</div>
29
+										<div class="col-xs-4 itp_ip itp_noMar" style="width: 360px;">
30
+											<input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_RTN_REQ_NO" class="form-control itp_input" name="pchReqNo" placeholder="반품요청번호" />
31
+										</div>
32
+									</div>
33
+								</form>
34
+							</div>
35
+						</div>
36
+					</div>
37
+					<div class="itp_table fix">
38
+						<div id="ITP_RTNMNG03011_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
39
+							<div id="ITP_RTNMNG03011_jqGridView" class="itp_views fix"></div>
40
+							<table id="ITP_RTNMNG03011_jqGrid"></table>
41
+							<div id="ITP_RTNMNG03011_jqGridPager"></div>
42
+							<div id="ITP_RTNMNG03011_jqGridEmpty" class="itp_no_data"></div>
43
+						</div>
44
+					</div>
45
+				</div>
46
+			</div>
47
+		</article>
48
+	</div>
49
+	<div id="ITP_TAP_JS"></div>
50
+</section>

+ 6 - 6
src/main/webapp/app/stinfo/STINFO06010.html

@@ -35,12 +35,6 @@
35 35
 						<div id="ITP_STINFO06010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
36 36
 							<div id="ITP_STINFO06010_jqGridView" class="itp_views fix"></div>
37 37
 							<button type="button" id="ITP_BTN_STINFO06010_EXCEL" class="btn btn-success btn-sm Excel" style="float:right;"><i class="glyphicon "></i>Excel</button>
38
-							<div style="display:initial; float:right; position:relative; top:0px; margin-right:70px;">
39
-								<label>공급사단가기준</label>
40
-								<input id="ITP_STINFO06010_UNIT_STDD" style="width:100px;">
41
-								<span>%</span>
42
-								<button type="button" id="ITP_BTN_STINFO06010_EXCEL" class="btn btn-warning  btn-sm Excel"><i class="glyphicon "></i>일괄적용</button>
43
-							</div>
44 38
 							<table id="ITP_STINFO06010_jqGrid"></table>
45 39
 							<div id="ITP_STINFO06010_jqGridPager"></div>
46 40
 							<div id="ITP_STINFO06010_jqGridEmpty" class="itp_no_data"></div>
@@ -86,6 +80,12 @@
86 80
 				       	<div id="ITP_STINFO06010_DETAIL_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
87 81
 				          <div id="ITP_STINFO06010_DETAIL_jqGridView" class="itp_views fix" style="min-height:26px;"></div>
88 82
 				          <button type="button" id="ITP_BTN_STINFO06010_DETAIL_EXCEL" class="btn btn-success btn-sm Excel" style="float:right;"><i class="glyphicon "></i>Excel</button>
83
+				       		<div style="display:initial; float:right; position:relative; top:0px; margin-right:70px;">
84
+								<label>공급사단가기준</label>
85
+								<input id="ITP_STINFO06010_UNIT_STDD" style="width:100px;">
86
+								<span>%</span>
87
+								<button type="button" id="ITP_BTN_STINFO06010_EXCEL" class="btn btn-warning  btn-sm Excel"><i class="glyphicon "></i>일괄적용</button>
88
+							</div>
89 89
 				          <table id="ITP_STINFO06010_DETAIL_jqGrid"></table>
90 90
 				          <div id="ITP_STINFO06010_DETAIL_jqGridPager"></div>
91 91
 				          <div id="ITP_STINFO06010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 2 - 2
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG03010.js

@@ -54,7 +54,7 @@ const gridColModel = {
54 54
 			index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
55 55
 			label: ITP_MSG_LOCALE.label.rtnPodrUnqNo, //반품발주번호
56 56
 			width: '10', fixed: false, align: 'center',
57
-			minwidth: 140,
57
+			minwidth: 200,
58 58
 			sortable: false, hidden: false
59 59
 		},
60 60
 		{
@@ -79,7 +79,7 @@ const gridColModel = {
79 79
 			index: 'ITEM_ID', name: 'itemId',
80 80
 			label: ITP_MSG_LOCALE.label.itemId, 	//품목아이디
81 81
 			width: '10', fixed: false, align: 'center',
82
-			minwidth: 140,
82
+			minwidth: 200,
83 83
 			sortable: false, hidden: false
84 84
 		},
85 85
 		{

Файловите разлики са ограничени, защото са твърде много
+ 1098 - 0
src/main/webapp/js/app/pomng/ITP_POMNG03011.js


+ 3 - 2
src/main/webapp/js/app/rtnmng/ITP_RTNMNG02010.js

@@ -62,6 +62,7 @@ const gridColModel = {
62 62
 			index: 'BRAND_NM', name: 'brandNm',
63 63
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
64 64
 			width: '10', fixed: false, align: 'left',
65
+			minwidth: 190,
65 66
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
66 67
 		},
67 68
 		{
@@ -74,7 +75,7 @@ const gridColModel = {
74 75
 			index: 'RTN_REQ_UNQ_NO', name: 'rtnReqUnqNo',
75 76
 			label: '반품요청번호', 
76 77
 			width: '10', fixed: false, align: 'center',
77
-			minwidth: 100,
78
+			minwidth: 190,
78 79
 			sortable: false, hidden: false
79 80
 		},
80 81
 		{
@@ -112,7 +113,7 @@ const gridColModel = {
112 113
 		{
113 114
 			index: 'RTN_REQ_ITEM_QTY', name: 'rtnReqItemQty',
114 115
 			label: '요청품목수', 
115
-			width: '8', fixed: false, align: 'right',
116
+			width: '9', fixed: false, align: 'right',
116 117
 			sortable: false, hidden: false, 
117 118
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
118 119
 		},

Файловите разлики са ограничени, защото са твърде много
+ 1098 - 0
src/main/webapp/js/app/rtnmng/ITP_RTNMNG03011.js


+ 3 - 3
src/main/webapp/js/app/stinfo/ITP_STINFO04010.js

@@ -82,19 +82,19 @@ const gridColModel = {
82 82
         {
83 83
             index: 'ITEM_ID', name: 'itemId',
84 84
             label: ITP_MSG_LOCALE.label.itemId, //품목번호
85
-            width: '14', fixed: false, align: 'center',
85
+            width: '15', fixed: false, align: 'center',
86 86
             sortable: false, hidden: false
87 87
         },
88 88
         {
89 89
             index: 'ITEM_NM', name: 'itemNm',
90 90
             label: ITP_MSG_LOCALE.label.itemNm, //품목명
91
-            width: '13', fixed: false, align: 'left',
91
+            width: '15', fixed: false, align: 'left',
92 92
             sortable: false, hidden: false, classes: 'ui-ellipsis'
93 93
         },
94 94
         {
95 95
             index: 'ITEM_TYPE_NM', name: 'itemTypeNm',
96 96
             label: ITP_MSG_LOCALE.label.itemTypeNm, //품목유형
97
-            width: '10', fixed: false, align: 'center',
97
+            width: '8', fixed: false, align: 'center',
98 98
             sortable: false, hidden: false
99 99
         },
100 100
         {

+ 0 - 109
src/main/webapp/mobile/app/main.html

@@ -380,115 +380,6 @@
380 380
 				</div> -->
381 381
 			</div>
382 382
 		</div>
383
-<section id="ITP_MOBILE_MRTNMNG04011">
384
-	<div id="ITP_AJAX_MRTNMNG04011_VIEW_CONTAINER">
385
-	  <form id="ITP_FORM_MRTNMNG04011_DETAIL" class="put_btn form-horizontal" onsubmit="return false;">
386
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_VIEW_CD" name="viewCd" value="C">
387
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_BRAND_ID" name="brandId" value="">
388
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_STORE_ID" name="storeId" value="">
389
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_LOAN_DVSN" name="loanDvsn" value="">
390
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_LOAN_MGNT_UNQ_NO" name="loanMgntUnqNo" value="">
391
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_PCH_REQ_DVSN" name="pchReqDvsn" value="">
392
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_PCH_REQ_ST_CD" name="pchReqStCd" value="">
393
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_PCH_REQ_UNQ_NO" name="pchReqUnqNo" value="">
394
-		<input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_MALL_ID" name="mallId" value="">
395
-		<div class="content">
396
-			<div class="content_fix">
397
-				<div class="line header">
398
-				  <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품발주처리</div>
399
-				</div>
400
-			  <div class="line">
401
-				<label>수거요청일</label>
402
-				<input type="text" id="ITP_FORM_MRTNMNG04011_DETAIL_COL_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
403
-			  </div>
404
-			  <div class="line">
405
-				<label>수거장소</label>
406
-				  <div class="float_left">
407
-					  <input type="text" id="ITP_FORM_MRTNMNG04011_DETAIL_WHS_NM" class="" name="whsNm" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="납품장소" placeholder="" readonly />
408
-					  <input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
409
-					  <input type="hidden" id="ITP_FORM_MRTNMNG04011_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
410
-					  <div class="itp_input_btn">
411
-						   <button id="ITP_BTN_MRTNMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button>
412
-						 </div>
413
-				  </div>
414
-				  <div class="float_right_btn">
415
-					<!-- <button id="ITP_BTN_MRTNMNG04011_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG04011_WHS_AREA"><img src="../img/search.png" alt=""></button> -->
416
-					<button id="ITP_BTN_MRTNMNG04011_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
417
-				  </div>
418
-			  </div>
419
-			  <div class="line">
420
-				  <label>구매요청번호</label>
421
-				  <div class="float_left name">
422
-					<input id="ITP_FORM_MRTNMNG04011_PCH_REQ_UNQ_NO" name="pchReqUnqNo" type="text">
423
-				  </div>
424
-			  </div>
425
-			  <div class="line">
426
-				  <div class="search">
427
-					<button id="ITP_BTN_MRTNMNG04011_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
428
-				  </div>
429
-				</div>
430
-				<div class="table_header">
431
-				<h1><발주 대상 내역></h1>
432
-			  </div>
433
-		  </div>
434
-		</div>
435
-		<div id="ITP_LIST_MRTNMNG04011_ITEM_AREA" class="scroll_area row-1">
436
-		  <ul id="ITP_LIST_MRTNMNG04011_DETAIL_ROWS" class="mb_0 panel-group"></ul>
437
-		   <!--   검색된 데이터가 없습니다  -->
438
-		   <div class="itp_non_data" style="display:none;">
439
-			  <div>검색된 데이터가 없습니다.</div>
440
-		   </div>
441
-		  <div id="ITP_LIST_MRTNMNG04011_DETAIL_ROWCOPY" style="display: none;">
442
-			<li class="item-row" style="padding-top:5px; height:auto;">
443
-				<div class="left">
444
-				  <div class="nomal">
445
-					<label class="col_6">구매요청번호</label>
446
-					<span>:</span>
447
-					<div class="btn fnPodrDt"></div>
448
-						<button style="margin-right: 5px;width: 90px;font-size: 12pt;height: 45px;" id="ITP_BTN_MRTNMNG04011_DETAIL_REQ_ORDER" class="btn-primary REQ">발주처리</button>
449
-				  </div>
450
-				</div>
451
-				<div class="left">
452
-				  <div class="nomal">
453
-					<label class="col_6">납품장소</label>
454
-					<span>:</span>
455
-					<div class="non_btn fnLocationNm"></div>
456
-				  </div>
457
-				</div>
458
-				<div class="podr_list"> <!-- 반복되는 부분 -->
459
-					<div class="left">
460
-					  <div class="nomal">
461
-						<label>품목명</label>
462
-						<span>:</span>
463
-						<div style="min-width:110px;" class="fnItemNm"></div>
464
-						<label class="col_4">구매수량</label>
465
-						<span>:</span>
466
-						<div class="fnPchQty"></div>
467
-					  </div>
468
-					</div>
469
-					<div class="left">
470
-					  <div class="nomal">
471
-						<label>단가</label>
472
-						<span>:</span>
473
-						<div style="min-width:110px;" class="fnUnit"></div>
474
-						<label class="col_4">구매금액</label>
475
-						<span>:</span>
476
-						<div class="fnPchAmt"></div>
477
-					  </div>
478
-					</div>
479
-				</div>
480
-			  </li>
481
-		  </div>
482
-		</div>
483
-		<div class="button_bar">
484
-		  <button id="ITP_BTN_MRTNMNG04011_DETAIL_REQ_ORDER" data-call-popup="ITP_POP_MRTNMNG04011_REQ_AREA" class="col_3 btn-m-orange REQ">구매요청</button>
485
-		  <button id="ITP_BTN_MRTNMNG04011_DETAIL_TEMP_SAVE" data-call-popup="ITP_POP_MRTNMNG04011_REQ_AREA" class="col_3 btn-w-gray TSA">임시저장</button>
486
-		  <button id="ITP_BTN_MRTNMNG04011_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
487
-		</div>
488
-	  </form>
489
-	</div>
490
-	<div id="ITP_MOBILE_JS"></div>
491
-  </section>
492 383
 		<script src="../js/app/main.js"></script>
493 384
 	</div>
494 385
 	<footer id="ITP_FOOTER">

+ 0 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -73,8 +73,6 @@
73 73
 	                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
74 74
 	              </div>
75 75
 	              <div class="thick">
76
-	              	<label>품목명</label>
77
-	                <span>:</span>
78 76
 	                <div class="itp_item fnItemNm"></div>
79 77
 	              </div>
80 78
 	              <div class="thick">

+ 5 - 5
src/main/webapp/mobile/css/style.css

@@ -254,7 +254,7 @@ body.eee {height: 700px; background: #eee;}
254 254
 .main .wicon .icon_left {float: left;}
255 255
 
256 256
 
257
-input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:4px; height: 26px;text-align: left; padding:0 10px;}
257
+input {font-size:14px; margin-top: 3px; border: 1px solid #ccc; border-radius:4px; height: 26px;text-align: left; padding:0 10px;}
258 258
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
259 259
 
260 260
 select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 10px;}
@@ -350,7 +350,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
350 350
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
351 351
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
352 352
 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
353
-.content .line div.itp_search_header {height:32px; font-weight:100;padding:5px 10px 5px 10px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:12pt;}
353
+.content .line div.itp_search_header {height:32px; font-weight:100;padding:5px 10px 5px 10px; text-align: left; color:#b88278; font-size:12pt;}
354 354
 .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
355 355
 .content .line label {min-width:125px; color:#898989; font-size: 12pt; float: left; text-align: left; margin-top: 7px; font-weight:100;}
356 356
 .content .line label.pay_label {margin:20px 1%; width:98%;}
@@ -365,12 +365,12 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
365 365
 .content .line .float_left.note {width: 100%; padding: 10px;}
366 366
 .content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
367 367
 .content .line .float_left div {font-size: 12pt; margin-top: 4px; margin-right:8px; text-align:right; font-weight:100;}
368
-.content .line .float_left .input_text {background: #fff; width: 100%; height: 26px; border: 1px solid #aaa; margin-top: 3px; border-radius: 4px;}
368
+.content .line .float_left .input_text {background: #fff; width: 100%; height: 26px; border: 1px solid #ccc; margin-top: 3px; border-radius: 4px;}
369 369
 .content .line .float_left .itp_input_btn {top:5px; margin:0; position:absolute; width:168px;}
370 370
 .content .line .float_right_btn {float: left; margin-top: 3px; margin-left: 5px;}
371
-.content .line .float_right_btn button {padding:0; width:26px; height:26px; border-radius:5px; border:1px solid #aaa;}
371
+.content .line .float_right_btn button {padding:0; width:26px; height:26px; border-radius:5px; border:1px solid #ccc;}
372 372
 .content .line .float_right_btn button img {width:16px; height:16px;}
373
-.content .line .float_left select {float: left; width: 100%; height: 26px; margin-top:3px; border: 1px solid #aaa; border-radius:5px; font-size: 12pt; font-weight:100;}
373
+.content .line .float_left select {float: left; width: 100%; height: 26px; margin-top:3px; border: 1px solid #ccc; border-radius:5px; font-size: 12pt; font-weight:100;}
374 374
 .content .line .line_right {float: right; margin-right: 0%; width:200px;}
375 375
 .content .line .line_right div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; text-align:right; float: right; font-size: 12pt; margin-top: 7px; margin-right:0%; color:#555;padding-right:5px;}
376 376
 .content .line .line_right input {position: relative; text-align: center; font-size:12pt; width:100%;}