From 93632ec0885da37e79fd11406aa915fac0bc3637 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 31 Jul 2024 11:20:45 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionscrapRecordMain.data.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts index 20f93af4f..f040a6da8 100644 --- a/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts +++ b/src/views/wms/issueManage/productionscrap/productionscrapRecordMain/productionscrapRecordMain.data.ts @@ -552,6 +552,7 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive table: { width: 150 }, + isTable:false, hiddenInMain: true, }, { @@ -561,6 +562,7 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive table: { width: 150 }, + isTable:false, hiddenInMain: true, }, { @@ -570,6 +572,7 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive table: { width: 150 }, + isTable:false, hiddenInMain: true, }, { @@ -579,6 +582,7 @@ export const ProductionscrapRecordDetail = useCrudSchemas(reactive table: { width: 180 }, + isTable:false, hiddenInMain: true, }, { From c720bdb095033885888c3cb42b99ebfd8772b763 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 31 Jul 2024 11:32:47 +0800 Subject: [PATCH 02/12] =?UTF-8?q?qms=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qms/aql/index.vue | 190 +++-- src/views/qms/counter/index.vue | 124 +-- src/views/qms/dynamicRule/index.vue | 211 +++-- src/views/qms/inspectionJob/index.vue | 2 + src/views/qms/inspectionMethod/index.vue | 163 ++-- src/views/qms/inspectionRecordFirst/index.vue | 2 + src/views/qms/inspectionRequest/index.vue | 775 ++++++++++-------- src/views/qms/inspectionScheme/index.vue | 148 ++-- src/views/qms/inspectionStage/index.vue | 117 +-- src/views/qms/inspectionTemplate/index.vue | 132 +-- src/views/qms/qualityNotice/index.vue | 2 + src/views/qms/sampleCode/index.vue | 155 ++-- src/views/qms/samplingProcess/index.vue | 239 +++--- src/views/qms/samplingScheme/index.vue | 134 +-- src/views/qms/selectedProject/index.vue | 114 +-- src/views/qms/selectedSet/index.vue | 231 +++--- 16 files changed, 1582 insertions(+), 1157 deletions(-) diff --git a/src/views/qms/aql/index.vue b/src/views/qms/aql/index.vue index c74fe3459..3dc399dba 100644 --- a/src/views/qms/aql/index.vue +++ b/src/views/qms/aql/index.vue @@ -1,22 +1,27 @@