diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index 967b149dc..263c586ae 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -2318,7 +2318,7 @@ export const FISDeliverRequest = [ type: "name", width: orderWidth }, - { label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" }, + // { label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" }, { label: "创建时间", prop: "creationTime",type: "dateTime" }, { label: "发货时间", prop: "deliverTime", type: "dateTime" }, { label: "客户代码", prop: "customerCode" }, diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index befa4b15a..dbd704bbd 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -1673,7 +1673,7 @@ export const DeliverNote = [ // FIS发货申请 20230414 export const FISDeliverRequest = [ { label: "发货申请单号", prop: "number" }, - { label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, + // { label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, { label: "发货时间", prop: "deliverTime", type: "dateTime" }, { label: "客户代码", prop: "customerCode" }, { label: "客户地址", prop: 'customerAddressCode' }, diff --git a/fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue b/fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue index 3894d2d41..a90f55569 100644 --- a/fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue +++ b/fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue @@ -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 => {