Browse Source

YT-1797:【要货预测-供应商】列表页显示N月、N+1月、N+2月的预测总数

intex_online20241228
songguoqiang 1 month ago
parent
commit
c6ab9023fd
  1. 30
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

30
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

@ -158,6 +158,36 @@ hiddenSearchHigh:true,
}
}
},
{
label: 'N',
field: 'sumN',
sort: 'custom',
isSearch: false,
hiddenSearchHigh:true,
table: {
width: 150
},
},
{
label: 'N+1',
field: 'sumN1',
sort: 'custom',
isSearch: false,
hiddenSearchHigh:true,
table: {
width: 150
},
},
{
label: 'N+2',
field: 'sumN2',
sort: 'custom',
isSearch: false,
hiddenSearchHigh:true,
table: {
width: 150
},
},
{
label: '到货日期',
field: 'dueDate',

Loading…
Cancel
Save