mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
账单查询
This commit is contained in:
parent
0f11b91984
commit
ef678df016
@ -14,7 +14,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" placeholder="请输入标题" v-model="billManageInfo.conditions.title"
|
<input type="text" placeholder="请输入账单编号" v-model="billManageInfo.conditions.title"
|
||||||
class=" form-control">
|
class=" form-control">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiGet('billManage',
|
vc.http.apiGet('fee.listBill',
|
||||||
param,
|
param,
|
||||||
function (json, res) {
|
function (json, res) {
|
||||||
var _billManageInfo = JSON.parse(json);
|
var _billManageInfo = JSON.parse(json);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user