From e286bf5e09025ffe70fd491bf93b5800ce9bf6bf Mon Sep 17 00:00:00 2001 From: taozi <1362265981@qq.com> Date: Mon, 29 Dec 2025 17:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=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/materials/list.js | 1 + src/views/authority/datascope.vue | 1281 ++++++++--------- src/views/demandOrder/index.vue | 27 +- .../components/approvalProcessDialog.vue | 113 +- src/views/firstOrder/components/inDialog.vue | 99 +- src/views/firstOrder/components/outDialog.vue | 184 +-- src/views/firstOrder/inbound.vue | 112 +- src/views/firstOrder/list.vue | 106 +- src/views/firstOrder/outbound.vue | 32 +- src/views/materials/expend.vue | 2 +- src/views/materials/index.vue | 96 +- src/views/purchaseOrders/index.vue | 46 +- src/views/secondOrder/list.vue | 2 +- src/views/secondOrder/outbound.vue | 2 +- 14 files changed, 946 insertions(+), 1157 deletions(-) diff --git a/src/api/materials/list.js b/src/api/materials/list.js index a9a1746..cbbe856 100644 --- a/src/api/materials/list.js +++ b/src/api/materials/list.js @@ -1,6 +1,7 @@ import request from '@/router/axios'; export const getList = (current, size, params) => { + console.log(params,'params') return request({ url: '/smartpark/material/list', method: 'get', diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index d0e0160..6245070 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -1,71 +1,35 @@