界面优化 11/11 1.0

20240912_adapter
wangwei 5 months ago
parent 922b74e3d9
commit 28a43a1dc6

@ -86,7 +86,7 @@
<el-table-column label="工位负责人" prop="employeeName" width="90"></el-table-column> <el-table-column label="工位负责人" prop="employeeName" width="90"></el-table-column>
<el-table-column label="创建时间" prop="createTime" width="90"></el-table-column> <el-table-column label="创建时间" prop="createTime" width="90"></el-table-column>
<el-table-column label="备注" prop="remake" width="90"></el-table-column> <el-table-column label="备注" prop="remake" width="90"></el-table-column>
<el-table-column label="操作" fixed="right" width="50"> <el-table-column label="操作" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"

@ -226,12 +226,14 @@ export default {
}) })
}, },
formSubmit() { formSubmit() {
let layerData = this.layerList[this.layerList.length - 1] if(this.layerList.length > 0){
if (layerData.queueNum == null || layerData.queueNum == 0){ let layerData = this.layerList[this.layerList.length - 1]
return this.$message.error("请设置当前" +layerData.code + "出货槽数量") if (layerData.queueNum == null || layerData.queueNum == 0){
} return this.$message.error("请设置当前" +layerData.code + "出货槽数量")
if (this.saveStatus == true){ }
return this.$message.error("请保存数据") if (this.saveStatus == true){
return this.$message.error("请保存数据")
}
} }
// this.formData.workPlaceIdFk = this.workplaceId // this.formData.workPlaceIdFk = this.workplaceId

@ -796,6 +796,7 @@ export default {
changeDept() { changeDept() {
this.collectList = [] this.collectList = []
this.getList() this.getList()
this.$refs.freightManage.getAllList();
}, },
handleInvChange(deptCode) { handleInvChange(deptCode) {
this.invQuery.deptCode = deptCode this.invQuery.deptCode = deptCode

Loading…
Cancel
Save