|
@@ -49,7 +49,7 @@
|
|
|
<view class="h-1" id="sourceTypepppp"></view>
|
|
<view class="h-1" id="sourceTypepppp"></view>
|
|
|
<ut-action-sheet :tabs="pt_medicine_source" mode="custom" title="鲜货来源" v-model="form.sourceType">
|
|
<ut-action-sheet :tabs="pt_medicine_source" mode="custom" title="鲜货来源" v-model="form.sourceType">
|
|
|
<up-form-item borderBottom label="鲜货来源" required prop="sourceType">
|
|
<up-form-item borderBottom label="鲜货来源" required prop="sourceType">
|
|
|
- <view v-if="form.sourceType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_medicine_source, form.sourceType) }}</view>
|
|
|
|
|
|
|
+ <view v-if="form.sourceType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_medicine_source_tag, form.sourceType) }}</view>
|
|
|
<view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择鲜货来源</view>
|
|
<view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择鲜货来源</view>
|
|
|
<template #right>
|
|
<template #right>
|
|
|
<up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
|
|
<up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
|
|
@@ -172,7 +172,7 @@ import SelectWarehouseInput from '@/models/select-warehouse-input/select-warehou
|
|
|
import SelectMedicinalPart from '@/models/select-medicinal-part/select-medicinal-part.vue';
|
|
import SelectMedicinalPart from '@/models/select-medicinal-part/select-medicinal-part.vue';
|
|
|
import { parseTime } from '@/utils/ruoyi';
|
|
import { parseTime } from '@/utils/ruoyi';
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
-const { pt_fresh_instore_type, pt_warehouse_type, pt_medicine_source,pt_medicine_unit, yes_no } = toRefs<any>(proxy?.useDict('pt_fresh_instore_type', 'pt_warehouse_type', 'pt_medicine_source','pt_medicine_unit', 'yes_no'));
|
|
|
|
|
|
|
+const { pt_fresh_instore_type, pt_warehouse_type, pt_medicine_source,pt_medicine_unit, yes_no, pt_medicine_source_tag } = toRefs<any>(proxy?.useDict('pt_fresh_instore_type', 'pt_warehouse_type', 'pt_medicine_source','pt_medicine_unit', 'yes_no', 'pt_medicine_source_tag'));
|
|
|
const paging = ref<any>(null);
|
|
const paging = ref<any>(null);
|
|
|
const upFormRef = ref<any>(null);
|
|
const upFormRef = ref<any>(null);
|
|
|
// 单条鲜货信息 + 入库信息的合并表单
|
|
// 单条鲜货信息 + 入库信息的合并表单
|