rev:回传修改、库存报表新增查询条件

This commit is contained in:
2023-09-08 09:15:56 +08:00
parent bced0538ac
commit 1094e00242
7 changed files with 133 additions and 60 deletions

View File

@@ -481,7 +481,7 @@ export default {
},
outReturn() {
alert('点击确认按钮后,单据进行回传!')
checkoutbill.outReturn({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
checkoutbill.outReturn(this.currentRow).then(res => {
this.crud.notify('回传成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.querytable()
})