From 9a468e79183437a9f2f765dca17ad3192b34eea2 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Tue, 14 Nov 2023 17:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/api/productManagement/workplan.js | 14 +++- .../src/views/productManagement/workplan.vue | 82 ++++++++++++++++--- 2 files changed, 83 insertions(+), 13 deletions(-) diff --git a/ZR.Vue/src/api/productManagement/workplan.js b/ZR.Vue/src/api/productManagement/workplan.js index b9e95573..7c970c31 100644 --- a/ZR.Vue/src/api/productManagement/workplan.js +++ b/ZR.Vue/src/api/productManagement/workplan.js @@ -7,4 +7,16 @@ export function getWorkplanList(query) { method: 'get', params: query, }) - } \ No newline at end of file + } + + + export function addNewworkplan(data) { + return request({ + url: '/mes/pro/workplan/addworkplan', + method: 'post', + data: data, + contextType:"application/json" + }) + } + + \ No newline at end of file diff --git a/ZR.Vue/src/views/productManagement/workplan.vue b/ZR.Vue/src/views/productManagement/workplan.vue index d6c9b254..e3ad7983 100644 --- a/ZR.Vue/src/views/productManagement/workplan.vue +++ b/ZR.Vue/src/views/productManagement/workplan.vue @@ -64,8 +64,8 @@ @@ -82,16 +82,16 @@ - + - - - + @@ -99,15 +99,15 @@ - - + - + @@ -197,7 +197,7 @@