领料出库2
This commit is contained in:
parent
2123723729
commit
72f643c670
|
|
@ -455,13 +455,13 @@
|
|||
// console.log(row)
|
||||
let obj = {}
|
||||
this.$set(obj,'taskId',row.taskId)
|
||||
this.$set(id,'taskId',row.id)
|
||||
this.$set(manageType,'taskId',1)
|
||||
this.$set(obj,'id',row.id)
|
||||
this.$set(obj,'manageType',1)
|
||||
this.$set(obj,'parentId',row.parentId)
|
||||
this.$set(obj,'typeName',row.typeName)
|
||||
this.$set(obj,'typeModelName',row.typeModelName)
|
||||
this.$set(obj,'typeId',row.typeId)
|
||||
this.$set(obj,'alNum ',row.alNum)//已出库数量
|
||||
this.$set(obj,'alNum',row.alNum)//已出库数量
|
||||
this.$set(obj,'outNum',row.outNum)//待出库数量
|
||||
this.$set(obj,'inputNum',1)//出库数量
|
||||
this.outNumList = [obj]
|
||||
|
|
@ -513,8 +513,8 @@
|
|||
},
|
||||
saveNumOut(){
|
||||
let param = this.outNumList[0]
|
||||
console.log(params)
|
||||
submitNumOut(params).then(response => {
|
||||
console.log(param)
|
||||
submitNumOut(param).then(response => {
|
||||
this.$modal.msgSuccess("出库成功");
|
||||
this.openNum = false;
|
||||
this.handleQuery();
|
||||
|
|
|
|||
Loading…
Reference in New Issue