From 0fa34a0ba6421bfb0cfb8bfae2c565f05e36306d Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 20 Mar 2025 11:15:33 +0800 Subject: [PATCH] 2025-03-20 --- .../com_projectInfo-add-or-update.vue | 2 +- .../com_technical-add-or-update.vue | 20 +- .../com_tsd_basicInformation.vue | 181 +++++++++--------- 3 files changed, 107 insertions(+), 96 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue index bb2f7ee..d2b7ea3 100644 --- a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue +++ b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue @@ -88,7 +88,7 @@ - + diff --git a/src/views/modules/sampleManagement/com_technical-add-or-update.vue b/src/views/modules/sampleManagement/com_technical-add-or-update.vue index 59e5ebf..91cfde3 100644 --- a/src/views/modules/sampleManagement/com_technical-add-or-update.vue +++ b/src/views/modules/sampleManagement/com_technical-add-or-update.vue @@ -31,11 +31,17 @@ - - + + + + + + + + - - + + @@ -428,6 +434,8 @@ buNo:'', dcc:'', dccList:[], + rev:'', + customerRev:'' }, dccList:'', dccFlag:false, @@ -751,7 +759,7 @@ testPartNo: '', partDesc: '', status: '', - revNo: '', + revNo: 1, remark: '', technician: '', quotationOfficer: '', @@ -777,6 +785,8 @@ buNo: '', dcc: '', dccList: [], + rev:'', + customerRev:'' } this.visible = true } diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 1e52cfe..fb07781 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -1,126 +1,126 @@