Commit 1546d013 authored by 顾俭's avatar 顾俭

aship/aship#1 防伪码功能:申请防伪码接口

parent b52840e9
......@@ -154,7 +154,7 @@
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" ng-click="genBarcode()">确认</button>
<button class="btn btn-primary" type="button" ng-click="genBarcodeClick()">确认</button>
<button class="btn btn-primary" type="button" data-dismiss="modal">取消</button>
</div>
</div>
......
......@@ -295,7 +295,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
data: []
};
$scope.genBarcode = function () {
$scope.genBarcodeClick = function () {
var barcodeInput = {};
var barcodeDtlInput = [];
barcodeInput.factoryUid = $scope.selectedPurchaseOrder.factory.factoryUid;
......
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