|
@@ -1033,7 +1033,7 @@ let initForm = (switchStatus = [] as any[], useOldFormData = false) => {
|
|
|
exportForm.value = {
|
|
|
pdf_city: productInfo.value.save_cal.pdf_city || cityList.value[0],
|
|
|
exchange: productInfo.value.save_cal.exchange || '',
|
|
|
- days: productInfo.value.save_cal.days || '',
|
|
|
+ days: productInfo.value.save_cal.days || 30,
|
|
|
gst_name: productInfo.value.save_cal.gst_name || '+GST',
|
|
|
notes: productInfo.value.save_cal.notes || '',
|
|
|
other_notes: productInfo.value.save_cal.other_notes || '',
|