|
|
|
@ -215,7 +215,7 @@ import { |
|
|
|
validateLabelWithReturn, |
|
|
|
confirmReturnStorage, |
|
|
|
getMaterialList, |
|
|
|
getScannedLabelList |
|
|
|
getApplicationScannedLabelList |
|
|
|
} from "@/api/production/production-return2.js"; |
|
|
|
import { getCurrentWarehouse } from '@/utils' |
|
|
|
import moment from 'moment'; |
|
|
|
@ -476,7 +476,7 @@ export default { |
|
|
|
inboundNo: this.materialInfo.transactionId |
|
|
|
}; |
|
|
|
|
|
|
|
getScannedLabelList(params).then(({ data }) => { |
|
|
|
getApplicationScannedLabelList(params).then(({ data }) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
// 将查询结果转换为labelList格式 |
|
|
|
this.labelList = (data.data || []).map((item, index) => ({ |
|
|
|
|