浏览代码

change: indent计价. 报价导出表单项默认有效期30天.

peter 2 月之前
父节点
当前提交
7251cb551d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/indent-manage/indent/components/calcPrice/index.vue

+ 1 - 1
src/pages/indent-manage/indent/components/calcPrice/index.vue

@@ -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 || '',