代码更新
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user