|
|
@ -90,19 +90,19 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
//渲染数据 |
|
|
|
paging(callback) { |
|
|
|
this.Loading.tableLoading = true; |
|
|
|
this.PageListParams.SkipCount = (this.oldSkipCount - 1) * this.PageListParams.MaxResultCount, |
|
|
|
getPageListWip(this.PageListParams, 'wms/store/deliver-note/list-for-fis') |
|
|
|
.then(res => { |
|
|
|
this.tableData = res.items |
|
|
|
this.totalCount = res.totalCount |
|
|
|
this.pagingCallback(callback) |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
this.Loading.tableLoading = false |
|
|
|
}) |
|
|
|
}, |
|
|
|
// paging(callback) { |
|
|
|
// this.Loading.tableLoading = true; |
|
|
|
// this.PageListParams.SkipCount = (this.oldSkipCount - 1) * this.PageListParams.MaxResultCount, |
|
|
|
// getPageListWip(this.PageListParams, 'wms/store/deliver-note/list-for-fis') |
|
|
|
// .then(res => { |
|
|
|
// this.tableData = res.items |
|
|
|
// this.totalCount = res.totalCount |
|
|
|
// this.pagingCallback(callback) |
|
|
|
// }) |
|
|
|
// .catch(err => { |
|
|
|
// this.Loading.tableLoading = false |
|
|
|
// }) |
|
|
|
// }, |
|
|
|
beforePrintHandle(callback){ |
|
|
|
if((this.propsData.customerCode)){ |
|
|
|
getOneCustomerInfoByCode(this.propsData.customerCode).then(res => { |
|
|
|