|
|
@@ -233,6 +233,7 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
const { pt_output_type, pt_seed_type, pt_seed_unit, pt_harvest_type } = toRefs<any>(proxy?.useDict('pt_output_type', 'pt_seed_type', 'pt_seed_unit', 'pt_harvest_type'));
|
|
|
const deawerData = ref();
|
|
|
const infoStore = useInfoStore();
|
|
|
+const pageTitle = ref('新增采收入库');
|
|
|
// 表单数据
|
|
|
const form = ref({
|
|
|
taskId: '',
|
|
|
@@ -558,6 +559,7 @@ onLoad(async (options: any) => {
|
|
|
variety: variety.value,
|
|
|
};
|
|
|
if (options?.change) {
|
|
|
+ pageTitle.value = '修改采收记录';
|
|
|
//重选获取一下
|
|
|
const res = await useClientRequest.get(`/plt-api/app/harvestRecord/getInfo/${options?.recordId}`);
|
|
|
changeRevisions.value = true;
|