更新
This commit is contained in:
@@ -124,6 +124,9 @@ public class LiKuToAcsServiceImpl implements LiKuToAcsService {
|
|||||||
if(StrUtil.equals(task.getTask_type(),"7") && StrUtil.equals(task.getStorage_task_type(),"4")){
|
if(StrUtil.equals(task.getTask_type(),"7") && StrUtil.equals(task.getStorage_task_type(),"4")){
|
||||||
inst.setInstruction_status("2");
|
inst.setInstruction_status("2");
|
||||||
instructionService.finish(inst.getInstruction_id());
|
instructionService.finish(inst.getInstruction_id());
|
||||||
|
} else {
|
||||||
|
inst.setRemark("立库已反馈完成,待输送上报任务号");
|
||||||
|
instructionService.update(inst);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if(StrUtil.equals(status,"4")){
|
} else if(StrUtil.equals(status,"4")){
|
||||||
|
|||||||
@@ -157,8 +157,8 @@
|
|||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<!-- </el-table-column>-->
|
<!-- </el-table-column>-->
|
||||||
<!-- <el-table-column prop="compound_inst_data" width="200" label="复合路线" />-->
|
<!-- <el-table-column prop="compound_inst_data" width="200" label="复合路线" />-->
|
||||||
<el-table-column prop="matarial" label="物料" />
|
<!-- <el-table-column prop="matarial" label="物料" />-->
|
||||||
<el-table-column prop="quantity" label="数量" />
|
<!-- <el-table-column prop="quantity" label="数量" />-->
|
||||||
<el-table-column prop="remark" label="描述" />
|
<el-table-column prop="remark" label="描述" />
|
||||||
<el-table-column prop="create_by" label="创建者" />
|
<el-table-column prop="create_by" label="创建者" />
|
||||||
<el-table-column prop="create_time" label="创建时间" width="135" />
|
<el-table-column prop="create_time" label="创建时间" width="135" />
|
||||||
|
|||||||
@@ -353,8 +353,8 @@
|
|||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<!-- </el-table-column>-->
|
<!-- </el-table-column>-->
|
||||||
<!-- <el-table-column prop="compound_task_data" width="200" label="复合路线" />-->
|
<!-- <el-table-column prop="compound_task_data" width="200" label="复合路线" />-->
|
||||||
<el-table-column prop="matarial" label="物料" />
|
<!-- <el-table-column prop="matarial" label="物料" />-->
|
||||||
<el-table-column prop="quantity" label="数量" />
|
<!-- <el-table-column prop="quantity" label="数量" />-->
|
||||||
<el-table-column prop="remark" label="备注" />
|
<el-table-column prop="remark" label="备注" />
|
||||||
<el-table-column prop="create_by" label="创建者" />
|
<el-table-column prop="create_by" label="创建者" />
|
||||||
<el-table-column prop="create_time" label="创建时间" width="135" />
|
<el-table-column prop="create_time" label="创建时间" width="135" />
|
||||||
|
|||||||
Reference in New Issue
Block a user