From f22f239518ceab3572bb2d27d2c436252c7c15d5 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 21 Nov 2025 13:22:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=89=E8=8A=AF=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 37 ++- pages/hrm/resignation_form.vue | 143 +++++++++ pages/index/index.vue | 32 +- pages/ofm/booking_form.vue | 11 +- pages/ofm/borrowfile_form.vue | 46 ++- pages/ofm/patent_form.vue | 157 ---------- pages/ofm/publicityForm.vue | 11 +- pages/ofm/sealForm.vue | 11 +- pages/ofm/vehicleForm.vue | 34 ++- pages/pum/supplieraudit_form.vue | 126 ++++++++ pages/srm/paperse_form.vue | 267 +++++++++++++++++ pages/srm/patent_form.vue | 273 ++++++++++++++++++ pages/srm/plant_form.vue | 148 ++++++++++ pages/srm/project_form.vue | 150 ++++++++++ pages/wf/ticketd_b.vue | 1 + .../uni-file-picker/uni-file-picker.vue | 6 +- utils/api.js | 43 ++- 17 files changed, 1286 insertions(+), 210 deletions(-) create mode 100644 pages/hrm/resignation_form.vue delete mode 100644 pages/ofm/patent_form.vue create mode 100644 pages/pum/supplieraudit_form.vue create mode 100644 pages/srm/paperse_form.vue create mode 100644 pages/srm/patent_form.vue create mode 100644 pages/srm/plant_form.vue create mode 100644 pages/srm/project_form.vue diff --git a/pages.json b/pages.json index fd1fa3e..3cc717f 100644 --- a/pages.json +++ b/pages.json @@ -62,12 +62,40 @@ } }, { - "path" : "pages/ofm/patent_form", + "path" : "pages/srm/patent_form", "style" : { "navigationBarTitleText" : "专利审批" } }, + { + "path" : "pages/srm/paperse_form", + "style" : + { + "navigationBarTitleText" : "论文申密" + } + }, + { + "path" : "pages/srm/plant_form", + "style" : + { + "navigationBarTitleText" : "平台审批" + } + }, + { + "path" : "pages/srm/project_form", + "style" : + { + "navigationBarTitleText" : "立项审批" + } + }, + { + "path" : "pages/hrm/resignation_form", + "style" : + { + "navigationBarTitleText" : "离职申请" + } + }, { "path" : "pages/ofm/mroom", "style" : @@ -75,6 +103,13 @@ "navigationBarTitleText" : "会议室" } }, + { + "path" : "pages/pum/supplieraudit_form", + "style" : + { + "navigationBarTitleText" : "供应商审批" + } + }, { "path" : "pages/ofm/booking", "style" : diff --git a/pages/hrm/resignation_form.vue b/pages/hrm/resignation_form.vue new file mode 100644 index 0000000..6635a82 --- /dev/null +++ b/pages/hrm/resignation_form.vue @@ -0,0 +1,143 @@ + +