Browse Source

新增物料时默认带出单位

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

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

@@ -2946,7 +2946,6 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 			prodCode: null,
 			prodTitle: null,
 			inbrand: null,
-			currency: 'RMB',
 			toDate: null,
 			unit: 'PCS'
 		};
@@ -3079,9 +3078,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 				$scope.inquiry.inquiryItems.push(
 						{ 	prodCode: null,
 							prodTitle: null,
-							unit: null,
+							unit: 'PCS',
 							ibrand: null,
-							currency: 'RMB',
 							toDate: null});
 		};
         //删除商品