复审流程-批准节点c类情况下不调取入库接口
This commit is contained in:
@@ -656,7 +656,7 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.isSubmit = false
|
this.isSubmit = false
|
||||||
if(this.qbfsForm.approvalOpinion === 0){
|
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
||||||
this.processCreateFsBuss(json)
|
this.processCreateFsBuss(json)
|
||||||
}
|
}
|
||||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||||
|
|||||||
@@ -3031,7 +3031,6 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
return
|
|
||||||
this.$http.post("lawss/activiti/completeTask", {
|
this.$http.post("lawss/activiti/completeTask", {
|
||||||
taskIds: res.data,
|
taskIds: res.data,
|
||||||
userId: this.$store.getters.userInfo.userId,
|
userId: this.$store.getters.userInfo.userId,
|
||||||
|
|||||||
Reference in New Issue
Block a user