From 82cb65262535d72bce4ef691bdb525a4ae9c31c7 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 18 Sep 2025 14:41:08 +0800 Subject: [PATCH] =?UTF-8?q?change(qms):=20=E6=9B=B4=E6=96=B0=E5=88=97?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将"生产订单号"更新为"业务来源单号",以更准确地反映数据内容。此更改涉及表格列的标签和对应的键值定义。 --- src/views/qms/QcInspectionMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/qms/QcInspectionMain/index.vue b/src/views/qms/QcInspectionMain/index.vue index d341da9..5e5e344 100644 --- a/src/views/qms/QcInspectionMain/index.vue +++ b/src/views/qms/QcInspectionMain/index.vue @@ -122,7 +122,7 @@ {{ parseTime(scope.row.inspectionEndTime, '{y}-{m}-{d} {h}:{i}:{s}') }} - + @@ -671,7 +671,7 @@ const columns = ref([ { key: 16, label: `班组`, visible: true }, { key: 17, label: `检验开始时间`, visible: true }, { key: 18, label: `检验结束时间`, visible: true }, - { key: 19, label: `生产订单号`, visible: true }, + { key: 19, label: `业务来源单号`, visible: true }, { key: 20, label: `批次号`, visible: true }, { key: 21, label: `条码号`, visible: true }, { key: 22, label: `供应商名称`, visible: true },