| | |
| | | })
|
| | | }
|
| | |
|
| | | export function AddOutSliceS(data) {
|
| | | export function AddOutSliceS(FrameNo) {
|
| | | return request({
|
| | | url: '/home/AddOutSliceS',
|
| | | url: '/home/AddOutSliceS?FrameNo='+FrameNo,
|
| | | method: 'post',
|
| | | data
|
| | | data:""
|
| | | })
|
| | | }
|
| | |
|
| | | export function isAllowQueues(isAllowQueue,data) {
|
| | | return request({
|
| | | url: '/home/isAllowQueues?isAllowQueue=' + isAllowQueue,
|
| | | method: 'post',
|
| | | data
|
| | | })
|
| | | }
|
| | |
|
| | | export function isAllowReorderings(isAllowReordering,data) {
|
| | | return request({
|
| | | url: '/home/isAllowReorderings?isAllowReordering=' + isAllowReordering,
|
| | | method: 'post',
|
| | | data
|
| | | })
|
| | |
| | | })
|
| | | }
|
| | |
|
| | | export function CompleteQueue(id,frameid,glassid) {
|
| | | return request({
|
| | | url: '/home/CompleteQueue?id=' + id+'&frameid='+frameid+'&glassid='+glassid,
|
| | | method: 'post',
|
| | | data:""
|
| | | })
|
| | | }
|
| | |
|