Commit a8e71b3b authored by youjie's avatar youjie

no message

parent eed12c17
...@@ -1699,14 +1699,14 @@ class="w135 _border_b_1"> ...@@ -1699,14 +1699,14 @@ class="w135 _border_b_1">
<el-input type="text" v-model="AuditOrRefundMsg.PayReceiptNo" style="width: 364px;" clearable></el-input> <el-input type="text" v-model="AuditOrRefundMsg.PayReceiptNo" style="width: 364px;" clearable></el-input>
</div> </div>
</div> </div>
</div> </div>
<div style="display: flex;align-items: center;margin-top:15px;" v-if="is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"> <div style="display: flex;align-items: center;margin-top:15px;" v-if="is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1">
<div style="display: flex;align-items: center;flex-grow: 1;"> <div style="display: flex;align-items: center;flex-grow: 1;">
<span style="font-size: 14px;">{{$t('objFill.xiugaidianfudx')}}:</span> <span style="font-size: 14px;">{{$t('objFill.xiugaidianfudx')}}:</span>
<div style="display: flex;flex-grow: 1;"> <div style="display: flex;flex-grow: 1;">
<el-select <el-select
v-model="AuditOrRefundMsg.KingdeeClientID" class="w135 _border_b_1" v-model="AuditOrRefundMsg.KingdeeClientID" class="w135 _border_b_1"
filterable filterable
remote remote
...@@ -2654,6 +2654,7 @@ else if (Type==2) { ...@@ -2654,6 +2654,7 @@ else if (Type==2) {
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
OrderId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type: 1
}}, `${href}`) }}, `${href}`)
}else{ }else{
this.$router.push({ this.$router.push({
...@@ -2671,7 +2672,8 @@ else if (Type==2) { ...@@ -2671,7 +2672,8 @@ else if (Type==2) {
window.parent.postMessage({ window.parent.postMessage({
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
MainId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type: 2
} }
}, `${href}`) }, `${href}`)
} else { } else {
...@@ -3445,7 +3447,7 @@ else if (Type==2) { ...@@ -3445,7 +3447,7 @@ else if (Type==2) {
this.payMsgList[index].balance = x.Initialbalance; this.payMsgList[index].balance = x.Initialbalance;
this.Calculation(1, index); this.Calculation(1, index);
} else { } else {
this.payMsg.Account = x.allName; this.payMsg.Account = x.allName;
this.payMsg.CurrenName = x.CurrencyName; this.payMsg.CurrenName = x.CurrencyName;
if(this.GetDetail.DetailList[0].CurrencyId==x.CurrencyId){ if(this.GetDetail.DetailList[0].CurrencyId==x.CurrencyId){
...@@ -3454,7 +3456,7 @@ else if (Type==2) { ...@@ -3454,7 +3456,7 @@ else if (Type==2) {
else{ else{
this.payMsg.Rate = x.PayRate; this.payMsg.Rate = x.PayRate;
} }
this.payMsg.CurrencyId = x.CurrencyId; this.payMsg.CurrencyId = x.CurrencyId;
this.payMsg.balance = x.Initialbalance; this.payMsg.balance = x.Initialbalance;
this.Calculation(); this.Calculation();
...@@ -4280,7 +4282,7 @@ else if (Type==2) { ...@@ -4280,7 +4282,7 @@ else if (Type==2) {
path: "/dmcTotalTable", path: "/dmcTotalTable",
query query
}); });
}, },
goGuideAccount(path, ClientID) { goGuideAccount(path, ClientID) {
if (ClientID == 0) { if (ClientID == 0) {
......
...@@ -1908,7 +1908,7 @@ ...@@ -1908,7 +1908,7 @@
window.parent.postMessage({ window.parent.postMessage({
event_id: 'CarDealerOrder', event_id: 'CarDealerOrder',
data: { data: {
MainId: this.GetDetail.ReFinanceId, OrderId: this.GetDetail.ReFinanceId,
type:1 type:1
} }
}, `${href}`) }, `${href}`)
......
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