|
|
|
@ -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 |
|
|
|
|