Explorar o código

齐套率报表列表

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
c529f8db10

+ 7 - 1
src/api/reportForms/full-rate-table.js

@@ -5,6 +5,12 @@ import { getAction, postAction, deleteAction } from '@/api/manage'
 // 分页查询(内部、外部)
 const fullRateList = params => getAction('/report/fullSetRate/queryListInfo', params)
 
+//明细
+const fullRateDestail = params => getAction('/report/fullSetRate/queryOMMOdetilList', params)
 
+//齐套超链接
+const fullRateClick = params => getAction('/report/fullSetRate/queryOMMOmainSubInfo', params)
 
-export { fullRateList }
+
+
+export { fullRateList,fullRateDestail,fullRateClick }

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -189,7 +189,7 @@
           </span>
            <!-- 附件 -->
           <span slot="enclosure" slot-scope="text, record"> 
-             <a-button type="primary" @click="openItemOnclosure(record)" disabled="record.buttonStatus">附件</a-button>
+             <a-button type="primary" @click="openItemOnclosure(record)" :disabled="record.buttonStatus">附件</a-button>
           </span>
         </a-table>
       </div>