From 11df9b0584ed9827d9a18be22f72af41d49a3ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 3 Dec 2024 19:09:07 +0800 Subject: [PATCH] 1 --- src/api/productManagement/proreportwork.js | 16 +- .../BaseRoute/TheRouteDialog/index.vue | 434 ++++++------- .../WorkReport/ProReportwork.vue | 367 ----------- .../WorkReport/index-old.vue | 479 +++++++++++++++ .../productManagement/WorkReport/index.vue | 575 +++++++----------- 5 files changed, 914 insertions(+), 957 deletions(-) delete mode 100644 src/views/productManagement/WorkReport/ProReportwork.vue create mode 100644 src/views/productManagement/WorkReport/index-old.vue diff --git a/src/api/productManagement/proreportwork.js b/src/api/productManagement/proreportwork.js index 56e9ad1..700bada 100644 --- a/src/api/productManagement/proreportwork.js +++ b/src/api/productManagement/proreportwork.js @@ -6,9 +6,9 @@ import request from '@/utils/request' */ export function listProReportwork(query) { return request({ - url: 'BZFM/ProReportwork/list', + url: 'mes/productManagement/ProReportwork/list', method: 'get', - params: query, + params: query }) } @@ -18,9 +18,9 @@ export function listProReportwork(query) { */ export function addProReportwork(data) { return request({ - url: 'BZFM/ProReportwork', + url: 'mes/productManagement/ProReportwork', method: 'post', - data: data, + data: data }) } /** @@ -29,9 +29,9 @@ export function addProReportwork(data) { */ export function updateProReportwork(data) { return request({ - url: 'BZFM/ProReportwork', + url: 'mes/productManagement/ProReportwork', method: 'PUT', - data: data, + data: data }) } /** @@ -40,7 +40,7 @@ export function updateProReportwork(data) { */ export function getProReportwork(id) { return request({ - url: 'BZFM/ProReportwork/' + id, + url: 'mes/productManagement/ProReportwork/' + id, method: 'get' }) } @@ -51,7 +51,7 @@ export function getProReportwork(id) { */ export function delProReportwork(pid) { return request({ - url: 'BZFM/ProReportwork/delete/' + pid, + url: 'mes/productManagement/ProReportwork/delete/' + pid, method: 'POST' }) } diff --git a/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue b/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue index f92a503..32058d5 100644 --- a/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue +++ b/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue @@ -10,7 +10,8 @@ - + @@ -33,230 +34,229 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/productManagement/WorkReport/ProReportwork.vue b/src/views/productManagement/WorkReport/ProReportwork.vue deleted file mode 100644 index a943a65..0000000 --- a/src/views/productManagement/WorkReport/ProReportwork.vue +++ /dev/null @@ -1,367 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/productManagement/WorkReport/index-old.vue b/src/views/productManagement/WorkReport/index-old.vue new file mode 100644 index 0000000..aa057a0 --- /dev/null +++ b/src/views/productManagement/WorkReport/index-old.vue @@ -0,0 +1,479 @@ + + + + + + diff --git a/src/views/productManagement/WorkReport/index.vue b/src/views/productManagement/WorkReport/index.vue index aa057a0..9505e63 100644 --- a/src/views/productManagement/WorkReport/index.vue +++ b/src/views/productManagement/WorkReport/index.vue @@ -1,185 +1,120 @@