|
|
|
@ -321,7 +321,7 @@
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="扫码数量"
|
|
|
|
|
prop="scanCount"
|
|
|
|
|
prop="reCount"
|
|
|
|
|
width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<!--<el-table-column label="操作" width="160" fixed="right">-->
|
|
|
|
@ -860,13 +860,14 @@ export default {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
if(response.data.length == 0){
|
|
|
|
|
this.getList();
|
|
|
|
|
}else {
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
}
|
|
|
|
|
this.getBizDetailListInv(this.subRow);
|
|
|
|
|
this.$message({
|
|
|
|
|
type: "success",
|
|
|
|
|
message: "删除成功!",
|
|
|
|
|
});
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|