Commit 3e6c7675 authored by youjie's avatar youjie

no message

parent 0b989129
......@@ -949,7 +949,7 @@
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%"
v-else-if="OrderSource==10">
<tr class="_fujiashuoming_tr">
<td>签证产品编号:<span @click="jumpPage('VisaProductOrder',GetDetail,8)"
<td>签证产品编号:<span @click="jumpPage('VisaProductOrder',GetDetail,9)"
class="_jump_page _font_bold">{{GetDetail.SourceID}}</span></td>
<!-- <td @click="jumpPage('FinancialOrder',GetDetail,3)"> <span class="_jump_page _font_bold">签证收支</span> </td> -->
<td v-if="GetDetail.OrderID">签证订单:<span
......
......@@ -987,10 +987,6 @@ export default {
},
isOffset(row, index, num){
this.makeAdocument(row, index, num,'Offset')
setTimeout(()=>{
this.cdState = true
},100)
},
PerferPrice() {
this.apipost('dmc_get_visa_SetVisaOrderPrice', this.EditMsg, res => {
......@@ -1316,6 +1312,13 @@ export default {
},
// 制作单据
makeAdocument(row, index, num, Offset) {
if((num==2||num==3)&&row.income<=0){
this.Info('请先制收款单据,再制成本或退款单据!')
return
}
if(Offset){
this.cdState = true
}
let type = 0
if(num==3){
type = 2
......
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