add:增加不对接MES包装关系逻辑
This commit is contained in:
@@ -64,7 +64,7 @@ public class TaskQueue {
|
||||
task.setPoint_code2(pointCode);
|
||||
task.setTask_status(TaskStatusEnum.START_AND_POINT.getCode());
|
||||
taskService.updateById(task);
|
||||
//删除子卷包装关系
|
||||
//同步删除子卷包装关系
|
||||
LambdaQueryWrapper<PdmBiSubpackagerelation> queryWrapper = new LambdaQueryWrapper<>();
|
||||
queryWrapper.eq(PdmBiSubpackagerelation::getContainer_name, task.getVehicle_code());
|
||||
pdmBiSubpackagerelationMapper.delete(queryWrapper);
|
||||
|
||||
@@ -307,6 +307,7 @@ export default {
|
||||
// 表格1的行点击事件
|
||||
handleRowClick(scope) {
|
||||
debugger
|
||||
// 按钮禁用
|
||||
this.isButtonDisabled = !!(scope.status !== '99')
|
||||
this.isButtonDisabled1 = scope.status === '99'
|
||||
const table2 = this.$refs.dis_table
|
||||
|
||||
Reference in New Issue
Block a user