Browse Source

【nev-pc】成品发运更改

ag_report_nev
安虹睿 12 months ago
parent
commit
e5bbc9d74c
  1. 2
      fe/PC/src/utils/tableColumns/index.js
  2. 2
      fe/PC/src/utils/tabsDesTions/index.js
  3. 26
      fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue

2
fe/PC/src/utils/tableColumns/index.js

@ -2318,7 +2318,7 @@ export const FISDeliverRequest = [
type: "name", type: "name",
width: orderWidth width: orderWidth
}, },
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" }, // { label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, { label: "创建时间", prop: "creationTime",type: "dateTime" },
{ label: "发货时间", prop: "deliverTime", type: "dateTime" }, { label: "发货时间", prop: "deliverTime", type: "dateTime" },
{ label: "客户代码", prop: "customerCode" }, { label: "客户代码", prop: "customerCode" },

2
fe/PC/src/utils/tabsDesTions/index.js

@ -1673,7 +1673,7 @@ export const DeliverNote = [
// FIS发货申请 20230414 // FIS发货申请 20230414
export const FISDeliverRequest = [ export const FISDeliverRequest = [
{ label: "发货申请单号", prop: "number" }, { label: "发货申请单号", prop: "number" },
{ label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, // { label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" },
{ label: "发货时间", prop: "deliverTime", type: "dateTime" }, { label: "发货时间", prop: "deliverTime", type: "dateTime" },
{ label: "客户代码", prop: "customerCode" }, { label: "客户代码", prop: "customerCode" },
{ label: "客户地址", prop: 'customerAddressCode' }, { label: "客户地址", prop: 'customerAddressCode' },

26
fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue

@ -90,19 +90,19 @@ export default {
}, },
methods: { methods: {
// //
paging(callback) { // paging(callback) {
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,
getPageListWip(this.PageListParams, 'wms/store/deliver-note/list-for-fis') // getPageListWip(this.PageListParams, 'wms/store/deliver-note/list-for-fis')
.then(res => { // .then(res => {
this.tableData = res.items // this.tableData = res.items
this.totalCount = res.totalCount // this.totalCount = res.totalCount
this.pagingCallback(callback) // this.pagingCallback(callback)
}) // })
.catch(err => { // .catch(err => {
this.Loading.tableLoading = false // this.Loading.tableLoading = false
}) // })
}, // },
beforePrintHandle(callback){ beforePrintHandle(callback){
if((this.propsData.customerCode)){ if((this.propsData.customerCode)){
getOneCustomerInfoByCode(this.propsData.customerCode).then(res => { getOneCustomerInfoByCode(this.propsData.customerCode).then(res => {

Loading…
Cancel
Save