feat: 入库流程修改
This commit is contained in:
@@ -766,7 +766,7 @@
|
|||||||
},
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
var json = this.form
|
var json = this.form
|
||||||
json.zrUserId = this.$store.getters.userInfo.userId
|
json.zrUserId = this.$store.getters.userInfo.userId+',5UM3769REUPLPRTRJ54R'
|
||||||
json.jlUserId = this.$store.getters.userInfo.userId
|
json.jlUserId = this.$store.getters.userInfo.userId
|
||||||
json.commentText = this.commentText
|
json.commentText = this.commentText
|
||||||
json.applyUpdUserId = this.$store.getters.userInfo.userId
|
json.applyUpdUserId = this.$store.getters.userInfo.userId
|
||||||
|
|||||||
@@ -855,9 +855,9 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.data)
|
this.$message.success(res.message)
|
||||||
}else {
|
}else {
|
||||||
this.$message.warning(res.data)
|
this.$message.success(res.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -832,9 +832,9 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.data)
|
this.$message.success(res.message)
|
||||||
}else {
|
}else {
|
||||||
this.$message.warning(res.data)
|
this.$message.success(res.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user