Browse Source

完善排产管理相关功能

master
yunuo970428 3 years ago
parent
commit
4c8ddffb94
  1. 7
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanInfo.vue

7
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichan.vue

@ -128,7 +128,8 @@ export default {
params: {
applicationDateStart: '',
applicationDateEnd: '',
modelName: '' //
modelName: '', //
userSid: ''
}
},
row: {}
@ -196,7 +197,8 @@ export default {
params: {
applicationDateStart: '',
applicationDateEnd: '',
modelName: '' //
modelName: '', //
userSid: ''
}
}
this.dosearch()
@ -205,6 +207,7 @@ export default {
loadList() {
const _this = this
this.tableLoading = true
this.queryParams.params.userSid = window.sessionStorage.getItem('userSid')
req.listPage(this.queryParams).then(resp => {
console.log('查询列表', resp)
_this.tableLoading = false

2
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanInfo.vue

@ -233,6 +233,7 @@ export default {
comment: '',
instanceId: '',
taskId: '',
orgSidPath: '',
userSid: window.sessionStorage.getItem('userSid')
},
//
@ -280,6 +281,7 @@ export default {
this.agreeList.businessSid = sid
this.agreeList.instanceId = obj.instanceId
this.agreeList.taskId = obj.taskId
this.agreeList.orgSidPath = window.sessionStorage.getItem('orgSidPath')
this.current.taskDefKey = obj.taskDefKey
this.current.taskName = obj.taskName
//

Loading…
Cancel
Save