From 8a4dd3fc26ea5a8b6e3d7871c2cde16a0e806d5c Mon Sep 17 00:00:00 2001 From: xyz <747050115@qq.com> Date: Thu, 26 Dec 2024 11:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=94=B3=E8=AF=B7=E6=8B=89?= =?UTF-8?q?=E5=8D=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ic/ic/sapplybill/card/card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ic/ic/sapplybill/card/card.js b/src/ic/ic/sapplybill/card/card.js index 0803e89..cb4ca04 100644 --- a/src/ic/ic/sapplybill/card/card.js +++ b/src/ic/ic/sapplybill/card/card.js @@ -102,7 +102,7 @@ class SapplyBillCard extends Component { if (type == 'ref422x') { cbilltype = '422X'; } else if (type == 'refBljh') { - cbilltype = 'Bljh'; + cbilltype = '55A3'; } // let ids = [{ cbilltype: '422X', hids: orderhids, bids: orderbids }]; let ids = [{ cbilltype: cbilltype, hids: orderhids, bids: orderbids }];