Commit 18695f9c authored by zhuwei's avatar zhuwei

1

parent b53d0194
...@@ -3258,7 +3258,7 @@ class Finance extends Basic ...@@ -3258,7 +3258,7 @@ class Finance extends Basic
if ($v['source'] == 2) { //调整收款(调整ID:[%= it[item]['source_id'] %]) if ($v['source'] == 2) { //调整收款(调整ID:[%= it[item]['source_id'] %])
$excel_data_[] = '调整收款(调整ID:'.$v['source_id'];//来源 $excel_data_[] = '调整收款(调整ID:'.$v['source_id'];//来源
} else { //正常收款 } else { //正常收款
$excel_data_[] = '正常收款';//来源 $excel_data_[] = '正常入账';//来源
} }
if ($v['is_refund'] != 1 && !$v['is_adjustment']) { if ($v['is_refund'] != 1 && !$v['is_adjustment']) {
......
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