Browse Source

缺陷:YT-2257 要货预测 取货日期增加

intex_zhaoxuebing
赵雪冰 1 week ago
parent
commit
f3143937f1
  1. 10
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts

10
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts

@ -599,6 +599,16 @@ export const DemandforecastingMainPlan = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '取货日期',
field: 'schdShipDate',
formatter: dateFormatter2,
sort: 'custom',
table: {
width: 150
},
},
{
label: '数量',
field: 'planQty',

Loading…
Cancel
Save