Browse Source

代采订单页面显示更新

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10700 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
49e4895797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/purc/deputyOrder.html

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/deputyOrder.html

@@ -324,7 +324,7 @@
                 		<div>下单日期:<span ng-bind="order.entrydate| date: 'yyyy-MM-dd'"></span></div>
                 		<div>终端供应商:<span ng-bind="order.tervendor"></span></div>
                 		<div>订单金额:<span ng-bind="order.totalamount"></span></div>
-                		<div style="width:960px; position: absolute;" ng-if="order.remark != null && order.statuscode == 222">备注:<span class="text-inverse" ng-bind="order.remark"></span></div>
+                		<div style="width:960px; position: absolute;" ng-if="order.remark != null && order.statuscode == 222">订单反馈:<span class="text-inverse" ng-bind="order.remark"></span></div>
                 	</td>
                 	<td class="text-left">
                 		<div>合同编号:<span ng-bind="order.salepocode" style="color: #327ebe"></span></div>