diff --git a/src/views/modules/project/projectInfo/com_project_toolApplyCation.vue b/src/views/modules/project/projectInfo/com_project_toolApplyCation.vue
new file mode 100644
index 0000000..2a2d2cf
--- /dev/null
+++ b/src/views/modules/project/projectInfo/com_project_toolApplyCation.vue
@@ -0,0 +1,389 @@
+
+
+
+
+
+
+ {{ '导出' }}
+
+
+
+
+
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
+
{{ scope.row[item.columnProp] }}
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/project/projectInfo/projectInfo.vue b/src/views/modules/project/projectInfo/projectInfo.vue
index e5c1a45..17268d0 100644
--- a/src/views/modules/project/projectInfo/projectInfo.vue
+++ b/src/views/modules/project/projectInfo/projectInfo.vue
@@ -356,51 +356,15 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -542,12 +506,13 @@
import projectQuotation from "./com_project_puotation";/*組件*/
import sample from "./com_project_sample";/*組件*/
import test from "./com_project_test";/*組件*/
- import purchase from "./com_project_info_purchase_request";/*組件*/
+
import technicalSpecification from "./com_project_technicalSpecification";
import quotationHeader from "./com_project_info_quotation.vue";
import DictDataSelect from "../../sys/dict-data-select.vue";
import ChangeRecord from "./com_project_change_record.vue";
import OssComponents from "../../oss/ossComponents.vue";
+ import toolApply from "./com_project_toolApplyCation.vue";
/*組件*/
export default {
components: {
@@ -561,9 +526,10 @@
projectQuotation,
sample,
test,
- purchase,
+
technicalSpecification,
quotationHeader,
+ toolApply,
},
name: "null",
data() {
@@ -1653,8 +1619,8 @@
if (this.activeName == 'test') {
this.refreshTestTable();
}
- if (this.activeName == 'purchase') {
- this.refreshPurchaseTable();
+ if (this.activeName == 'toolApply') {
+ this.refreshToolApplyTable();
}
if (this.activeName == 'technicalSpecification') {
this.refreshTechnicalSpecificationTable();
@@ -1737,13 +1703,13 @@
}
this.$refs.test.init(inData)
},
- refreshPurchaseTable(){
+ refreshToolApplyTable(){
let inData={
site: this.currentRow.site,
- projectId: this.currentRow.projectId,
+ orderRef1: this.currentRow.projectId,
username:this.$store.state.user.name,
}
- this.$refs.purchase.init(inData)
+ this.$refs.toolApply.init(inData)
},
//刷新派设备文档的列表
getFileContentData() {