|
|
@@ -57,7 +57,7 @@ const VEHICLE_COLOR_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['VEHICLE_COLOR_TYPE'] || [] |
|
|
|
}) |
|
|
|
const DATA_SOURCE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['DATA_SOURCE'] || [] |
|
|
|
return $storeinitData.state.dictData['SOURCE_TYPE'] || [] |
|
|
|
}) |
|
|
|
|
|
|
|
const crudRef = ref() |
|
|
@@ -656,6 +656,7 @@ function handleCurrentChange(val: number) { |
|
|
|
} |
|
|
|
|
|
|
|
import {optionExportFn} from '@/views/optionalSystem/optionUtils' |
|
|
|
import {CARD_TYPE} from "@/views/inventoryControl/newInventory/cardIsIssued/data"; |
|
|
|
|
|
|
|
// 导出 |
|
|
|
function downloadHandle() { |