Browse Source

批量匹配调整。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9183 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 8 years ago
parent
commit
4f198fe9ea

+ 4 - 4
src/main/webapp/resources/tpl/index/approvalFlow/productmatches.html

@@ -313,10 +313,10 @@ tbody td div.text-mould {
 				<td>
 					<div ng-if="product.matchresults.length == 0" style="color: #999; text-align: center;"></div>
 					<div ng-repeat="result in product.matchresults">
-						<div style="margin-bottom: 10px;">
-							<div><span class="text-muted">类目:</span>{{result.kindcn}}</div>
-							<div><span class="text-muted">型号:</span>{{result.cmpcode}}<input type="checkbox" ng-click="checkItem(result)" ng-checked="result.checked" style="float: right"  ng-if="product.matchresults.length > 1"></div>
-							<div><span class="text-muted">品牌:</span>{{result.branden}}</div>
+						<div style="margin-bottom: 10px; margin-top: 10px;">
+							<div><span class="text-muted">类目</span>{{result.kindcn}}</div>
+							<div><span class="text-muted">型号</span>{{result.cmpcode}}<input type="checkbox" ng-click="checkItem(result)" ng-checked="result.checked" style="float: right"  ng-if="product.matchresults.length > 1"></div>
+							<div><span class="text-muted">品牌</span>{{result.branden}}</div>
 						</div>
 					</div>
 				</td>