|
@@ -127,7 +127,7 @@ import { AgroProductInstoreAddTypeEnum } from '../models/type';
|
|
|
import { formItemBtnStyle } from '@/assets/styles/uview-plus';
|
|
import { formItemBtnStyle } from '@/assets/styles/uview-plus';
|
|
|
import { generateUniqueId } from '@/utils/public';
|
|
import { generateUniqueId } from '@/utils/public';
|
|
|
import { parseTime } from '@/utils/ruoyi';
|
|
import { parseTime } from '@/utils/ruoyi';
|
|
|
-
|
|
|
|
|
|
|
+import SelectWarehouseInput from '@/models/select-warehouse-input/select-warehouse-input.vue';
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
// 仅使用到的字典:入库类型、库房类型、显示农资卡片中的种类和来源
|
|
// 仅使用到的字典:入库类型、库房类型、显示农资卡片中的种类和来源
|
|
|
const { pt_seed_instore_type, pt_warehouse_type, pt_material_type, pt_source_type } = toRefs<any>(
|
|
const { pt_seed_instore_type, pt_warehouse_type, pt_material_type, pt_source_type } = toRefs<any>(
|