Commit e95a481f authored by 顾俭's avatar 顾俭

aship/aship#5 防伪码功能-调整

parent 3c596c25
...@@ -36,6 +36,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco ...@@ -36,6 +36,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
$scope.items = []; $scope.items = [];
$scope.getPurchaseOrderDetails(); $scope.getPurchaseOrderDetails();
$scope.genBarcodeClickLoading = false;
} }
}; };
...@@ -322,6 +323,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco ...@@ -322,6 +323,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
} }
}); });
if (!canApplyFlag) { if (!canApplyFlag) {
$scope.genBarcodeClickLoading = false;
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment