Commit aaf09a28 authored by youjie's avatar youjie

no message

parent bbf5c98f
...@@ -133,24 +133,13 @@ ...@@ -133,24 +133,13 @@
<el-drawer :with-header="false" size='70%' :visible.sync="drawer" direction="rtl" :before-close="handleClose"> <el-drawer :with-header="false" size='70%' :visible.sync="drawer" direction="rtl" :before-close="handleClose">
<customerInfoBox :CustomerId="CustomerId" :activeNameNum="activeNameNum" :receiptType="receiptType"/> <customerInfoBox :CustomerId="CustomerId" :activeNameNum="activeNameNum" :receiptType="receiptType"/>
</el-drawer> </el-drawer>
<!-- 单号抽屉 -->
<el-drawer @closed="closeOrderDrawerHandler" :with-header="false" size='70%' :visible.sync="orderDrawer" direction="rtl" :before-close="handleClose">
<orderDetailsDrawer v-if="currentOrder" :orderId="currentOrder.OrderId" :activeNameNum="activeNameNum" />
</el-drawer>
<!-- 提成详情 -->
<commissionPopUp v-if="commissionPopUpVisible" :parameters="parameters"></commissionPopUp>
</div> </div>
</template> </template>
<script> <script>
import customerInfoBox from "../../guestManagement/customerInfoBox";
import orderDetailsDrawer from "../../customerManage/orderDetailsDrawer";
import commissionPopUp from "../../dialogModel/commissionPopUp";
export default { export default {
components: { components: {
customerInfoBox, customerInfoBox:() => import('../../guestManagement/customerInfoBox')
orderDetailsDrawer,
commissionPopUp
}, },
props: { props: {
pagesTitle: { pagesTitle: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment