From dc97bdd733b134f98a673269abcdba0aa69ab6df Mon Sep 17 00:00:00 2001 From: wangxy Date: Fri, 22 Oct 2021 15:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8C=85=E8=A3=85=EF=BC=8C=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E6=95=B0=E6=8D=AE=E9=87=87=E9=9B=86=EF=BC=8C=E6=8B=86?= =?UTF-8?q?=E5=8C=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quality/pkg.js | 9 ++++ src/views/quality/component/unpack.vue | 72 ++++++++++++++++++++++++++ src/views/quality/defectdata.vue | 68 +++++++++++++----------- src/views/quality/pkg.vue | 21 +++++--- src/views/quality/pkgDefeck.vue | 70 +++++++++++++++++++++++++ 5 files changed, 204 insertions(+), 36 deletions(-) create mode 100644 src/views/quality/component/unpack.vue create mode 100644 src/views/quality/pkgDefeck.vue diff --git a/src/api/quality/pkg.js b/src/api/quality/pkg.js index 0ffcef1..f10a3d6 100644 --- a/src/api/quality/pkg.js +++ b/src/api/quality/pkg.js @@ -85,3 +85,12 @@ export function getQueryList (query) { }) } +//拆除包装 +export function demolitionPkg (data) { + return request({ + url: `/admin/log/packorder/splitpackorderitem`, + method: 'get', + params: data + }) +} + diff --git a/src/views/quality/component/unpack.vue b/src/views/quality/component/unpack.vue new file mode 100644 index 0000000..e38e5b7 --- /dev/null +++ b/src/views/quality/component/unpack.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/src/views/quality/defectdata.vue b/src/views/quality/defectdata.vue index 88b6a9c..5b83fc4 100644 --- a/src/views/quality/defectdata.vue +++ b/src/views/quality/defectdata.vue @@ -1,7 +1,17 @@ + \ No newline at end of file