| | |
| | | } |
| | | |
| | | }) |
| | | console.log(dataList) |
| | | } |
| | | } |
| | | break |
| | |
| | | let technologyStr = result[2]; |
| | | |
| | | let reportType= company.reportType |
| | | console.log(reportType) |
| | | request.post(`/reportingWork/addSelectLastWork/${processIdStr}/${technologyStr}/${process}/${reportType}`).then((res) => { |
| | | if (res.code == 200) { |
| | | if(res.data.data==null){ |
| | |
| | | and fcs.process=#{process} |
| | | where fc.process_id = #{processId} |
| | | and position(fc.technology_number in #{technologyNumber}) |
| | | group by fc.process_id, fc.order_number,fc.technology_number |
| | | group by fc.process_id, fc.order_number |
| | | order by IF(fcs.sort != NULL or fcs.sort != '', fcs.sort, fc.order_number) |
| | | </select> |
| | | |