opt:修改成品出库优先级

This commit is contained in:
zhangzhiqiang
2023-08-22 13:35:11 +08:00
parent 4ce0359d16
commit 89fb5d375b
4 changed files with 9 additions and 1 deletions

View File

@@ -224,5 +224,10 @@ public class SchBasePoint implements Serializable {
*/
private String control_point;
/**
* 点位优先级默认1
*/
private String priority;
}

View File

@@ -138,6 +138,7 @@ public class SchBasePointServiceImpl extends ServiceImpl<SchBasePointMapper, Sch
schBasePoint.setCreate_id(SecurityUtils.getCurrentUserId());
schBasePoint.setCreate_name(SecurityUtils.getCurrentNickName());
schBasePoint.setCreate_time(new Date());
schBasePoint.setPriority("1");
this.save(schBasePoint);
}

View File

@@ -486,6 +486,7 @@ public class StIvtIostorinvCpOutServiceImpl extends ServiceImpl<StIvtIostorinvCp
.task_group_id(IdUtil.getStringId())
.point_code1(disDao.getStruct_code())
.point_code3(pointDao.getPoint_code())
.priority(pointDao.getPriority())
.vehicle_code(disDao.getStoragevehicle_code())
.product_area("A1") // 暂时写死
.callback((Consumer<String>) disDao::setTask_id)
@@ -594,6 +595,7 @@ public class StIvtIostorinvCpOutServiceImpl extends ServiceImpl<StIvtIostorinvCp
.task_group_id(IdUtil.getStringId())
.point_code1(struct_code)
.point_code3(dao.getPoint_code())
.priority(dao.getPriority())
.vehicle_code(disDao.getStoragevehicle_code())
.product_area("A1") // 暂时写死
.callback((Consumer<String>) disDao::setTask_id)

View File

@@ -2,7 +2,7 @@
<div class="login" :style="'background-image:url('+ Background +');'">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h3 class="title">
海亮lms系统
海亮LMS系统
</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">