Commit 62b565da authored by liudong1993's avatar liudong1993

1

parent 7ab8553a
......@@ -1191,6 +1191,22 @@
</div>
</div>
</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">
<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' />
......@@ -2142,6 +2158,8 @@ class="w135 _border_b_1">
import OrderReceivablesAccount from "./components/OrderReceivablesAccount.vue";
import ClientBankAccount from "./components/ClientBankAccount.vue";
import HelpBranch from "./components/HelpBranch.vue";
import HandFeeDetails from "./HandFee/HandFeeDetails.vue";
export default {
data() {
return {
......@@ -2155,6 +2173,7 @@ class="w135 _border_b_1">
isOrderOP: false,//是否跳转op订单页面
financeShow: true,
picIsShow: false,
tableShowHandFee: true,
picObj: '',
imgList: [],
isShowAttachment: false, //是出纳可上传附件
......@@ -2330,6 +2349,7 @@ class="w135 _border_b_1">
}
},
components: {
HandFeeDetails,
"my-FlowChartModule": myFlowChartModule,
"my-Bill": myBill,
"new-Bill": newBill,
......@@ -3747,7 +3767,12 @@ else if (Type==2) {
SupplierName:data.SupplierName,
DutyNo:data.DutyNo,
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={
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