Prechádzať zdrojové kódy

检验意见通知书剩余确认时间

xy 3 týždňov pred
rodič
commit
4ff9ef3520

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/indexBoilerTab.vue

@@ -868,7 +868,7 @@ const handleRePush = async (row) => {
 
 }
 const fiePreviewEmitFn = async (row) => {
-  const result = await BoilerTaskOrderApi.exportCheckBookDetail({id: row.id})
+  const result = await BoilerTaskOrderApi.exportCheckBookDetail({id: row.reportId})
   if (result) {
 
     recipientRow.value = row

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/indexPipeTab.vue

@@ -868,7 +868,7 @@ const handleRePush = async (row) => {
 
 }
 const fiePreviewEmitFn = async (row) => {
-  const result = await PipeTaskOrderApi.exportCheckBookDetail({id: row.id})
+  const result = await PipeTaskOrderApi.exportCheckBookDetail({id: row.reportId})
   if (result) {
 
     recipientRow.value = row

+ 4 - 4
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/reportIndexBoilerTab.vue

@@ -568,13 +568,13 @@
         </template>
       </el-table-column>
       <!-- 主检人 -->
-      <el-table-column label="主检人" align="center" prop="mainInspector" min-width="200">
+      <el-table-column label="主检人" align="center" prop="mainCheckerUser" min-width="200">
         <template #default="scope">
           {{
-            scope.row.mainCheckerUser
-              ? scope.row.mainCheckerUser.nickname +
+            scope.row.manager
+              ? scope.row.manager.nickname +
                 ' (' +
-                scope.row.mainCheckerUser.employeeNo +
+                scope.row.manager.employeeNo +
                 ')'
               : '-'
           }}

+ 3 - 3
yudao-ui-admin-vue3/src/views/pressure2/inspectionOpinion/reportIndexPipeTab.vue

@@ -571,10 +571,10 @@
       <el-table-column label="主检人" align="center" prop="mainInspector" min-width="200">
         <template #default="scope">
           {{
-            scope.row.mainCheckerUser
-              ? scope.row.mainCheckerUser.nickname +
+            scope.row.manager
+              ? scope.row.manager.nickname +
                 ' (' +
-                scope.row.mainCheckerUser.employeeNo +
+                scope.row.manager.employeeNo +
                 ')'
               : '-'
           }}