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

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

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

Loading…
Cancel
Save