From 90c5ee18bd4d89594d0092d879b74fbfc035cea4 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 7 Oct 2023 14:49:38 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/setup.vue | 23 --------- utils/api.js | 16 ------ utils/getData2.js | 115 ++++++++++++++++++++++++++---------------- 3 files changed, 71 insertions(+), 83 deletions(-) delete mode 100644 utils/api.js diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 02851bb..c196bb1 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -14,22 +14,14 @@ - - From f810f29769d0263e788ca6e54d11a3190df7cf6a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Sat, 7 Oct 2023 14:51:19 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=88=86=E6=8B=A3=E6=8E=92=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modules/sort-schedue.vue | 108 ++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 48 deletions(-) diff --git a/pages/modules/sort-schedue.vue b/pages/modules/sort-schedue.vue index b774946..0b3f70c 100644 --- a/pages/modules/sort-schedue.vue +++ b/pages/modules/sort-schedue.vue @@ -7,26 +7,26 @@ - - - - - + + + + + - - - - - - - - - + + + + + + + + +
选择 工单号 物料编码 物料名称规格客户计划出库量实际出库量工单状态开工人创建者计划量实际量
{{e.device_code}}{{e.device_name}}{{e.status_name}}{{e.plan_start_date}}
{{e.workorder_code}}{{e.material_code}}{{e.material_name}}{{e.workorder_status}}{{e.operator}}{{e.create_name}}{{e.real_qty}}
@@ -34,8 +34,8 @@ - - + + @@ -43,7 +43,7 @@