lisy пре 3 недеља
родитељ
комит
f7c4498b16
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/plant/port/port-harvest-create/index.vue

+ 2 - 0
src/plant/port/port-harvest-create/index.vue

@@ -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;