|
|
@ -187,6 +187,7 @@ |
|
|
|
that.dataList.forEach(res => { |
|
|
|
res.scaned = false; |
|
|
|
}) |
|
|
|
// that.dataList =[] |
|
|
|
|
|
|
|
that.updateList(false) |
|
|
|
} |
|
|
@ -577,17 +578,12 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
submitJob() { |
|
|
|
if (!this.checkData()) { |
|
|
|
this.showErrorMessage("当前扫描数据为0,请先扫描") |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
uni.showLoading({ |
|
|
|
title: "提交中....", |
|
|
|
mask: true |
|
|
|
}); |
|
|
|
var params = this.setParams() |
|
|
|
// return; |
|
|
|
countJobSubmit(params).then(res => { |
|
|
|
uni.hideLoading() |
|
|
|
const str = res.data || '' |
|
|
@ -614,7 +610,6 @@ |
|
|
|
locationCode: this.locationCode, |
|
|
|
recordList: [] |
|
|
|
} |
|
|
|
var subList = [] |
|
|
|
this.dataList.forEach(item => { |
|
|
|
if (item.scaned && item.recordList && item.recordList.length > 0) { |
|
|
|
submitData.recordList = submitData.recordList.concat(item.recordList) |
|
|
|