add:增加近期的一些新增需求实现;

This commit is contained in:
2026-07-13 17:52:14 +08:00
parent 343d183c56
commit 09d723e846
14 changed files with 98 additions and 35 deletions

View File

@@ -1011,7 +1011,7 @@ export default {
if (isStartTask) {
const prefix = startDeviceCode.split('-')[0]
this.$confirm(
'检测该任务起点【' + prefix + '】的同一排存在多个任务,是否一起修改优先级?',
'检测该任务起点【' + prefix + '】为特殊分配区域,如果存在同排入库任务,是否需要一起修改优先级防止取货阻挡',
'提示',
{ confirmButtonText: '是,一起修改', cancelButtonText: '否,仅修改当前', type: 'warning' }
).then(() => {