Browse Source

去掉console

intex_online20241111
zhang_li 1 month ago
parent
commit
e0741b5add
  1. 4
      src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue

4
src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue

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

Loading…
Cancel
Save