Commit 704012a9 authored by hujun's avatar hujun

pay_type

parent 40bd045a
......@@ -3491,7 +3491,7 @@ class Finance extends Basic
if ($id[0]['source'] == 2) {
unset($this->params['receipt_number']);
unset($this->params['transfer_name']);
unset($this->params['money']);
unset($this->params['pay_type']);
// return $this->response(101, '调整后收款不能修改');
} else {
$save_data['transfer_name'] = isset($this->params['transfer_name']) ? $this->params['transfer_name']:'';
......
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