Browse Source

导入订单的物流公司修改

xian 6 years ago
parent
commit
c760f7e80f

+ 2 - 2
watero-rst-web/src/main/webapp/WEB-INF/views/order/excel_to_order_new.ftl

@@ -157,11 +157,11 @@
                 <td style="text-align: left;">
                     <div class="formControls col-10 col-sm-10 skin-minimal customerSourceType_text_all"  style="width: 100%;">
                         <div class="radio-box">
-                            <input type="radio" id="post-type-1" name="product-post-type" value="ems" checked >
+                            <input type="radio" id="post-type-1" name="product-post-type" value="EMS" checked >
                             <label for="post-type-1" style="height: 30px; line-height: 30px;">EMS</label>
                         </div>
                         <div class="radio-box">
-                            <input type="radio" id="post-type-2" name="product-post-type" value="sto" >
+                            <input type="radio" id="post-type-2" name="product-post-type" value="STO" >
                             <label for="post-type-2" style="height: 30px; line-height: 30px;">申通</label>
                         </div>
                     </div>