From 26b7752a3afbfe858dae0b4a50c60156a641c98d Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Thu, 4 Dec 2025 11:21:00 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20=20TMS-=E7=BD=91=E7=82=B9=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E7=94=B3=E8=AF=B7-=E4=B8=9A=E5=8A=A1=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E4=BF=AE=E6=94=B9=E6=97=B6=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E8=BF=99=E4=B8=AA=E6=9C=88=E7=BB=93=E5=AE=A2=E6=88=B7=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=81=9C=E7=94=A8=EF=BC=8C=E5=8F=AF=E4=BB=A5=E8=AE=A9?= =?UTF-8?q?=E4=BB=96=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xdadan/erp/web/emis/EmisSettleSubBillController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz-web/src/main/java/com/xdadan/erp/web/emis/EmisSettleSubBillController.java b/emis-biz-web/src/main/java/com/xdadan/erp/web/emis/EmisSettleSubBillController.java index 1f8e915e7..74e46fb23 100644 --- a/emis-biz-web/src/main/java/com/xdadan/erp/web/emis/EmisSettleSubBillController.java +++ b/emis-biz-web/src/main/java/com/xdadan/erp/web/emis/EmisSettleSubBillController.java @@ -469,7 +469,7 @@ public class EmisSettleSubBillController extends EmisBaseController */ EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo()); if (waybill.getRealFee() == null) { - return AjaxResult.error("报价未配置,请联系it解决"); + return AjaxResult.success("确认成功"); } if( !"2".equals(waybill.getPaymentType())