This commit is contained in:
2022-11-04 14:56:12 +08:00
parent 204e5bde5f
commit 535e89a8e3
9 changed files with 1116 additions and 238 deletions

View File

@@ -72,6 +72,13 @@ export function allDiv(data) {
data
})
}
export function allDivOne(data) {
return request({
url: '/api/checkoutbill/allDivOne',
method: 'post',
data
})
}
export function allCancel(data) {
return request({
url: '/api/checkoutbill/allCancel',
@@ -155,4 +162,4 @@ export function getType() {
method: 'get'
})
}
export default { add, edit, del, allDiv, allCancel, getOutBillDtl, getOutBillDis, setPoint, getOutBillTask, getStructIvt, manualDiv, confirm, issueTask, finishTask, cancleTaskfinish, getInvTypes, paramByCodeType, schAreaType, backConfirm, getOutBillDisDtl, getType }
export default { add, edit, del, allDiv, allCancel, getOutBillDtl, getOutBillDis, setPoint, getOutBillTask, getStructIvt, manualDiv, confirm, issueTask, finishTask, cancleTaskfinish, getInvTypes, paramByCodeType, schAreaType, backConfirm, getOutBillDisDtl, getType, allDivOne }