Commit 50cdbe58 authored by liudong1993's avatar liudong1993

1

parent f0932a0a
......@@ -192,6 +192,7 @@
<td height="34px" class="">{{$t('fnc.hkshijian')}}</td>
<td height="34px" colspan="6">
<span class="_color_b _font_size12">{{GetDetail.Merge.TradeDateV2}}</span>
<span class="_color_b _font_size12" v-if="GetDetail.Merge.TransferFinanceId>0"> &nbsp;/结款调拨单:<span @click="openAllotDetails(GetDetail.Merge.TransferFinanceId)" style="cursor: pointer; color:deepskyblue">{{GetDetail.Merge.TransferFinanceId}}</span></span>
</td>
</tr>
<tr class="_huik_info" v-else-if="GetDetail.Type!=1&&GetDetail.Merge">
......@@ -272,6 +273,17 @@
query
});
},
// 调拨单据详情
openAllotDetails(FrId) {
let query = {
id: FrId,
blank: "y",
};
this.$router.push({
path: "/CapitalAllocationDetail",
query
});
},
},mounted(){
const myDate = new Date();
......
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