出库申请单-转单接口地址判断调整
This commit is contained in:
parent
5aea4c966c
commit
41ff917317
|
@ -17,10 +17,10 @@ export default function(ids) {
|
|||
pagecode: PAGECODE.card
|
||||
};
|
||||
let url = URL.transfer
|
||||
if (ids[0].cbilltype == '55A3') url = URL.transfer2
|
||||
// type = refBljh/ref422X
|
||||
let type = getUrlParam(this.props.getUrlParam, 'type');
|
||||
console.log('type = ', type);
|
||||
if (type == 'refBljh') url = URL.transfer2
|
||||
ajax({
|
||||
url: url,
|
||||
data: data,
|
||||
|
|
Loading…
Reference in New Issue