소스 검색

销售报价单-选择供应商报价单-修改表格字段

jingbb 6 달 전
부모
커밋
92718bb1e7
1개의 변경된 파일1개의 추가작업 그리고 13개의 파일을 삭제
  1. 1 13
      src/views/saleCode/quotation/components/SelectSupplierQuotation.vue

+ 1 - 13
src/views/saleCode/quotation/components/SelectSupplierQuotation.vue

@@ -154,20 +154,8 @@
         {
             title: '报价有效期(quotation period)',
             align:"center",
-            dataIndex: 'time',
+            dataIndex: 'quotationValidityDate',
             width:250,
-            customRender:({text,record}) =>{
-            if(record.inquiryPeriodBegin&&record.inquiryPeriodEnd){
-                text = record.inquiryPeriodBegin+'~'+record.inquiryPeriodEnd
-            }else if(!record.inquiryPeriodBegin){
-                text = record.inquiryPeriodEnd
-            }else if(!record.inquiryPeriodEnd){
-                text = record.inquiryPeriodBegin
-            }else{
-                text=''
-            }
-            return text;
-            },
         },
         {
             title: '优先级(priority)',