| | |
| | | |
| | | //获取工单审核列表 |
| | | function getAuditList() { |
| | | console.log(JSON.stringify(data.data),"work-aduit","工单审核列表") |
| | | mui.ajax(url, { |
| | | type: "POST", |
| | | dataType: "json", |
| | |
| | | |
| | | //工单审核 |
| | | function workAudit() { |
| | | console.log(JSON.stringify(data1.data),"work-aduit","工单审核") |
| | | mui.ajax(url, { |
| | | type: "POST", |
| | | dataType: "json", |
| | |
| | | data1.data.id = id |
| | | data1.data.status = '10' |
| | | workAudit(); |
| | | console.log(JSON.stringify(data1.data), "work-audit", "拒绝") |
| | | }) |
| | | |
| | | //通过 |
| | |
| | | data1.data.id = id |
| | | data1.data.status = '20' |
| | | workAudit(); |
| | | console.log(JSON.stringify(data1.data), "work-audit", "通过") |
| | | }) |
| | | //查看申请内容 |
| | | mui(".mui-scroll").on("tap", ".wp ul li .icon", function() { |