|
@@ -74,10 +74,10 @@
|
|
|
import UserComponent from '../common/user-component'
|
|
|
import DictSelect from '../sys/dict-select'
|
|
|
import {getBoundDetails, outboundBatch, updateBatch} from '@/api/warehouse'
|
|
|
- import {getUUID} from '../../../utils'
|
|
|
+ import {getUUID} from '@/utils'
|
|
|
import MaterialComponent from '../common/material-component'
|
|
|
- import MaterialTypeComponent from "@/views/modules/common/material-type-component.vue";
|
|
|
- export default {
|
|
|
+ import MaterialTypeComponent from '@/views/modules/common/material-type-component.vue'
|
|
|
+export default {
|
|
|
name: 'stock-order-inbound',
|
|
|
components: {MaterialTypeComponent, MaterialComponent, DictSelect, UserComponent},
|
|
|
data () {
|