出库申请拉单调整

This commit is contained in:
xyz 2024-12-26 11:29:48 +08:00
parent 63dfa0dc22
commit 8a4dd3fc26
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class SapplyBillCard extends Component {
if (type == 'ref422x') { if (type == 'ref422x') {
cbilltype = '422X'; cbilltype = '422X';
} else if (type == 'refBljh') { } else if (type == 'refBljh') {
cbilltype = 'Bljh'; cbilltype = '55A3';
} }
// let ids = [{ cbilltype: '422X', hids: orderhids, bids: orderbids }]; // let ids = [{ cbilltype: '422X', hids: orderhids, bids: orderbids }];
let ids = [{ cbilltype: cbilltype, hids: orderhids, bids: orderbids }]; let ids = [{ cbilltype: cbilltype, hids: orderhids, bids: orderbids }];