diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue
index 5ab7e37..6e95304 100644
--- a/src/views/modules/proofing/requestForProofing.vue
+++ b/src/views/modules/proofing/requestForProofing.vue
@@ -142,6 +142,16 @@
style="width: 100px; height: 80px"/>
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
index a98837f..a427e9e 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -25,13 +25,12 @@
UL文件号/UL Product Model
-
+
刷新
@@ -363,6 +362,7 @@
modalFlag:false,
bomFlag:false,
urlFileFlag:false,
+ urlFileChange: false,
height:200,
searchData: {
site: '',
@@ -386,7 +386,7 @@
{
required: true,
message: ' ',
- trigger: ['blur', 'change']
+ trigger: 'blur'
}
],
},
@@ -933,6 +933,16 @@
this.bomData.urlFile = row.dictLabel
this.urlFileFlag = false
},
+
+ validateUrlFile() {
+ const value = this.bomData.urlFile.trim();
+ this.urlFileInvalid = !value; // 空值则标记为无效
+ },
+ },
+ watch: {
+ 'bomData.urlFile'(newVal) {
+ this.urlFileChange = true
+ },
},
}
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
index 8b2d3f1..c86a5e3 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
@@ -154,6 +154,10 @@
label="参数卡编码"
height="150px"
style="margin-top: 5px"
+ :save-visible="isAuth('103002:upload')"
+ :download-visible="isAuth('103002:download')"
+ :remove-visible="isAuth('103002:remove')"
+ :preview-visible="isAuth('103002:preview')"
:disabled="ifDisableFlag"
:columns="ossColumns"
:order-ref1="dataForm.site?dataForm.site:''"
diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue
index fdfec3a..977b172 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationList.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue
@@ -381,10 +381,10 @@
{
if (data && data.code === 0){
this.dataList1 = data.page.list