| | |
| | | </div> |
| | | </div> |
| | | <div v-if="activeName === 'collection'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <CollectionPlan :isDetail="true" :add-config="addConfig" :source-type="2" /> |
| | | </div> |
| | | <div v-if="activeName === 'receipt'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <Receipt :isDetail="true" :add-config="addConfig" :source-type="2" /> |
| | | </div> |
| | | <div v-if="activeName === 'clientService'" class="second"> |
| | | <ClientServiceOrder :isDetail="true" :add-config="addConfig" /> |
| | | </div> |
| | | <div v-if="activeName === 'invoice'" class="second"> |
| | | <!-- <FollowupRecords :isDetail="true" /> --> |
| | | <SaleInvoice :isDetail="true" :add-config="addConfig" :source-type="2" /> |
| | | </div> |
| | | </div> |
| | | </el-drawer> |
| | |
| | | import ClientServiceOrder from "@/views/service/clientServiceOrder" |
| | | 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: { ClientServiceOrder, CommonFormTableView }, |
| | | components: { ClientServiceOrder, CommonFormTableView, CollectionPlan, Receipt, SaleInvoice }, |
| | | computed: {}, |
| | | data() { |
| | | return { |
| | |
| | | if (value === "basic") { |
| | | this.isBasicExpand = !this.isBasicExpand |
| | | } else if (value === "dynamic") { |
| | | this.isDynamicExpand = !this.isLabelExpand |
| | | this.isDynamicExpand = !this.isDynamicExpand |
| | | } else if (value === "delivery") { |
| | | this.isDeliveryExpand = !this.isDeliveryExpand |
| | | } else if (value === "termsConditions") { |