Browse Source

直接发料 请求地址type类型修改

dev_web_online
陈薪名 2 years ago
parent
commit
34a33efdf7
  1. 4
      fe/PC/src/views/rawMaterialManage/directIssue/directIssueNote.vue

4
fe/PC/src/views/rawMaterialManage/directIssue/directIssueNote.vue

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

Loading…
Cancel
Save