@ -76,7 +76,7 @@ import { CACHE_KEY, useCache } from '@/hooks/web/useCache'
import { formatDate } from '@/utils/formatTime'
import { usePageLoading } from '@/hooks/web/usePageLoading'
const { loadStart, loadDone } = usePageLoading()
// 计划外出库任务主
// 备件领用任务主
defineOptions({ name: 'UnplannedissueJobMainSpare' })
const message = useMessage() // 消息弹窗
@ -71,7 +71,7 @@ import { CACHE_KEY, useCache } from '@/hooks/web/useCache'
// 计划外出库记录主
// 备件领用记录主
defineOptions({ name: 'UnplannedissueRecordMainSpare' })
@ -94,7 +94,7 @@ import * as defaultButtons from '@/utils/disposition/defaultButtons'
// 计划外出库申请
// 备件领用申请
defineOptions({ name: 'UnplannedissueRequestMainSpare' })
@ -1007,7 +1007,8 @@ const tableSelectionDelete = (selection) => {
}
const onEnter = async (field,value)=>{
console.log(field,value)
getSearchTableData(value,true)
formRef.value.setDefaultBlurValue(field,value)
// getSearchTableData(value,true)
// 主子数据 提交
const submitForm = async (formType, submitData) => {
@ -736,7 +736,7 @@ const tableSelectionDelete = (selection) => {
@ -220,7 +220,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const updateTableData = (tableList)=>{
console.log('tableList',tableList)