Commit 498026e0 authored by zhengke's avatar zhengke

no message

parent ea7dbc4c
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<el-drawer :with-header="false" size='70%' :visible.sync="isShowCustomerInfo" direction="rtl" <el-drawer :with-header="false" size='70%' :visible.sync="isShowCustomerInfo" direction="rtl"
:before-close="handleClose"> :before-close="handleClose">
<customerInfoBox :CustomerId="CustomerId" @transferS="transfer" @deleteClue="deleteClue" @watersS="waters" <customerInfoBox :CustomerId="CustomerId" @transferS="transfer" @deleteClue="deleteClue" @watersS="waters"
@editCustS="editCust" @getList="getList" /> @editCustS="editCust" @getList="getList" :activeNameNum="activeNameNum" :receiptType="receiptType"/>
</el-drawer> </el-drawer>
<el-drawer :with-header="false" size='70%' :visible.sync="isShowGuestInfo" direction="rtl" <el-drawer :with-header="false" size='70%' :visible.sync="isShowGuestInfo" direction="rtl"
:before-close="handleClose"> :before-close="handleClose">
...@@ -281,6 +281,12 @@ ...@@ -281,6 +281,12 @@
}, },
data() { data() {
return { return {
receiptType:{
ReFinanceId:"",
ReFinanceId2:"",//单据类型
RelevanceFrId:"",//1机票 2签证 3地接 4套餐 5其他
},
activeNameNum:"1",
ruleList: [], ruleList: [],
guestDialogBoxShow: false, guestDialogBoxShow: false,
isShowGuestInfo: false, //是否显示直客弹窗 isShowGuestInfo: false, //是否显示直客弹窗
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</el-pagination> </el-pagination>
</div> </div>
<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" @transferS="transfer" @editCustS="editCust" /> <customerInfoBox :CustomerId="CustomerId" @transferS="transfer" @editCustS="editCust" :activeNameNum="activeNameNum" :receiptType="receiptType"/>
</el-drawer> </el-drawer>
<div v-if="dialogTableVisible"> <div v-if="dialogTableVisible">
<customerDialogBox @getList="getList" :name="dialogTableVisibleName" :CustomerId="CustomerId" /> <customerDialogBox @getList="getList" :name="dialogTableVisibleName" :CustomerId="CustomerId" />
...@@ -298,6 +298,12 @@ ...@@ -298,6 +298,12 @@
}, },
data() { data() {
return { return {
receiptType:{
ReFinanceId:"",
ReFinanceId2:"",//单据类型
RelevanceFrId:"",//1机票 2签证 3地接 4套餐 5其他
},
activeNameNum:"1",
transactionStatusList: [{ transactionStatusList: [{
Name: "全部", Name: "全部",
Id: "0" Id: "0"
......
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