rev:更新
This commit is contained in:
@@ -63,7 +63,7 @@ public class GroupDickInStorageTask extends AbstractTask {
|
|||||||
}
|
}
|
||||||
MdGruopDick mst = iMdGruopDickService
|
MdGruopDick mst = iMdGruopDickService
|
||||||
.getOne(new QueryWrapper<MdGruopDick>().eq("vehicle_code", vehicle_code)
|
.getOne(new QueryWrapper<MdGruopDick>().eq("vehicle_code", vehicle_code)
|
||||||
.lt("status", StatusEnum.FORM_STATUS.code("完成")));
|
.le("status", StatusEnum.FORM_STATUS.code("完成")));
|
||||||
if (mst == null){
|
if (mst == null){
|
||||||
throw new BadRequestException("申请任务失败:载具"+vehicle_code+"组盘信息不存在");
|
throw new BadRequestException("申请任务失败:载具"+vehicle_code+"组盘信息不存在");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-error"
|
icon="el-icon-error"
|
||||||
@click="doOperate(scope.row, 'b')"
|
@click="doOperate(scope.row, 'b')"
|
||||||
:disabled="scope.row.status==='80' || scope.row.status==='82' || scope.row.status==='82'"
|
:disabled="scope.row.status==='80' || scope.row.status==='82' || scope.row.status==='90'"
|
||||||
>取消
|
>取消
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user