| | |
| | | } |
| | | export function deleteTasks(num) { |
| | | return request({ |
| | | url: '/home/deleteTasks?num='+num, |
| | | url: '/home/deleteTasks', |
| | | method: 'post', |
| | | data:"" |
| | | data:{"num":num} |
| | | }) |
| | | } |
| | | |
| | |
| | | data:"" |
| | | }) |
| | | } |
| | | export function SaveMeasure(films,thickness) { |
| | | |
| | | return request({ |
| | | url: '/home/SaveMeasure?films='+films+'&thickness='+thickness, |
| | | method: 'post', |
| | | data:"" |
| | | }) |
| | | } |
| | | |
| | | export function ModeChange(flowcard,method) { |
| | | return request({ |
| | |
| | | data:"" |
| | | }) |
| | | } |
| | | export function StartChange(flowcard) { |
| | | export function StartChange(flowcard,orderstate) { |
| | | return request({ |
| | | url: '/home/StartChange?flowcard='+flowcard, |
| | | url: '/home/StartChange?flowcard='+flowcard+'&orderstate='+orderstate, |
| | | method: 'post', |
| | | data:"" |
| | | }) |