出库申请拉单调整
This commit is contained in:
parent
63dfa0dc22
commit
8a4dd3fc26
|
@ -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 }];
|
||||||
|
|
Loading…
Reference in New Issue