Browse Source

物料id错误问题

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7632 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
dc5e9f447c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -8118,7 +8118,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 				item.title = data.title;
 				item.title = data.title;
 				item.spec = data.spec;
 				item.spec = data.spec;
 				item.unit = data.unit;
 				item.unit = data.unit;
-				item.ubit = data.id;
+				item.id = data.id;
 				$scope.order.orderItems.push(item);
 				$scope.order.orderItems.push(item);
 			}, function(response) {
 			}, function(response) {