Browse Source

【商务平台】 采购单显示数据调整

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

+ 5 - 5
src/main/webapp/resources/tpl/index/purc/order_detail.html

@@ -20,8 +20,8 @@
 				<div class="content" ng-bind="::order.date | date:'yyyy-MM-dd'"></div>
 				<div class="content" ng-bind="::order.date | date:'yyyy-MM-dd'"></div>
 			</div>
 			</div>
 			<div class="col-xs-6">
 			<div class="col-xs-6">
-				<span class="title">客户</span>
-				<div class="content" ng-bind="::order.enterprise.enName"></div>
+				<span class="title">供应商</span>
+				<div class="content" ng-bind="::order.receiveName"></div>
 			</div>
 			</div>
 		</div>
 		</div>
 		<div class="row row-sm item">
 		<div class="row row-sm item">
@@ -88,7 +88,7 @@
 						<th width="100">数量</th>
 						<th width="100">数量</th>
 						<th width="120">交货日期</th>
 						<th width="120">交货日期</th>
 						<th width="180">回复状态</th>
 						<th width="180">回复状态</th>
-						<th width="100">操作</th>
+						<th width="100"></th>
 					</tr>
 					</tr>
 				</thead>
 				</thead>
 				<tbody>
 				<tbody>
@@ -200,7 +200,7 @@
 							<div ng-if="item.end" class="block">
 							<div ng-if="item.end" class="block">
 								<span class="text-trans warning">已结案</span>
 								<span class="text-trans warning">已结案</span>
 							</div>
 							</div>
-							<div
+							<!-- <div
 								ng-if="(!item.replyQty || item.replyQty<=item.qty) && !item.end">
 								ng-if="(!item.replyQty || item.replyQty<=item.qty) && !item.end">
 								<br ng-if="item.replyQty>=item.qty">
 								<br ng-if="item.replyQty>=item.qty">
 								<br ng-if="item.replyQty>=item.qty">
 								<br ng-if="item.replyQty>=item.qty">
@@ -221,7 +221,7 @@
 											<i class="fa fa-arrow-down"></i> 撤销回复</a>
 											<i class="fa fa-arrow-down"></i> 撤销回复</a>
 									</div>
 									</div>
 								</div>
 								</div>
-							</div>
+							</div> -->
 						</td>
 						</td>
 					</tr>
 					</tr>
 				</tbody>
 				</tbody>