代码更新

This commit is contained in:
2022-11-30 14:36:23 +08:00
parent f253dfc740
commit 4164a58727
8 changed files with 53 additions and 10 deletions

View File

@@ -331,7 +331,7 @@ export default {
} else {
this.work_flag = true
}
if (current.bill_status === '50' || current.bill_status === '40') {
if (current.bill_status === '50' || current.bill_status === '40' || current.bill_status === '30') {
this.confirm_flag = false
} else {
this.confirm_flag = true
@@ -375,6 +375,7 @@ export default {
confirm() {
checkoutbill.confirm({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
this.querytable()
this.crud.notify('出库成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
})
},
querytable() {