Explorar el Código

新增物料时默认带出单位

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8349 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq hace 9 años
padre
commit
1e6f7c239a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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,
 			prodCode: null,
 			prodTitle: null,
 			prodTitle: null,
 			inbrand: null,
 			inbrand: null,
-			currency: 'RMB',
 			toDate: null,
 			toDate: null,
 			unit: 'PCS'
 			unit: 'PCS'
 		};
 		};
@@ -3079,9 +3078,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 				$scope.inquiry.inquiryItems.push(
 				$scope.inquiry.inquiryItems.push(
 						{ 	prodCode: null,
 						{ 	prodCode: null,
 							prodTitle: null,
 							prodTitle: null,
-							unit: null,
+							unit: 'PCS',
 							ibrand: null,
 							ibrand: null,
-							currency: 'RMB',
 							toDate: null});
 							toDate: null});
 		};
 		};
         //删除商品
         //删除商品