setCurrentQuotationRecord({ ...currentQuotationRecord, child_cost: e })} />
- 币种
-
- 类型
-
-
- 人等
-
- setCurrentQuotationRecord({ ...currentQuotationRecord, group_size_min: e })}
- style={{ width: '50%', marginRight: '10px' }}
- />
- -
- setCurrentQuotationRecord({ ...currentQuotationRecord, group_size_max: e })}
- style={{ width: '50%', marginLeft: '10px' }}
- />
- |
- 有效期
- {
- setCurrentQuotationRecord({
- ...currentQuotationRecord,
- use_dates_start: dates[0],
- use_dates_end: dates[1]
- });
- }}
- />
- 周末
- {days.map((day, index) => (
-
- ))}
+ setBatchImportPriceVisible(false)}
+ width="80%"
+ >
+
+
+
+ setAddProductVisible(false)}
+ >
+ 选择产品类别
+
+
-
+ 新增产品名称
+ setAddProductName(e.target.value)}
+ />
+