|
|
@ -98,6 +98,7 @@ import { formatDate } from '@/utils/formatTime' |
|
|
|
import dayjs from 'dayjs' |
|
|
|
import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
|
import * as ruleApi from '@/api/wms/rule/index' |
|
|
|
import { formatTime } from '@/utils/index' |
|
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
|
// 物料隔离申请OktoholdRequestMain |
|
|
|
// 只有物料隔离申请在使用的 |
|
|
@ -379,6 +380,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
|
newRow.disabled_supplierCode = true |
|
|
|
newRow.isInpuFocusShow_supplierCode = false |
|
|
|
} |
|
|
|
newRow['toBatch'] = formatTime(new Date(), 'yyyyMMdd') |
|
|
|
tableData.value.push(newRow) |
|
|
|
}) |
|
|
|
} else if(formField == 'supplierCode'){ |
|
|
|