Commit 62b565da authored by liudong1993's avatar liudong1993

1

parent 7ab8553a
...@@ -1191,6 +1191,22 @@ ...@@ -1191,6 +1191,22 @@
</div> </div>
</div> </div>
</template> </template>
<div class="w890px" v-if="GetDetail.HandFeeFrId">
<div class="_tit _tit2 w890px _border_bottom_none">
<p>
<span class="_text">手配费关联单</span>
<span class="_btn" v-if="tableShowHandFee" @click="tableShowHandFee=false">收起 <i
class="iconfont icon-gengduo _rotate"></i> </span>
<span class="_btn" v-else @click="tableShowHandFee=true">展开 <i class="iconfont icon-gengduo"></i> </span>
</p>
<div v-show="tableShowHandFee">
<div>
<HandFeeDetails :isPrintPage="false" :ID="GetDetail.HandFeeFrId" :width="widthSon" :color="colorSon">
</HandFeeDetails>
</div>
</div>
</div>
</div>
<div class="w890px"> <div class="w890px">
<SaleOrderModule v-if="OrderSource==10&&SourceID&&OrderID" :SourceID='SourceID' :orderID='OrderID' /> <SaleOrderModule v-if="OrderSource==10&&SourceID&&OrderID" :SourceID='SourceID' :orderID='OrderID' />
<TicketFinace v-if="OrderSource==4&&SourceID&&Callback&&ID" :SourceID='SourceID' :Callback='Callback' :id='ID' /> <TicketFinace v-if="OrderSource==4&&SourceID&&Callback&&ID" :SourceID='SourceID' :Callback='Callback' :id='ID' />
...@@ -2142,6 +2158,8 @@ class="w135 _border_b_1"> ...@@ -2142,6 +2158,8 @@ class="w135 _border_b_1">
import OrderReceivablesAccount from "./components/OrderReceivablesAccount.vue"; import OrderReceivablesAccount from "./components/OrderReceivablesAccount.vue";
import ClientBankAccount from "./components/ClientBankAccount.vue"; import ClientBankAccount from "./components/ClientBankAccount.vue";
import HelpBranch from "./components/HelpBranch.vue"; import HelpBranch from "./components/HelpBranch.vue";
import HandFeeDetails from "./HandFee/HandFeeDetails.vue";
export default { export default {
data() { data() {
return { return {
...@@ -2155,6 +2173,7 @@ class="w135 _border_b_1"> ...@@ -2155,6 +2173,7 @@ class="w135 _border_b_1">
isOrderOP: false,//是否跳转op订单页面 isOrderOP: false,//是否跳转op订单页面
financeShow: true, financeShow: true,
picIsShow: false, picIsShow: false,
tableShowHandFee: true,
picObj: '', picObj: '',
imgList: [], imgList: [],
isShowAttachment: false, //是出纳可上传附件 isShowAttachment: false, //是出纳可上传附件
...@@ -2330,6 +2349,7 @@ class="w135 _border_b_1"> ...@@ -2330,6 +2349,7 @@ class="w135 _border_b_1">
} }
}, },
components: { components: {
HandFeeDetails,
"my-FlowChartModule": myFlowChartModule, "my-FlowChartModule": myFlowChartModule,
"my-Bill": myBill, "my-Bill": myBill,
"new-Bill": newBill, "new-Bill": newBill,
...@@ -3747,7 +3767,12 @@ else if (Type==2) { ...@@ -3747,7 +3767,12 @@ else if (Type==2) {
SupplierName:data.SupplierName, SupplierName:data.SupplierName,
DutyNo:data.DutyNo, DutyNo:data.DutyNo,
AccountTypeStr:data.AccountTypeStr, AccountTypeStr:data.AccountTypeStr,
AccountCreateTime:data.AccountCreateTime AccountCreateTime:data.AccountCreateTime,
JapanFeeMoney: data.JapanFeeMoney,
JapanFeeRemarks: data.JapanFeeRemarks,
JapanFeeCurrencyName: data.JapanFeeCurrencyName,
JapanFeeRate: data.JapanFeeRate,
JapanFinanceId: data.JapanFinanceId
} }
this.helpBranchData={ this.helpBranchData={
Type:data.Type, Type:data.Type,
......
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