Commit 4042871e authored by youjie's avatar youjie

签证 制单, 实收+在途

parent ba0a8748
......@@ -1355,7 +1355,7 @@
},
// 制作单据
makeAdocument(row, index, num, Offset) {
if((num==2||num==3)&&row.Income<=0){
if((num==2||num==3)&&row.Income+row.ZaiTu<=0){
this.Info('请先制收款单据,再制成本或退款单据!')
return
}
......
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