Browse Source

采购变更单前端代码修改

Hu Jie 7 years ago
parent
commit
fb2050bad1

+ 0 - 7
src/main/webapp/resources/tpl/index/purc/changeList.html

@@ -221,7 +221,6 @@
 			<th width="50">数量</th>
 			<th width="120">交货日期</th>
 			<th width="120">变更内容</th>
-			<th width="70">操作</th>
 		</tr>
 		<tr class="sep-row">
 			<td colspan="6"></td>
@@ -251,12 +250,6 @@
 			<td colspan="1" class="" style="line-height: 20px; padding-top: 5px;">
 				<span ng-bind="change.description"></span>
 			</td>
-			<td colspan="1" class="text-center">
-				<div >
-					 <a class="text-muted"
-						title="回复" ng-click="change.$editing=!change.$editing;setOrdersRead(change.id)" ng-show="change.status == 200 && change.unNeedReply != 1">回复</i></a>
-				</div>
-			</td>
 		</tr>
 		<tr class="order-hd">
 			<td colspan="6" class="order-info">

+ 12 - 2
src/main/webapp/resources/tpl/index/purc/change_new.html

@@ -234,7 +234,12 @@
                             </div>
                             <div class="fr">
                                 <em>新付款方式:</em>
-                                <span><input type="text" class="input01" ng-model="change.newPayments"></span>
+                                <select name="" class="select" ng-model="change.newPayments" ng-required="true">
+                                    <option value="月结30天">月结30天</option>
+                                    <option value="月结60天">月结60天</option>
+                                    <option value="现金支付">现金支付</option>
+                                </select>
+                                <!--<span><input type="text" class="input01" ng-model="change.newPayments"></span>-->
                             </div>
                         </li>
                         <li>
@@ -244,7 +249,12 @@
                             </div>
                             <div class="fr">
                                 <em>新付款币种:</em>
-                                <span><input type="text" class="input01" ng-model="change.newCurrency"></span>
+                                <select name="" class="select" ng-model="change.newCurrency" ng-required="true">
+                                    <option value="RMB">RMB</option>
+                                    <option value="USD">USD</option>
+                                    <option value="HKD">HKD</option>
+                                </select>
+                                <!--<span><input type="text" class="input01" ng-model="change.newCurrency"></span>-->
                             </div>
                         </li>
                         <li>