| 
														
															@@ -371,7 +371,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import JSelectInput from '/@/components/Form/src/jeecg/components/JSelectInput.vue'; 
														 | 
														
														 | 
														
															   import JSelectInput from '/@/components/Form/src/jeecg/components/JSelectInput.vue'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { Form, message } from 'ant-design-vue'; 
														 | 
														
														 | 
														
															   import { Form, message } from 'ant-design-vue'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { useUserStore } from '/@/store/modules/user'; 
														 | 
														
														 | 
														
															   import { useUserStore } from '/@/store/modules/user'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  import moment from 'moment'; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  import dayjs from 'dayjs'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { useGlobSetting } from '/@/hooks/setting'; 
														 | 
														
														 | 
														
															   import { useGlobSetting } from '/@/hooks/setting'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const { domainUrl } = useGlobSetting(); 
														 | 
														
														 | 
														
															   const { domainUrl } = useGlobSetting(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const userStore = useUserStore(); 
														 | 
														
														 | 
														
															   const userStore = useUserStore(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -433,7 +433,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         status: undefined, 
														 | 
														
														 | 
														
															         status: undefined, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         delFlag: undefined, 
														 | 
														
														 | 
														
															         delFlag: undefined, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         otherStatus: '', 
														 | 
														
														 | 
														
															         otherStatus: '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        billDate: moment(new Date()).format('YYYY-MM-DD'), 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        billDate: dayjs(new Date()).format('YYYY-MM-DD'), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         billCode: '', 
														 | 
														
														 | 
														
															         billCode: '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         quotationProject: '', 
														 | 
														
														 | 
														
															         quotationProject: '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         quotationProjectName: '', 
														 | 
														
														 | 
														
															         quotationProjectName: '', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -510,8 +510,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       async function changeExchangeRate() { 
														 | 
														
														 | 
														
															       async function changeExchangeRate() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (formData.currency !== '美元') { 
														 | 
														
														 | 
														
															         if (formData.currency !== '美元') { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           var param = { 
														 | 
														
														 | 
														
															           var param = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            month: moment(new Date()).month() + 1, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            year: moment(new Date()).year(), 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            month: dayjs(new Date()).month() + 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            year: dayjs(new Date()).year(), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             currency: formData.currency, 
														 | 
														
														 | 
														
															             currency: formData.currency, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }; 
														 | 
														
														 | 
														
															           }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           var info = await queryRate(param); 
														 | 
														
														 | 
														
															           var info = await queryRate(param); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -532,8 +532,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         saleQuotationFormProductTable.dataSource = [...saleQuotationFormProductDataList]; 
														 | 
														
														 | 
														
															         saleQuotationFormProductTable.dataSource = [...saleQuotationFormProductDataList]; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getOptiom(); 
														 | 
														
														 | 
														
															         getOptiom(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getCustomerOptions(); 
														 | 
														
														 | 
														
															         getCustomerOptions(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        quotationPeriod.value[0] = formData.quotationPeriodBegin ? moment(formData.quotationPeriodBegin) : ''; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        quotationPeriod.value[1] = formData.quotationPeriodEnd ? moment(formData.quotationPeriodEnd) : ''; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        quotationPeriod.value[0] = formData.quotationPeriodBegin ? dayjs(formData.quotationPeriodBegin,'YYYY/MM/DD') : ''; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        quotationPeriod.value[1] = formData.quotationPeriodEnd ? dayjs(formData.quotationPeriodEnd,'YYYY/MM/DD') : ''; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         notAllowEdit.value = true; 
														 | 
														
														 | 
														
															         notAllowEdit.value = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       //获取主表 
														 | 
														
														 | 
														
															       //获取主表 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -791,8 +791,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         saleQuotationFormProductTable.dataSource = [...saleQuotationFormProductDataList]; 
														 | 
														
														 | 
														
															         saleQuotationFormProductTable.dataSource = [...saleQuotationFormProductDataList]; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getOptiom(); 
														 | 
														
														 | 
														
															         getOptiom(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getCustomerOptions(); 
														 | 
														
														 | 
														
															         getCustomerOptions(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        quotationPeriod.value[0] = formData.quotationPeriodBegin ? moment(formData.quotationPeriodBegin) : ''; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        quotationPeriod.value[1] = formData.quotationPeriodEnd ? moment(formData.quotationPeriodEnd) : ''; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        quotationPeriod.value[0] = formData.quotationPeriodBegin ? dayjs(formData.quotationPeriodBegin,'YYYY/MM/DD') : ''; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        quotationPeriod.value[1] = formData.quotationPeriodEnd ? dayjs(formData.quotationPeriodEnd,'YYYY/MM/DD') : ''; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       async function queryVersonHistoryData(id) { 
														 | 
														
														 | 
														
															       async function queryVersonHistoryData(id) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         const row = await queryVersonHistoryById(id); 
														 | 
														
														 | 
														
															         const row = await queryVersonHistoryById(id); 
														 |