Browse Source

新增采购单UI样式调整

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7688 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
1c003c845a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/main/webapp/resources/tpl/index/purc/addOrder.html

+ 4 - 3
src/main/webapp/resources/tpl/index/purc/addOrder.html

@@ -47,11 +47,12 @@
                     <div class="fl">
                         <em>付款方式:</em>
                         <span>
-                            <select name="" class="select02 wid152" ng-model="order.payments" ng-init="order.payments = '月结30天'">
-                                <option value="月结30天">月结30天</option>
+                        	 <input  ng-model="order.payments" list="paymentmethod" class="select02 wid152" >
+                             <datalist id="paymentmethod">
+                             	<option value="月结30天">月结30天</option>
                                 <option value="月结60天">月结60天</option>
                                 <option value="现金支付">现金支付</option>
-                            </select>
+                             </datalist>
                         </span>
                     </div>
                     <div class="fr">