Browse Source

验收验退详情增加型号

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

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/accept_detail.html

@@ -108,7 +108,7 @@
 							<div>
 							<div>
 								<span ng-bind="::acceptitem.orderItem.product.code"></span>
 								<span ng-bind="::acceptitem.orderItem.product.code"></span>
 								<span ng-bind="::acceptitem.orderItem.product.title"></span>
 								<span ng-bind="::acceptitem.orderItem.product.title"></span>
-								<span ng-bind="::acceptitem.orderItem.product.cmpcode"></span>
+								<span ng-bind="::acceptitem.orderItem.product.cmpCode"></span>
 							</div>
 							</div>
 						</td>
 						</td>
 						<td class="text-center" width="100">
 						<td class="text-center" width="100">

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/return_detail.html

@@ -101,7 +101,7 @@
                         <div>
                         <div>
                             <span ng-bind="::acceptitem.orderItem.product.code"></span>
                             <span ng-bind="::acceptitem.orderItem.product.code"></span>
                             <span ng-bind="::acceptitem.orderItem.product.title"></span>
                             <span ng-bind="::acceptitem.orderItem.product.title"></span>
-                            <span ng-bind="::acceptitem.orderItem.product.cmpcode"></span>
+                            <span ng-bind="::acceptitem.orderItem.product.cmpCode"></span>
                         </div>
                         </div>
                     </td>
                     </td>
                     <td width="180" class="text-center"><span ng-bind="::returnitem.product.title"></span></td>
                     <td width="180" class="text-center"><span ng-bind="::returnitem.product.title"></span></td>