diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 9b2b2b4..c48a315 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -305,6 +305,18 @@ + + + + + +
保密项目图纸请存公共盘并将公共盘目录记录在此,请不要挂附件!
+
+
+
@@ -2471,6 +2483,7 @@ export default { createBy: this.$store.state.user.name, nodeId: '', place:'', + drawingStorageDirectory: '', } this.modalDisableFlag = false this.modalFlag = true @@ -2530,6 +2543,7 @@ export default { nodeId: row.nodeId, approvalUsername: row.approvalUsername, place: row.place, + drawingStorageDirectory: row.drawingStorageDirectory, } if (this.modalData.flag !== '1'){ this.projectPartData.testPartNo = this.modalData.testPartNo