Commit 689ad6ca authored by hujun's avatar hujun

来源修改

parent 6a2e9771
......@@ -2926,7 +2926,11 @@ class Finance extends Basic
//来源
if ($this->params['source'] > -1) {
$where['a.source'] = $this->params['source'];
if ($this->params['source'] == 1) {
$where['a.source'] =['in', '0,1'];
} else {
$where['a.source'] = $this->params['source'];
}
$is_show = 1;
}
......
......@@ -388,9 +388,8 @@
</select>
<select class="form-control btn2 ld-Marheight" id="come_from">
<option value="-1">来源</option>
<option value="0">app</option>
<option value="1">智能pos机</option>
<option value="2">调整</option>
<option value="1">正常入账</option>
<option value="2">调整入账</option>
</select>
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="order_id" placeholder="带看ID" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="get_id" placeholder="收款ID" type="text" value="">
......
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