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