Commit c63878f2 authored by youjie's avatar youjie

单据详情,新增相同对象付款单据

parent 4b4f5157
...@@ -1117,6 +1117,9 @@ ...@@ -1117,6 +1117,9 @@
<!-- 成本月结关联单号 --> <!-- 成本月结关联单号 -->
<CostmonthDetails v-if="GetDetail.OtherType==75||getTemplate(GetDetail)" :GetDetail="GetDetail"> <CostmonthDetails v-if="GetDetail.OtherType==75||getTemplate(GetDetail)" :GetDetail="GetDetail">
</CostmonthDetails> </CostmonthDetails>
<!-- 相同对象付款单据 -->
<SamePayment :GetDetail="GetDetail">
</SamePayment>
<!-- 团成员已制单名单 --> <!-- 团成员已制单名单 -->
<template v-if="GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"> <template v-if="GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0">
<RollCall v-if="GetDetail.OrderSource==10&& <RollCall v-if="GetDetail.OrderSource==10&&
...@@ -2002,6 +2005,7 @@ ...@@ -2002,6 +2005,7 @@
import czBillModule from "./FinancialSubmodule/czBillModule.vue"; import czBillModule from "./FinancialSubmodule/czBillModule.vue";
// import MsgBus from '../../assets/utils/msgBus.js'; // import MsgBus from '../../assets/utils/msgBus.js';
import CostmonthDetails from './components/CostmonthDetails'; import CostmonthDetails from './components/CostmonthDetails';
import SamePayment from './components/SamePayment';
import UserCredit from './components/UserCredit'; import UserCredit from './components/UserCredit';
import RollCall from './components/RollCall' import RollCall from './components/RollCall'
export default { export default {
...@@ -2196,6 +2200,7 @@ ...@@ -2196,6 +2200,7 @@
'huijiBill': huijiBill, 'huijiBill': huijiBill,
'czBillModule': czBillModule, 'czBillModule': czBillModule,
CostmonthDetails, CostmonthDetails,
SamePayment,
UserCredit, UserCredit,
RollCall RollCall
}, },
......
...@@ -1142,6 +1142,9 @@ ...@@ -1142,6 +1142,9 @@
<!-- 成本月结关联单号 --> <!-- 成本月结关联单号 -->
<CostmonthDetails v-if="GetDetail.OtherType==75||getTemplate(GetDetail)" :GetDetail="GetDetail"> <CostmonthDetails v-if="GetDetail.OtherType==75||getTemplate(GetDetail)" :GetDetail="GetDetail">
</CostmonthDetails> </CostmonthDetails>
<!-- 相同对象付款单据 -->
<SamePayment :GetDetail="GetDetail">
</SamePayment>
<!-- 团成员已制单名单 --> <!-- 团成员已制单名单 -->
<template v-if="GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"> <template v-if="GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0">
<RollCall v-if="GetDetail.OrderSource==10&& <RollCall v-if="GetDetail.OrderSource==10&&
...@@ -1492,6 +1495,7 @@ ...@@ -1492,6 +1495,7 @@
import dmcTravelBill from './FinancialSubmodule/DmcTravelBillModule'; //线路 import dmcTravelBill from './FinancialSubmodule/DmcTravelBillModule'; //线路
import CostmonthDetails from './components/CostmonthDetails'; import CostmonthDetails from './components/CostmonthDetails';
import SamePayment from './components/SamePayment';
import UserCredit from './components/UserCredit'; import UserCredit from './components/UserCredit';
import RollCall from './components/RollCall' import RollCall from './components/RollCall'
export default { export default {
...@@ -1598,6 +1602,7 @@ ...@@ -1598,6 +1602,7 @@
"czBillModule": czBillModule, "czBillModule": czBillModule,
"dmcTravelBill": dmcTravelBill, "dmcTravelBill": dmcTravelBill,
CostmonthDetails, CostmonthDetails,
SamePayment,
UserCredit, UserCredit,
RollCall RollCall
}, },
......
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