| | |
| | | if (Cools.isEmpty(item)) { |
| | | return R.error("参数为空,请联系管理员"); |
| | | } |
| | | |
| | | // item.setType("1"); |
| | | // if (!item.getType().equals("1")) { |
| | | // throw new CoolException("目前仅支持集成项目"); |
| | |
| | | </if> |
| | | </select> |
| | | <select id="inspected" resultMap="BaseResultMap"> |
| | | select * from man_item where realLADate is not null |
| | | select * from man_item where real_end_time is not null |
| | | </select> |
| | | <select id="finished" resultMap="BaseResultMap"> |
| | | select * from man_item where realLADate is null and realinDate is not null |
| | |
| | | $.ajax({ |
| | | url: baseurl + '/pms/flowStatus/list/auth', |
| | | type: 'GET', |
| | | data: {}, |
| | | data: { |
| | | 'is_asrs':0 |
| | | }, |
| | | success: function (res) { |
| | | |
| | | } |
| | | console.log(res); |
| | | } |
| | | }) |
| | | for (var i = 0; i < proData.length; i++) { |
| | | var str = "<th class='xiangmu'>" + proData[i] + "</th>" |