|
@@ -487,20 +487,6 @@
|
|
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
|
|
|
|
- businessCode: 'WAREHOUSING-ORDER-APPROVE',
|
|
|
|
- tmpCompId: uni.getStorageSync('pcUserInfo').compId
|
|
|
|
- }).then(res1 => {
|
|
|
|
- this.updateDate = res1.data.data[0].updateDate
|
|
|
|
- this.$api.doRequest('get', '/commonUser/getHis', {
|
|
|
|
- workflowId: res1.data.data[0].id,
|
|
|
|
- businessKey: this.id
|
|
|
|
- }).then(response => {
|
|
|
|
- // uni.hideLoading()
|
|
|
|
- this.auditList = response.data.data
|
|
|
|
-
|
|
|
|
- })
|
|
|
|
- })
|
|
|
|
},
|
|
},
|
|
close() {
|
|
close() {
|
|
this.show = false
|
|
this.show = false
|