feat: 入库流程修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user