| | |
| | | interface stateType { |
| | | workPermitNo: string |
| | | searchNo: string |
| | | workType: number |
| | | workType: number | null |
| | | tableData: Array<any> |
| | | workTypeList: Array<any> |
| | | } |
| | | export default defineComponent({ |
| | | name: 'permitNo', |
| | |
| | | state.workPermitNo = currentRow.value.workPermitNo |
| | | } |
| | | // 获取作业编号列表 |
| | | const getAllReport = async (data)=>{ |
| | | const getAllReport = async ()=>{ |
| | | const res = await workProcessApi().postReportList({workPermitNo: state.searchNo,workType: state.workType}) |
| | | if (res.data.code === '200') { |
| | | state.tableData = JSON.parse(JSON.stringify(res.data.data)) |
| | |
| | | position: relative; |
| | | .homeCard{ |
| | | width: 100%; |
| | | padding: 20px; |
| | | padding: 0 20px; |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | border-radius: 4px; |
| | | margin-bottom: 20px; |
| | | } |
| | | .applyBtn{ |
| | | width: 100%; |