rev: 出库分配设置站点提示优化
This commit is contained in:
@@ -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("有其他任务正在执行中,请稍后在试!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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: {
|
||||
// 取两位小数点
|
||||
|
||||
Reference in New Issue
Block a user