Browse Source

入库关联预算流程调为已通过且未绑定的流程

dev
0.0 2 years ago
parent
commit
d4cbc0dcda
  1. 52
      src/components/jeecg/modal/ProcessPlan.vue

52
src/components/jeecg/modal/ProcessPlan.vue

@ -215,7 +215,7 @@
}*/
],
url: {
list: '/hy/processUdgetPlan/list',
list: '/hy/processUdgetPlan/listByplan',
delete: '/hy/processUdgetPlan/delete',
deleteBatch: '/hy/processUdgetPlan/deleteBatch',
exportXlsUrl: '/hy/processUdgetPlan/exportXls',
@ -257,28 +257,28 @@
}
},
methods: {
initDictConfig(){
initDictOptions('sys_depart,depart_name,id').then((res) => {
if (res.success) {
this.$set(this.dictOptions, 'company', res.result)
}
})
initDictOptions('sys_depart,depart_name,id').then((res) => {
if (res.success) {
this.$set(this.dictOptions, 'sysOrgCode', res.result)
}
})
initDictOptions('').then((res) => {
if (res.success) {
this.$set(this.dictOptions, 'materialType', res.result)
}
})
initDictOptions('').then((res) => {
if (res.success) {
this.$set(this.dictOptions, 'processPlan', res.result)
}
})
},
// initDictConfig(){
// initDictOptions('sys_depart,depart_name,id').then((res) => {
// if (res.success) {
// this.$set(this.dictOptions, 'company', res.result)
// }
// })
// initDictOptions('sys_depart,depart_name,id').then((res) => {
// if (res.success) {
// this.$set(this.dictOptions, 'sysOrgCode', res.result)
// }
// })
// initDictOptions('').then((res) => {
// if (res.success) {
// this.$set(this.dictOptions, 'materialType', res.result)
// }
// })
// initDictOptions('').then((res) => {
// if (res.success) {
// this.$set(this.dictOptions, 'processPlan', res.result)
// }
// })
// },
onClearSelected() {
this.selectedRowKeys = []
this.selectionRows = []
@ -297,9 +297,9 @@
return
}
// 1
if (arg === 1) {
this.pagination.current = 1
}
// if (arg === 1) {
this.pagination.current = arg
// }
this.onClearSelected()
var params = this.getQueryParams()//
this.loading = true

Loading…
Cancel
Save