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