no message
This commit is contained in:
@@ -460,7 +460,7 @@
|
|||||||
// 库存提交-确认接口
|
// 库存提交-确认接口
|
||||||
async _inWarehouseCommit () {
|
async _inWarehouseCommit () {
|
||||||
try {
|
try {
|
||||||
let res = await inWarehouseCommit(this.subCheckData)
|
let res = await inWarehouseCommit(this.subCheckData, , this.crType)
|
||||||
if (res.code === 1) {
|
if (res.code === 1) {
|
||||||
this._easOutInBillPage()
|
this._easOutInBillPage()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ export const addAssignDtl = (arr) => request({
|
|||||||
data: arr
|
data: arr
|
||||||
})
|
})
|
||||||
// 库存提交
|
// 库存提交
|
||||||
export const inWarehouseCommit = (arr) => request({
|
export const inWarehouseCommit = (arr, type) => request({
|
||||||
url:'api/easOutInBillDetail/inWarehouseCommit',
|
url:'api/easOutInBillDetail/inWarehouseCommit',
|
||||||
data: arr
|
data: {details: arr, type: type}
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user