fix:入库修改

This commit is contained in:
zhouz
2024-05-17 17:02:43 +08:00
parent 1971e6ced2
commit 6746f0a088
13 changed files with 122 additions and 16 deletions

View File

@@ -366,7 +366,7 @@ export default {
var area_type = '1585167595403874304'
if (this.storId.toString() === '1582991156504039455') {
area_type = '1760141408548818944'
area_type = '1791031105286180864'
}
crudPoint.getPoint({ 'area_type': area_type }).then(res => {
this.pointList = res
@@ -668,6 +668,7 @@ export default {
'checked': this.checked,
'stor_id': this.mstrow.stor_id
}
debugger
checkoutbill.allSetPoint(data).then(res => {
this.queryTableDdis(this.currentRow.iostorinvdtl_id)
this.crud.notify('设置成功!', CRUD.NOTIFICATION_TYPE.INFO)