+
{{ scope.row[item.columnProp] }}
@@ -431,10 +431,16 @@
return s
},
handleClick(row){
- if (this.$router.resolve(`/quotation-requestForQuote`).resolved.name === '404'){
+ if (this.$router.resolve(`/tooling-searchToolApply`).resolved.name === '404'){
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',});
}else {
- this.$router.push({name:`quotation-requestForQuote`,params:{quotationNo:row.quotationNo},})
+ let inData = {
+ site: this.$store.state.user.site,
+ applyNo: row.applyNo,
+ username: this.$store.state.user.name
+ };
+ localStorage.setItem('ToolApplyData', JSON.stringify(inData))
+ this.$router.push({name:`tooling-searchToolApply`})
}
}
},
diff --git a/src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue b/src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue
index 1c154f6..2772581 100644
--- a/src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue
+++ b/src/views/modules/project/projectPart/com_projectPart_technicalSpecification.vue
@@ -36,9 +36,14 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{ scope.row[item.columnProp] }}
-
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
@@ -449,6 +454,13 @@
return s
},
+ handleClick(row){
+ if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404'){
+ this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',});
+ }else {
+ this.$router.push({name:`sampleManagement-technicalSpecificationList`,params:{codeNo:row.codeNo?row.codeNo:' '},})
+ }
+ }
},
}
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 8a914e0..fdc7300 100644
--- a/src/views/modules/sampleManagement/com_technical-add-or-update.vue
+++ b/src/views/modules/sampleManagement/com_technical-add-or-update.vue
@@ -252,7 +252,7 @@
@@ -318,6 +318,13 @@
min-width="120"
label="物料名称">
+
+
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
index e02ae23..1e925d6 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue
@@ -333,9 +333,7 @@
searchBMcustomerInfo(this.searchData).then(({data}) => {
if(data.rows.length>0){
this.dataForm = data.rows[0];
- this.$alert('操作成功', '成功', {
- confirmButtonText: '确定'
- })
+ this.$message.success( '操作成功')
}else {
this.dataForm.site=this.searchData.site
this.dataForm.codeNo=this.searchData.codeNo
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
index 29b846d..e733ef8 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue
@@ -198,6 +198,13 @@
searchBMPropertiesValue(this.searchData).then(({data}) => {
this.tableData = data.rows;
+ this.$message({
+ message: '操作成功',
+ type: 'success',
+ duration: 1500,
+ onClose: () => {
+ }
+ })
});
searchBMPropertiesHeaderForBM(this.searchData).then(({data}) => {
// this.searchData.propertiesCodeNo = data.row.propertiesCodeNo;
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
index a63cef6..5562993 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
@@ -508,9 +508,7 @@
if (data && data.code == 0) {
this.getNodeAuthority(data.row)
this.dataForm = data.row
- this.$alert('操作成功', '成功', {
- confirmButtonText: '确定'
- })
+ this.$message.success( '操作成功')
let inData = {
site: this.dataForm.site,
codeNo: this.dataForm.codeNo,
diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue
index 29da6d0..4ff9108 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationList.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue
@@ -70,6 +70,7 @@
删除
下达
+
@@ -320,7 +321,79 @@
{{'关闭'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+