Commit 536389be authored by 吴春's avatar 吴春

1

parent 2ce66ef5
......@@ -1433,7 +1433,7 @@
},
// 制作单据
makeAdocument(row, index, num, Offset) {
if ((num == 2 || num == 3) && (row.Income) <= 0) {
if ((num == 2 || num == 3) && (row.Income+row.PlatformMoney) <= 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