| | |
| | | </div> |
| | | </div> |
| | | <div v-if="activeName === 'collection'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <CollectionPlan :isDetail="true" :add-config="addConfig" :source-type="1" /> |
| | | </div> |
| | | <div v-if="activeName === 'receipt'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <Receipt :isDetail="true" :add-config="addConfig" :source-type="1" /> |
| | | </div> |
| | | <div v-if="activeName === 'invoice'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <SaleInvoice :isDetail="true" :add-config="addConfig" :source-type="1" /> |
| | | </div> |
| | | <div v-if="activeName === 'return'" class="second"> |
| | | <SalesReturn :isDetail="true" :add-config="addConfig" /> |
| | |
| | | import RefundForm from "@/views/sales/refundForm" |
| | | import Status from "@/common/const/salesFixedStatus" |
| | | import CommonFormTableView from "@/components/makepager/CommonFormTableView" |
| | | import CollectionPlan from "@/views/other/payment/collectionPlan" |
| | | import Receipt from "@/views/other/payment/receipt" |
| | | import SaleInvoice from "@/views/other/payment/saleInvoice" |
| | | export default { |
| | | name: "DetailSpecification", |
| | | props: { |
| | |
| | | } |
| | | } |
| | | }, |
| | | components: { SalesReturn, ServiceContract, RefundForm, CommonFormTableView }, |
| | | components: { SalesReturn, ServiceContract, RefundForm, CommonFormTableView, CollectionPlan, Receipt, SaleInvoice }, |
| | | computed: {}, |
| | | data() { |
| | | return { |