From 3e54607772550a6bca127c033db9ef0816bf1544 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 14 Nov 2024 18:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E8=81=94=E8=B0=83=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/back/index.js | 9 + .../material/back/component/addReturn.vue | 34 +- src/views/material/back/component/home.vue | 60 +- .../material/back/component/queryReturn.vue | 734 +++++++++++------- 4 files changed, 489 insertions(+), 348 deletions(-) diff --git a/src/api/back/index.js b/src/api/back/index.js index 43b1eff7..16fc9b61 100644 --- a/src/api/back/index.js +++ b/src/api/back/index.js @@ -78,6 +78,15 @@ export function editBackApply(data) { }) } +// 退料提交 +export function submitBackApply(data) { + return request({ + url: '/material/back_apply_info/submitBackApply', + method: 'post', + data: data, + }) +} + //新增编辑-编码类型-获取所有编码 export function getMachineById(query) { diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index ef511680..bb38eec5 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -345,10 +345,7 @@ - + \ No newline at end of file