add:1.增加同步ERP库存,立库单物料总库存,ERP动态同步条件构建,立库库存差异对比;

2.增加搜索库存变动,ERP回传查询搜索条件;
fix:1.修复仓库id动态取值,搜索条件bug;
     2.修复拣选取值bug,核对多生成的领料单物料数值,ERP单据平账;
This commit is contained in:
2025-01-10 09:06:38 +08:00
parent 0a14e0cd18
commit d3bcf0cd73
13 changed files with 267 additions and 104 deletions

View File

@@ -3,7 +3,7 @@ window.g = {
VUE_APP_BASE_API: 'http://127.0.0.1:8012'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8012'
VUE_APP_BASE_API: 'http://192.168.18.218:8012'
}
}