来料验证,成套领料验证,生产退料验证,下推接口入参更换

This commit is contained in:
2025-06-12 17:07:05 +08:00
parent 39fb07af49
commit 12fbda1604
4 changed files with 11 additions and 7 deletions

View File

@@ -256,7 +256,7 @@
};
uni.showLoading({ mask: true });
//获取扫描数据里的所有数据
temporaryScanList(param).then(res => {
temporaryScanList(param).then((res :any) => {
if (res.code == 200) {
if (res.data.list.length != 0) {
res.data.list.forEach((item : any) => {