Browse Source

处理卖家中心的订单详情页面

wangcz 7 years ago
parent
commit
24102c82f4

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/purchase_detail.js

@@ -402,7 +402,7 @@ define(['app/app'], function(app) {
 				}
 			});
 
-			if (status == 501 || status == 524 || status == 525) {
+			if (status == 501 || status == 504 || status == 524 || status == 525) {
 				$scope.steps.step1 = true;
 				$scope.steps.time1 = $scope.getTimeOfStatus(status);
 			} else if (status == 502 || status == 406) {

+ 3 - 4
src/main/webapp/resources/view/vendor/forstore/purchase_detail.html

@@ -103,7 +103,6 @@
 		height: 40px;
 		border-bottom: #769be9 2px solid;
 		background: #f6f9ff;
-		margin-top: 10px;
 	}
 	.oder_xq_list dl .oder_l {
 		background: #f6f9ff;
@@ -430,7 +429,7 @@
 <div class="user_right fr">
 	<!--叮当详情-->
 	<div class="oder_detail"  id="oder-detail">
-		<div class="logistics" style="margin-bottom:10px;" ng-if="order.status != 602 && order.status != 603 && order.status != 604 && order.status != 605 && order.status != 606 && order.status != 315">
+		<div class="logistics" style="margin-bottom:10px;" ng-if="purchase.status != 602 && purchase.status != 603 && purchase.status != 604 && purchase.status != 605 && v.status != 606 && purchase.status != 315">
 			<ul>
 				<li ng-class="{ 'active' : (steps.step2 || steps.step3 || steps.step4 || steps.step5) }">
 					<p>待付款</p>
@@ -503,7 +502,7 @@
 								</div>
 							</div>
 						</span>
-				<b style="display: inline-block;width: 450px;vertical-align: top;">
+				<b style="display: inline-block;width: 490px;vertical-align: top;">
 					<!--<span>-->
 						<!--<b>订单号:{{purchase.orderid}} -->
 							<!--<em><font style="color: #333; margin-left: 20px">订单状态:</font>{{purchase.status | purchaseStatus}}</em>-->
@@ -556,7 +555,7 @@
 			<!--</div>-->
 
 			<!--订单列表-->
-			<div class="oder_xq_list" style="paddding:0;">
+			<div class="oder_xq_list" style="padding:0;">
 				<dl class="clearfix">
 					<dt>
 						<span class="wd02">产品信息</span>