Przeglądaj źródła

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

jingbb 4 miesięcy temu
rodzic
commit
92718bb1e7

+ 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)',