|
@@ -481,15 +481,6 @@
|
|
|
formData.inquiryPeriodBegin = data[0].format('YYYY-MM-DD')
|
|
|
formData.inquiryPeriodEnd = data[1].format('YYYY-MM-DD')
|
|
|
}
|
|
|
- function changeDeliveryTime(props){
|
|
|
- if(saleInquiryFormProductTable.dataSource.length>0){
|
|
|
- var newArr = [...saleInquiryFormProductTable.dataSource]
|
|
|
- newArr.map(item=>{
|
|
|
- item.deliveryTime = props
|
|
|
- })
|
|
|
- saleInquiryFormProductTable.dataSource = newArr
|
|
|
- }
|
|
|
- }
|
|
|
return {
|
|
|
saleInquiryFormShipTableRef,
|
|
|
saleInquiryFormShipTable,
|
|
@@ -530,7 +521,6 @@
|
|
|
customerOption,
|
|
|
inquiryPeriod,
|
|
|
onChangeInquiryPeriod,
|
|
|
- changeDeliveryTime
|
|
|
}
|
|
|
}
|
|
|
});
|