|
@ -90,9 +90,9 @@ export default { |
|
|
paging() { |
|
|
paging() { |
|
|
this.Loading.tableLoading = true; |
|
|
this.Loading.tableLoading = true; |
|
|
this.PageListParams.SkipCount = (this.oldSkipCount - 1) * this.PageListParams.MaxResultCount |
|
|
this.PageListParams.SkipCount = (this.oldSkipCount - 1) * this.PageListParams.MaxResultCount |
|
|
// 叫料请求类型: 人工拉动:Issue_Manual; 线边拉动:Issue_WIP; 直接发料:Direct_Issue |
|
|
// 叫料请求类型: 人工拉动:Issue_Manual; 线边拉动:Issue_WIP; 直接发料:Issue_Direct |
|
|
let params = { |
|
|
let params = { |
|
|
type: 'Direct_Issue' |
|
|
type: 'Issue_Direct' |
|
|
} |
|
|
} |
|
|
materialRequestByType(this.PageListParams, this.URL + '/by-type', params).then(res => { |
|
|
materialRequestByType(this.PageListParams, this.URL + '/by-type', params).then(res => { |
|
|
this.tableData = res.items |
|
|
this.tableData = res.items |
|
|