rev: 出库分配设置站点提示优化

This commit is contained in:
2023-11-30 17:53:54 +08:00
parent 0b2f5e9610
commit 663a9a7506
2 changed files with 3 additions and 1 deletions

View File

@@ -2702,7 +2702,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
+ "' and row_num = '" + jsonRow.getString("row_num") + "' and is_used = '1' and is_delete = '0' and lock_type not in ('1','6','3')").getResultJSONArray(0);
if (ObjectUtil.isNotEmpty(structArr)) {
throw new BadRequestException(jsonRow.getString("block_num") + "区-" + jsonRow.getString("row_num") + "排有未完成的入库任务!");
throw new BadRequestException("有其他任务正在执行中,请稍后在试!");
}
}

View File

@@ -268,6 +268,8 @@ export default {
crudUserStor.getSect({ 'stor_id': '' }).then(res => {
this.sects = res.content
})
this.crud.query.ivt_status = 'canuse_qty'
this.crud.toQuery()
},
methods: {
// 取两位小数点