feat: 入库流程修改

This commit is contained in:
super_liu
2021-06-23 16:44:24 +08:00
parent 16daded544
commit f9ff9eaee6
3 changed files with 5 additions and 5 deletions
@@ -766,7 +766,7 @@
},
handleSubmit() {
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.commentText = this.commentText
json.applyUpdUserId = this.$store.getters.userInfo.userId
@@ -855,9 +855,9 @@ export default {
_this: this
}, res => {
if (res.success) {
this.$message.success(res.data)
this.$message.success(res.message)
}else {
this.$message.warning(res.data)
this.$message.success(res.message)
}
})
},
@@ -832,9 +832,9 @@ export default {
_this: this
}, res => {
if (res.success) {
this.$message.success(res.data)
this.$message.success(res.message)
}else {
this.$message.warning(res.data)
this.$message.success(res.message)
}
})
},