代码更新

This commit is contained in:
2023-01-05 17:02:14 +08:00
parent 2856f266bd
commit acb1d1074a
8 changed files with 93 additions and 60 deletions

View File

@@ -528,6 +528,9 @@ export default {
this.currentDis.point_code = this.form2.point_code
checkoutbill.oneSetPoint(this.currentDis).then(res => {
this.queryTableDdis(this.currentDis.iostorinvdtl_id)
this.crud.notify('设置成功!', CRUD.NOTIFICATION_TYPE.INFO)
}).catch(() => {
this.currentDis.point_code = ''
})
}
},