فهرست منبع

修改:快递策略页面下拉框的宽度

xian 5 سال پیش
والد
کامیت
79008aaf5e
1فایلهای تغییر یافته به همراه16 افزوده شده و 16 حذف شده
  1. 16 16
      watero-rst-web/src/main/webapp/WEB-INF/views/order/strategy/deliveryStrategy_List.ftl

+ 16 - 16
watero-rst-web/src/main/webapp/WEB-INF/views/order/strategy/deliveryStrategy_List.ftl

@@ -22,7 +22,7 @@
         <span class="c-gray en">/</span> 快递策略列表
         <span class="c-gray en">/</span> 快递策略列表
         <a class="btn radius r" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont">&#xe68f;</i></a>
         <a class="btn radius r" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont">&#xe68f;</i></a>
     </nav>
     </nav>
-		<div class="text-c" style="margin-top: 20px;">
+		<div class="text-c" style="margin-top: 20px;text-align: left;margin-left: 3%;">
 			<form action="${path}/admin/deliveryStrategy/select_deliveryStrategy_list" method="post">
 			<form action="${path}/admin/deliveryStrategy/select_deliveryStrategy_list" method="post">
                 <button type="button" class="my-btn-search" onclick="add_employee('${path}/admin/deliveryStrategy/to_addProductionPlan');" style="cursor:pointer; margin-right: 50px;">添加快递策略</button>
                 <button type="button" class="my-btn-search" onclick="add_employee('${path}/admin/deliveryStrategy/to_addProductionPlan');" style="cursor:pointer; margin-right: 50px;">添加快递策略</button>
 			</form>
 			</form>
@@ -30,22 +30,22 @@
 		<div class="mt-20" style="margin: 20px;">
 		<div class="mt-20" style="margin: 20px;">
 			<table class="table table-border table-bordered table-bg table-hover table-sort">
 			<table class="table table-border table-bordered table-bg table-hover table-sort">
 				<thead>
 				<thead>
-				<tr class="text-c">
-                    <th width="100">公司</th>
-					<th width="100">店铺</th>
-					<th width="100">地区</th>
-					<th width="100">产品/颜色</th>
-					<th width="100">优先级</th>
-					<th width="100">快递</th>
-					<th width="100">操作</th>
-				</tr>
+                    <tr class="text-c">
+                        <th width="20">公司</th>
+                        <th width="20">店铺</th>
+                        <th width="20">地区</th>
+                        <th width="100">产品/颜色</th>
+                        <th width="10">优先级</th>
+                        <th width="10">快递</th>
+                        <th width="20">操作</th>
+                    </tr>
 				</thead>
 				</thead>
 				<tbody id="listid">
 				<tbody id="listid">
                 <#if page.dataList?? &&  (page.dataList?size > 0) >
                 <#if page.dataList?? &&  (page.dataList?size > 0) >
 					<#list page.dataList as list>
 					<#list page.dataList as list>
 						<tr>
 						<tr>
-                            <td class="text-c" width="140">${list.strategyCompanyName!''}</td>
-							<td class="text-c" width="100">
+                            <td class="text-c">${list.strategyCompanyName!''}</td>
+							<td class="text-c">
                                 <#if list.strategyStoreId == 0>
                                 <#if list.strategyStoreId == 0>
                                     所有店铺
                                     所有店铺
                                 <#else>
                                 <#else>
@@ -56,7 +56,7 @@
                                     </#if>
                                     </#if>
                                 </#if>
                                 </#if>
                             </td>
                             </td>
-							<td class="text-c" width="100">
+							<td class="text-c">
                             <#if list.strategyProvinceNumber == 0>
                             <#if list.strategyProvinceNumber == 0>
                                     所有地区
                                     所有地区
                             <#else>
                             <#else>
@@ -74,7 +74,7 @@
                                     </#if>
                                     </#if>
                                 </#if>
                                 </#if>
                             </td>-->
                             </td>-->
-							<td class="text-c" width="100">
+							<td class="text-c">
                                     <#if list.listStrategyColor?? &&  (list.listStrategyColor?size > 0) >
                                     <#if list.listStrategyColor?? &&  (list.listStrategyColor?size > 0) >
                                         <#list list.listStrategyColor as listColor>
                                         <#list list.listStrategyColor as listColor>
                                             <#if listColor.productId == 0>所有产品 <#else >${listColor.productName!''}</#if>
                                             <#if listColor.productId == 0>所有产品 <#else >${listColor.productName!''}</#if>
@@ -85,8 +85,8 @@
                                     </#if>
                                     </#if>
                             </td>
                             </td>
 
 
-							<td class="text-c" width="100">${list.strategyPriority!''}</td>
-							<td class="text-c" width="100">${list.strategyPostFirm!''}</td>
+							<td class="text-c">${list.strategyPriority!''}</td>
+							<td class="text-c">${list.strategyPostFirm!''}</td>
 							<!-- 遍历操作 -->
 							<!-- 遍历操作 -->
 							<td class="td-manage text-c">
 							<td class="td-manage text-c">
                                 <a onclick="add_employee('${path}/admin/deliveryStrategy/to_updateProductionPlan?strategyId='+${list.strategyId!''});" title="修改" href="javascript:;"  class="ml-5" style="text-decoration:none">修改</a>
                                 <a onclick="add_employee('${path}/admin/deliveryStrategy/to_updateProductionPlan?strategyId='+${list.strategyId!''});" title="修改" href="javascript:;"  class="ml-5" style="text-decoration:none">修改</a>