Browse Source

成本分配表/成本分配表详情-事故单单号跳转修改

jingbb 7 months ago
parent
commit
18d959557e

+ 1 - 1
src/views/cost-allocation-total/costDetailDrawer.vue

@@ -278,7 +278,7 @@
         >
           <!-- 事故单 -->
           <span slot="accidentNum" slot-scope="text,record">
-            <a :href="'http://www.myfitt.cn:18086/#/IncidentTicketModalDetail?id='+record.id" target="_blank">{{ text }}</a>
+            <a :href="'http://www.myfitt.cn:18086/IncidentTicketModalDetail?id='+record.id" target="_blank">{{ text }}</a>
           </span>
         </a-table>
       </div>

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -265,7 +265,7 @@
         >
           <!-- 事故单 -->
           <span slot="accidentNum" slot-scope="text,record">
-            <a :href="'http://www.myfitt.cn:18086/#/IncidentTicketModalDetail?id='+record.id" target="_blank">{{ text }}</a>
+            <a :href="'http://www.myfitt.cn:18086/IncidentTicketModalDetail?id='+record.id" target="_blank">{{ text }}</a>
           </span>
         </a-table>
       </div>