add:增加近期的一些新增需求实现;
This commit is contained in:
@@ -1011,7 +1011,7 @@ export default {
|
||||
if (isStartTask) {
|
||||
const prefix = startDeviceCode.split('-')[0]
|
||||
this.$confirm(
|
||||
'检测该任务起点【' + prefix + '】的同一排存在多个任务,是否一起修改优先级?',
|
||||
'检测到该任务起点【' + prefix + '】为特殊分配区域,如果存在同排入库任务,是否需要一起修改优先级防止取货阻挡?',
|
||||
'提示',
|
||||
{ confirmButtonText: '是,一起修改', cancelButtonText: '否,仅修改当前', type: 'warning' }
|
||||
).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user