|
@@ -609,8 +609,11 @@
|
|
|
return { dictCode: item.id, dictValue: item.name };
|
|
return { dictCode: item.id, dictValue: item.name };
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- async _getInfo(sourceBizNo, type, list = []) {
|
|
|
|
|
- const dataArray = await getInfoBySourceBizNoAll(sourceBizNo);
|
|
|
|
|
|
|
+ async _getInfo(sourceBizNo, type, list = [], returnSourceType) {
|
|
|
|
|
+ const params = {
|
|
|
|
|
+ isCreateReturnOrder: 1,
|
|
|
|
|
+ }
|
|
|
|
|
+ const dataArray = await getInfoBySourceBizNoAll(sourceBizNo, returnSourceType === 3 ? params : {});
|
|
|
let res = {};
|
|
let res = {};
|
|
|
|
|
|
|
|
if (dataArray && dataArray.length > 0) {
|
|
if (dataArray && dataArray.length > 0) {
|