Commit 9928f99e authored by youjie's avatar youjie

签证财务单据 服务费单据、其他单据制单

parent 8692c50b
......@@ -926,6 +926,8 @@
<!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0"
@click="jumpPage('FinancialOrder',GetDetail.SourceID,3)"> <span class="_jump_page _font_bold">签证收支</span>
</td> -->
<td v-if="GetDetail.OrderSource==10&&o.TCNUM&&o.TCID" @click="jumpPage('VisaFinancialDocuments',o.TCID,3,o.TCNUM)">
<span class="_jump_page _font_bold">签证收支</span></td>
<td v-if="GetDetail.OrderID&&OrderSource==10">签证订单:<span
@click="jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,9,GetDetail.OrderID)"
class="_jump_page _font_bold">{{GetDetail.OrderID}}</span></td>
......@@ -2830,8 +2832,10 @@
this.$router.push({
name: path,
query: {
OrderSource: id.OrderSource,
SourceID: id.SourceID,
TCID: id,
TCNUM: OrderID,
// OrderSource: id.OrderSource,
// SourceID: id.SourceID,
blank: 'y'
}
})
......
......@@ -948,6 +948,8 @@
class="_jump_page _font_bold">国内票务</span> </td>
<!-- <td v-else-if="OrderSource==10&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail,3)">
<span class="_jump_page _font_bold">签证收支</span></td> -->
<td v-if="GetDetail.OrderSource==10&&o.TCNUM&&o.TCID" @click="jumpPage('VisaFinancialDocuments',o.TCID,3,o.TCNUM)">
<span class="_jump_page _font_bold">签证收支--</span></td>
<td v-if="GetDetail.OrderID&&OrderSource==10">签证订单:<span
@click="jumpPage(isOrderOP?'VisaProductEditOrderQZ':'VisaProductEditOrder',GetDetail,8,GetDetail.OrderID)"
class="_jump_page _font_bold">{{GetDetail.OrderID}}</span></td>
......@@ -2229,8 +2231,10 @@
this.$router.push({
name: path,
query: {
OrderSource: id.OrderSource,
SourceID: id.SourceID,
TCID: id,
TCNUM: OrderID,
// OrderSource: id.OrderSource,
// SourceID: id.SourceID,
blank: 'y'
}
})
......
......@@ -1527,6 +1527,7 @@
this.msg.ECOrderList = this.orderObj.ECOrderList ? this.orderObj.ECOrderList : [];
this.msg.EduCommissionEmp = this.orderObj.EduCommissionEmp ? this.orderObj.EduCommissionEmp: null
this.msg.MatchFrId = this.orderObj.MatchFrId ? this.orderObj.MatchFrId : 0;
this.msg.StandardCurrencyName = this.orderObj.StandardCurrencyName?this.orderObj.StandardCurrencyName:''
}
if(this.orderObj&&this.orderObj.OtherType&&this.orderObj.OtherType==75&&this.orderObj.ReFinances==''){
this.Error(`成本月结数据不能为空!`)
......
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