|
@@ -96,9 +96,9 @@ import { selectDictListClass } from '@/utils/ruoyi';
|
|
|
import { getStorageRoomNames } from '@/utils/common';
|
|
import { getStorageRoomNames } from '@/utils/common';
|
|
|
import FreshGoodsBottom from './model/fresh-goods-bottom.vue';
|
|
import FreshGoodsBottom from './model/fresh-goods-bottom.vue';
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
-const { pt_seed_instore_type, pt_warehouse_type, pt_seed_type, pt_seed_source, pt_materail_unit, pt_mother_father_flag, pt_op_method, pt_seed_unit, pt_fungus_code_type, pt_breeding_materials, yes_no, pt_cus_type, pt_cpy_type, pt_gen_unit } = toRefs<any>(proxy?.useDict('pt_seed_instore_type', 'pt_warehouse_type', 'pt_seed_type', 'pt_seed_source', 'pt_materail_unit', 'pt_mother_father_flag', 'pt_op_method', 'pt_seed_unit', 'pt_fungus_code_type', 'pt_breeding_materials', 'yes_no', 'pt_cus_type', 'pt_cpy_type', 'pt_gen_unit'));
|
|
|
|
|
|
|
+const { pt_seed_instore_type, pt_seed_type, pt_fungus_code_type } = toRefs<any>(proxy?.useDict('pt_seed_instore_type', 'pt_warehouse_type', 'pt_seed_type', 'pt_seed_source', 'pt_materail_unit', 'pt_mother_father_flag', 'pt_op_method', 'pt_seed_unit', 'pt_fungus_code_type', 'pt_breeding_materials', 'yes_no', 'pt_cus_type', 'pt_cpy_type', 'pt_gen_unit'));
|
|
|
const list = ref<any[]>();
|
|
const list = ref<any[]>();
|
|
|
-const form = ref({ keyword: '', restFlag: '1', instoreType: '', storageType: '2' });
|
|
|
|
|
|
|
+const form = ref({ keyword: '', restFlag: '1', instoreType: '', storageType: '4' });
|
|
|
const paging = ref();
|
|
const paging = ref();
|
|
|
const tabs = ref([
|
|
const tabs = ref([
|
|
|
{ label: '有库存', value: '1' },
|
|
{ label: '有库存', value: '1' },
|