|
|
@ -59,7 +59,7 @@ import { ref, getCurrentInstance, nextTick, onMounted } from 'vue' |
|
|
|
import winComScan from '@/mycomponents/scan/winComScan.vue' |
|
|
|
import balance from '@/mycomponents/balance/balance.vue' |
|
|
|
import balanceQtyEdit from '@/mycomponents/qty/balanceQtyEdit.vue' |
|
|
|
import balanceSelect from '@/mycomponents/balance/balanceSelect.vue' |
|
|
|
import BalanceSelect from '@/mycomponents/balance/balanceSelect.vue' |
|
|
|
|
|
|
|
import { getDetailOption, getDetailEditRemoveOption } from '@/common/array.js' |
|
|
|
import { getWorkShopLineStation } from '@/api/request2.js' |
|
|
@ -99,6 +99,7 @@ const toLocationCombox = ref() |
|
|
|
const comMessageRef = ref() |
|
|
|
const detailOptions = ref([]) |
|
|
|
const comscan = ref() |
|
|
|
const balanceSelect = ref(null) |
|
|
|
onMounted(() => { |
|
|
|
detailOptions.value = getDetailOption() |
|
|
|
scanOptions.value = getDetailEditRemoveOption() |
|
|
|