Compare commits

...

2 Commits

Author SHA1 Message Date
zhouzy062 b032265b84 Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-03-28 18:23:37 +08:00
zhouzy062 72f643c670 领料出库2 2024-03-28 18:23:35 +08:00
1 changed files with 5 additions and 5 deletions

View File

@ -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();