|
@ -107,6 +107,7 @@ import * as InventorychangeRequestDetailApi from '@/api/wms/inventorychangeReque |
|
|
import * as defaultButtons from '@/utils/disposition/defaultButtons' |
|
|
import * as defaultButtons from '@/utils/disposition/defaultButtons' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
|
|
|
import { formatTime } from '@/utils/index' |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -163,6 +164,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
newRow['locationCode'] = item['locationCode'] |
|
|
newRow['locationCode'] = item['locationCode'] |
|
|
newRow['uom'] = item['uom'] |
|
|
newRow['uom'] = item['uom'] |
|
|
newRow['originFrozen'] = newRow['frozen']=='TRUE'?true:false //记录原始数据用于判断 |
|
|
newRow['originFrozen'] = newRow['frozen']=='TRUE'?true:false //记录原始数据用于判断 |
|
|
|
|
|
newRow['toBatch'] = formatTime(new Date(), 'yyyyMMdd') |
|
|
tableData.value.push(newRow) |
|
|
tableData.value.push(newRow) |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|