来料验证,成套领料验证,生产退料验证,下推接口入参更换
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user