|
|
@ -261,9 +261,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
//新增摆货层
|
|
|
|
//新增摆货层
|
|
|
|
addWorkplaceLayer() {
|
|
|
|
addWorkplaceLayer() {
|
|
|
|
if (isBlank(this.formData.remark)){
|
|
|
|
// if (isBlank(this.formData.remark)){
|
|
|
|
return this.$message.error('请输入货架说明')
|
|
|
|
// return this.$message.error('请输入货架说明')
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
if (this.saveStatus == true){
|
|
|
|
if (this.saveStatus == true){
|
|
|
|
return this.$message.error('请完成编辑摆货层')
|
|
|
|
return this.$message.error('请完成编辑摆货层')
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -340,6 +340,9 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleDel(row){
|
|
|
|
handleDel(row){
|
|
|
|
|
|
|
|
if (this.saveStatus == true){
|
|
|
|
|
|
|
|
return this.$message.error("请保存数据")
|
|
|
|
|
|
|
|
}
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
code : row.code
|
|
|
|
code : row.code
|
|
|
|
}
|
|
|
|
}
|
|
|
|