|
|
|
@ -123,7 +123,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { scanHandlingUnitLabel, confirmOtherOutbound, getOtherOutboundHistory } from '@/api/po/po' |
|
|
|
import { scanHandlingUnitLabelForOther, confirmOtherOutbound, getOtherOutboundHistory } from '@/api/po/po' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'OtherOutbound', |
|
|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
site: this.site, |
|
|
|
}; |
|
|
|
|
|
|
|
scanHandlingUnitLabel(params).then(({ data }) => { |
|
|
|
scanHandlingUnitLabelForOther(params).then(({ data }) => { |
|
|
|
if (data && data.code === 0 && data.data) { |
|
|
|
const huInfo = data.data; |
|
|
|
this.processHandlingUnit(unitId, huInfo); |
|
|
|
|