Commit 0616e41d authored by 顾俭's avatar 顾俭

条码申请数量预扣减 防等待接口时间内重复申请

parent 9af7e0e5
......@@ -362,7 +362,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
$scope.genBarcodeClickLoading = false;
}
}, function (response) {
UtilService.showError("申请防伪码失败:<br>" + response.data);
UtilService.showError("申请防伪码失败:<br>" + response.data.error);
$scope.genBarcodeClickLoading = false;
// $('#get-barcode-dlg').modal('hide');
}
......
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