From 802cc9230975c697af91e77e6d40d7e88cd39f88 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 10 Apr 2026 00:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(mes):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=87=92=E5=8A=A0=E8=BD=BD=E6=B3=A8=E8=A7=A3=E4=BB=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BE=9D=E8=B5=96=E6=B3=A8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/pro/card/index.ts | 2 +- src/api/mes/qc/template/index.ts | 1 - src/api/mes/wm/salesnotice/index.ts | 2 +- src/views/mes/pro/andon/record/AndonRecordForm.vue | 2 +- src/views/mes/qc/rqc/RqcForm.vue | 2 +- src/views/mes/wm/productissue/ProductIssueForm.vue | 2 +- src/views/mes/wm/returnissue/ReturnIssueForm.vue | 2 +- src/views/mes/wm/returnvendor/ReturnVendorForm.vue | 2 +- src/views/mes/wm/stocktaking/plan/StockTakingPlanForm.vue | 4 ++-- src/views/mes/wm/stocktaking/task/StockTakingForm.vue | 8 ++++---- 10 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/api/mes/pro/card/index.ts b/src/api/mes/pro/card/index.ts index 4792f8299..a438dbe11 100644 --- a/src/api/mes/pro/card/index.ts +++ b/src/api/mes/pro/card/index.ts @@ -63,5 +63,5 @@ export const ProCardApi = { // 取消生产流转卡 cancelCard: async (id: number) => { return await request.put({ url: `/mes/pro/card/cancel?id=` + id }) - }, + } } diff --git a/src/api/mes/qc/template/index.ts b/src/api/mes/qc/template/index.ts index 330c63785..d802305dd 100644 --- a/src/api/mes/qc/template/index.ts +++ b/src/api/mes/qc/template/index.ts @@ -17,7 +17,6 @@ export const QcTemplateApi = { return await request.get({ url: `/mes/qc/template/page`, params }) }, - // 查询质检方案详情 getTemplate: async (id: number) => { return await request.get({ url: `/mes/qc/template/get?id=` + id }) diff --git a/src/api/mes/wm/salesnotice/index.ts b/src/api/mes/wm/salesnotice/index.ts index aa89a2f5e..042ebec09 100644 --- a/src/api/mes/wm/salesnotice/index.ts +++ b/src/api/mes/wm/salesnotice/index.ts @@ -53,5 +53,5 @@ export const WmSalesNoticeApi = { // 导出发货通知单 Excel exportSalesNotice: async (params: any) => { return await request.download({ url: '/mes/wm/sales-notice/export-excel', params }) - }, + } } diff --git a/src/views/mes/pro/andon/record/AndonRecordForm.vue b/src/views/mes/pro/andon/record/AndonRecordForm.vue index f7aeeec27..8b0cfa57e 100644 --- a/src/views/mes/pro/andon/record/AndonRecordForm.vue +++ b/src/views/mes/pro/andon/record/AndonRecordForm.vue @@ -69,7 +69,7 @@ v-if="formType === 'update'" v-model="formData.handleTime" type="datetime" - value-format="YYYY-MM-DD HH:mm:ss" + value-format="x" placeholder="请选择处置时间" class="!w-full" /> diff --git a/src/views/mes/qc/rqc/RqcForm.vue b/src/views/mes/qc/rqc/RqcForm.vue index f69b8cdf0..7e4cfa548 100644 --- a/src/views/mes/qc/rqc/RqcForm.vue +++ b/src/views/mes/qc/rqc/RqcForm.vue @@ -125,7 +125,7 @@ diff --git a/src/views/mes/wm/productissue/ProductIssueForm.vue b/src/views/mes/wm/productissue/ProductIssueForm.vue index 841b22fcc..2f421a55b 100644 --- a/src/views/mes/wm/productissue/ProductIssueForm.vue +++ b/src/views/mes/wm/productissue/ProductIssueForm.vue @@ -36,7 +36,7 @@