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