This commit is contained in:
lixin
2018-12-28 10:39:27 +08:00
parent 6d9bc43a5c
commit bbbf7b0da3
3 changed files with 117 additions and 32 deletions

View File

@@ -535,7 +535,6 @@ export default {
},
// 执行修改货位
LocateEdit() {
console.log(this.LocateNumber, this.form2.货位名称, this.form2.工作中心, this.form2.仓库流水号, this.form2.永久, this.form2.不可用量)
alterLocate(this.LocateNumber, this.form2.货位名称, this.form2.工作中心, this.form2.仓库流水号, this.form2.永久, this.form2.不可用量).then(response => {
this.dialogFormVisible2 = false
if (response.data[0].result === '1') {