出库申请单-转单接口地址判断调整

This commit is contained in:
mzr 2025-04-09 16:41:14 +08:00
parent 5aea4c966c
commit 41ff917317
1 changed files with 1 additions and 1 deletions

View File

@ -17,10 +17,10 @@ export default function(ids) {
pagecode: PAGECODE.card pagecode: PAGECODE.card
}; };
let url = URL.transfer let url = URL.transfer
if (ids[0].cbilltype == '55A3') url = URL.transfer2
// type = refBljh/ref422X // type = refBljh/ref422X
let type = getUrlParam(this.props.getUrlParam, 'type'); let type = getUrlParam(this.props.getUrlParam, 'type');
console.log('type = ', type); console.log('type = ', type);
if (type == 'refBljh') url = URL.transfer2
ajax({ ajax({
url: url, url: url,
data: data, data: data,