|
@ -34,8 +34,6 @@ |
|
|
</el-button> |
|
|
</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<template #revokeFlag="{row}"> |
|
|
<template #revokeFlag="{row}"> |
|
|
<!-- <span>{{ getTag(row.revokeFlag)}}</span> --> |
|
|
|
|
|
|
|
|
|
|
|
<el-tag :type="getTag(row.revokeFlag).colorType">{{ getTag(row.revokeFlag).label}}</el-tag> |
|
|
<el-tag :type="getTag(row.revokeFlag).colorType">{{ getTag(row.revokeFlag).label}}</el-tag> |
|
|
</template> |
|
|
</template> |
|
|
<template #action="{ row,$index }"> |
|
|
<template #action="{ row,$index }"> |
|
@ -105,7 +103,6 @@ import { usePageLoading } from '@/hooks/web/usePageLoading' |
|
|
import { getSwitchByCode } from '@/api/wms/switch' |
|
|
import { getSwitchByCode } from '@/api/wms/switch' |
|
|
import { DICT_TYPE, getStrDictOptions } from '@/utils/dict' |
|
|
import { DICT_TYPE, getStrDictOptions } from '@/utils/dict' |
|
|
const dictOptions= ref(getStrDictOptions(DICT_TYPE.TRUE_FALSE)) |
|
|
const dictOptions= ref(getStrDictOptions(DICT_TYPE.TRUE_FALSE)) |
|
|
console.log(344,dictOptions.value) |
|
|
|
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
const { loadStart, loadDone } = usePageLoading() |
|
|
// 制品报废记录主 |
|
|
// 制品报废记录主 |
|
|
defineOptions({ name: 'ProductscrapRecordMain' }) |
|
|
defineOptions({ name: 'ProductscrapRecordMain' }) |
|
@ -204,7 +201,6 @@ const buttonBaseClickBom = (val) => { |
|
|
item.childList = tableListBom.value |
|
|
item.childList = tableListBom.value |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
console.log(157, tableData.value) |
|
|
|
|
|
bomModelVisible.value = false |
|
|
bomModelVisible.value = false |
|
|
} |
|
|
} |
|
|
// 关闭 |
|
|
// 关闭 |
|
|