From 1cceb15e928ac30168f563a69247f268bd1fc87f Mon Sep 17 00:00:00 2001 From: laozt <2721205210@qq.com> Date: Wed, 3 Jan 2024 17:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yingji/new.js | 2 +- src/layout/newyjLayout.vue | 6 +- src/views/components/AddDialog/tab2.vue | 139 ++++++++++++- .../planmanage/components/AreaCascader.vue | 186 ++++++++++++++++++ 4 files changed, 328 insertions(+), 5 deletions(-) create mode 100644 src/views/yingji/planmanage/components/AreaCascader.vue diff --git a/src/api/yingji/new.js b/src/api/yingji/new.js index c6f9346..49e6b3f 100644 --- a/src/api/yingji/new.js +++ b/src/api/yingji/new.js @@ -29,7 +29,7 @@ export function getNew(id) { // 新增企业新 export function addNew(data) { return request({ - url: '/system/new', + url: '/pharmaceuticals/new', method: 'post', data: data }) diff --git a/src/layout/newyjLayout.vue b/src/layout/newyjLayout.vue index d5addd9..3939641 100644 --- a/src/layout/newyjLayout.vue +++ b/src/layout/newyjLayout.vue @@ -2,7 +2,7 @@ * @Author: laozt 2721205210@qq.com * @Date: 2023-10-12 09:29:26 * @LastEditors: laozt 2721205210@qq.com - * @LastEditTime: 2023-12-19 11:22:07 + * @LastEditTime: 2024-01-03 10:29:53 * @FilePath: \suzhouyingjiPC\src\layout\newyjLayout.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -56,9 +56,9 @@ - + 修改密码 diff --git a/src/views/components/AddDialog/tab2.vue b/src/views/components/AddDialog/tab2.vue index 8992f47..4d77f58 100644 --- a/src/views/components/AddDialog/tab2.vue +++ b/src/views/components/AddDialog/tab2.vue @@ -79,6 +79,12 @@ >重置 + + + 企业补录 +
@@ -179,6 +185,38 @@
+ + + + + + + + + + + + + + + +