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 }];