+
+
+
+
+
+ {{ contractInfo?.contractCode || '-' }}
+
+
+ {{ contractInfo?.contractName || '-' }}
+
+ {{ contractInfo?.customerContractCode || '-' }}
+ {{ contractInfo?.internalContractCode || '-' }}
+ {{ contractInfo?.externalContractCode || '-' }}
+ {{ contractInfo?.orderContractCode || '-' }}
+ {{ contractInfo?.projectContractCode || '-' }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ contractInfo?.contractDate || '-' }}
+
+
+ {{ contractInfo?.totalPrice ? formatNumber(contractInfo.totalPrice) + ' 元' : '-' }}
+
+
+ {{ contractInfo?.paymentMethod || '-' }}
+ {{ contractInfo?.deliveryLocation || '-' }}
+ {{ contractInfo?.shipMethod || '-' }}
+ {{
+ contractInfo?.deliveryStart ? contractInfo.deliveryStart + ' 天' : '-'
+ }}
+ {{
+ contractInfo?.warrantyPeriod ? contractInfo.warrantyPeriod + ' 天' : '-'
+ }}
+ {{ contractInfo?.warrantyPeriodDescription || '-' }}
+ {{ contractInfo?.signingPlace || '-' }}
+ {{ contractInfo?.remark || '-' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.planArrivalTime, '{y}-{m}-{d}') }}
+
+
+
+
+ {{ parseTime(scope.row.shippingTime, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+ 明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getPaymentStageName(scope.row.collectionStage) }}
+
+
+
+
+
+ {{ parseTime(scope.row.repaymentTime, '{y}-{m}-{d}') || '-' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+