shiyanyu 4 godzin temu
rodzic
commit
9c474931c2

+ 2 - 2
src/views/EntDeclaration/auditTaskManagement/components/CostSurveyTab.vue

@@ -199,7 +199,7 @@
               :disabled="isViewMode"
               @click="handleDataDownload(scope.row)"
             >
-              数据下载
+              模板下载
             </el-button>
           </template>
 
@@ -670,7 +670,7 @@
         try {
           loading = this.$loading({
             lock: true,
-            text: '数据下载中...',
+            text: '模板下载中...',
             spinner: 'el-icon-loading',
             background: 'rgba(0, 0, 0, 0.7)',
           })

+ 1 - 1
src/views/costAudit/auditInfo/auditManage/costSurvey.vue

@@ -23,7 +23,7 @@
     <!-- 固定表弹窗(查看) -->
     <fixed-table-dialog
       :visible.sync="fixedDialogVisible"
-      :survey-data="surveyDetailData"
+      :survey-data="{ ...surveyDetailData, fixedHeaders }"
       :fixed-fields="fixedFields || ''"
       :fixed-fieldids="fixedFieldids || ''"
       :is-view-mode="true"

+ 3 - 3
src/views/costAudit/projectInfo/auditTaskManage/taskProgressManage/index.vue

@@ -803,7 +803,7 @@
           key: 2,
           status: 300,
           processNodeKey: this.currentTask.currentNode,
-          remark: this.pauseForm.reason,
+          content: this.pauseForm.reason,
         }
         doProcessBtn(params)
           .then((res) => {
@@ -976,7 +976,7 @@
           key: 5,
           status: this.currentTask.status,
           processNodeKey: this.currentTask.currentNode,
-          remark: this.delegateForm.content,
+          content: this.delegateForm.content,
           userIds: this.delegateForm.userIds.join(','),
         }
         doProcessBtn(params)
@@ -1075,7 +1075,7 @@
           key: 10,
           status: this.currentTask.status,
           processNodeKey: this.currentTask.currentNode,
-          remark: this.urgeReportingForm.content,
+          content: this.urgeReportingForm.content,
           auditedUnitIds,
         }
         doProcessBtn(params)