|
@@ -265,6 +265,7 @@ define(['app/app'], function (app) {
|
|
|
*/
|
|
*/
|
|
|
$scope.blurLockQty = function (standard) {
|
|
$scope.blurLockQty = function (standard) {
|
|
|
if(!standard.editLockQty) {
|
|
if(!standard.editLockQty) {
|
|
|
|
|
+ $scope.canSubmit = true;
|
|
|
return ;
|
|
return ;
|
|
|
}
|
|
}
|
|
|
if(isNaN(standard.editLockQty)) {
|
|
if(isNaN(standard.editLockQty)) {
|