|
@ -95,6 +95,7 @@ import * as LocationApi from '@/api/wms/location' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { formatDate } from '@/utils/formatTime' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import * as ruleApi from '@/api/wms/rule/index' |
|
|
import * as ruleApi from '@/api/wms/rule/index' |
|
|
|
|
|
import { formatTime } from '@/utils/index' |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
// 库存转移申请 |
|
|
// 库存转移申请 |
|
|
// 只有库存转移申请在使用的 |
|
|
// 只有库存转移申请在使用的 |
|
@ -327,6 +328,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
newRow['uom'] = item['uom'] |
|
|
newRow['uom'] = item['uom'] |
|
|
newRow['qty'] = item['qty'] |
|
|
newRow['qty'] = item['qty'] |
|
|
newRow['toInventoryStatus'] = item['inventoryStatus']//库存移动申请 |
|
|
newRow['toInventoryStatus'] = item['inventoryStatus']//库存移动申请 |
|
|
|
|
|
newRow['toBatch'] = formatTime(new Date(), 'yyyyMMdd') |
|
|
tableData.value.push(newRow) |
|
|
tableData.value.push(newRow) |
|
|
}) |
|
|
}) |
|
|
}else if (formField == 'toLocationCode') { |
|
|
}else if (formField == 'toLocationCode') { |
|
|