修改前端代码
This commit is contained in:
parent
e6927f4649
commit
4e08b1252d
@ -20,7 +20,7 @@ export interface ConcessionApply {
|
|||||||
|
|
||||||
instanceId?: string
|
instanceId?: string
|
||||||
|
|
||||||
approveStatus?: number
|
approveStatus?: string
|
||||||
|
|
||||||
createTime?: string
|
createTime?: string
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ export const concessionApplyApi = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 删除
|
// 删除
|
||||||
delete(ids: string[]) {
|
delete(ids: number[]) {
|
||||||
return request({ url: `/biz/concessionApply/${ids.join(',')}`, method: 'delete' })
|
return request({ url: `/biz/concessionApply/${ids.join(',')}`, method: 'delete' })
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export interface QcResultDetail {
|
|||||||
|
|
||||||
resultType?: number
|
resultType?: number
|
||||||
|
|
||||||
qty?: string
|
qty?: number
|
||||||
|
|
||||||
traceCode?: string
|
traceCode?: string
|
||||||
|
|
||||||
|
|||||||
@ -14,6 +14,14 @@ export interface SubmitLog {
|
|||||||
|
|
||||||
createBy?: string
|
createBy?: string
|
||||||
|
|
||||||
|
materialName?:string
|
||||||
|
|
||||||
|
materialCode?:string
|
||||||
|
|
||||||
|
materialQty?:number
|
||||||
|
|
||||||
|
assingStatus?: number
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 派工工单汇报记录 API
|
// 派工工单汇报记录 API
|
||||||
@ -39,7 +47,7 @@ export const submitLogApi = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 删除
|
// 删除
|
||||||
delete(ids: string[]) {
|
delete(ids: number[]) {
|
||||||
return request({ url: `/biz/submitLog/${ids.join(',')}`, method: 'delete' })
|
return request({ url: `/biz/submitLog/${ids.join(',')}`, method: 'delete' })
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user