Commit 2c755452 authored by 顾俭's avatar 顾俭

防伪码送货单 取消审核

parent ded038b5
......@@ -310,7 +310,7 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
}
};
if ($scope.queryCondition.poMst.supplier.useBarcode !== 'Y') {
if ($scope.queryCondition.poMst.supplier.useBarcode === 'Y') {
$scope.releaseMsg = "审核";
} else {
$scope.releaseMsg = "发布";
......@@ -380,7 +380,7 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
$scope.unrelease = function () {
if ($scope.currentDeliveryOrder) {
$scope.uiOption.unReleasing = true;
if ($scope.queryCondition.poMst.supplier.useBarcode !== 'Y') {
if ($scope.queryCondition.poMst.supplier.useBarcode === 'Y') {
$scope.unReleaseMsg = "取消审核";
} else {
$scope.unReleaseMsg = "发布撤回";
......
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