|
|
@@ -171,10 +171,10 @@ import {
|
|
|
import { closeLoading, showLoading } from '@/utils/loading'
|
|
|
import { useStore } from '@/store/modules/user'
|
|
|
import { showNotify, showToast } from 'vant'
|
|
|
-import { isAttribute } from '@/views/inbound/TakeDelivery/task/hooks/attribute'
|
|
|
-import Attribute from '@/views/inbound/TakeDelivery/components/Attribute.vue'
|
|
|
-import LotDate from '@/views/inbound/TakeDelivery/components/LotDate.vue'
|
|
|
-import UniqueCodeInput from '@/views/inbound/TakeDelivery/components/UniqueCodeInput.vue'
|
|
|
+import { isAttribute } from '@/views/inbound/takeDelivery/task/hooks/attribute'
|
|
|
+import Attribute from '@/views/inbound/takeDelivery/components/Attribute.vue'
|
|
|
+import LotDate from '@/views/inbound/takeDelivery/components/LotDate.vue'
|
|
|
+import UniqueCodeInput from '@/views/inbound/takeDelivery/components/UniqueCodeInput.vue'
|
|
|
import { barcodeToUpperCase, toMap } from '@/utils/dataType.js'
|
|
|
import { getCurrentTime } from '@/utils/date'
|
|
|
|