From c99cad808c4c6c112045e62ff845e184fdc32535 Mon Sep 17 00:00:00 2001 From: zyx Date: Thu, 1 Oct 2020 16:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E6=80=BB=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/View/AggregateFinanceStatement/lists.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Admin/View/AggregateFinanceStatement/lists.html b/Application/Admin/View/AggregateFinanceStatement/lists.html index ef32a8999..f49220582 100644 --- a/Application/Admin/View/AggregateFinanceStatement/lists.html +++ b/Application/Admin/View/AggregateFinanceStatement/lists.html @@ -296,11 +296,11 @@ } }).get().join(","); if(text == ''){ - layer.msg("" + '无需要审批通过的结算单,仅[已申请发票]状态可以进行审批通过' + ""); + layer.msg("" + '无需要审批通过的结算单,仅[未申请发票]状态可以进行审批通过' + ""); return; } if(flag){ - layer.confirm("审批成功仅会对 [已申请发票] 结算单处理,选择中包含其他的状态的结算单将被忽略,点击取消停止操作",{title:false}, function(index){ + layer.confirm("审批成功仅会对 [未申请发票] 结算单处理,选择中包含其他的状态的结算单将被忽略,点击取消停止操作",{title:false}, function(index){ _doAgreeApply(); layer.close(index); }); @@ -338,11 +338,11 @@ } }).get().join(","); if(text == ''){ - layer.msg("" + '无需要批拒绝的结算单,仅[已申请发票]状态可以进行审批拒绝' + ""); + layer.msg("" + '无需要批拒绝的结算单,仅[未申请发票]状态可以进行审批拒绝' + ""); return; } if(flag){ - layer.confirm("审批拒绝仅会对 [已申请发票] 结算单处理,选择中包含其他的状态的结算单将被忽略,点击取消停止操作",{title:false}, function(index){ + layer.confirm("审批拒绝仅会对 [未申请发票] 结算单处理,选择中包含其他的状态的结算单将被忽略,点击取消停止操作",{title:false}, function(index){ _doRefuseApply(); layer.close(index); });