mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化欠费
This commit is contained in:
parent
dde33743dd
commit
e6cf75b5b5
8
app.js
8
app.js
@ -34,10 +34,10 @@ let opts = {
|
||||
//app.use('/callComponent',proxy('https://app.demo.winqi.cn/',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012/',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
//app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
|
||||
app.use('/app',proxy('http://192.168.1.16:8012',opts));
|
||||
app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
|
||||
//app.use('/app',proxy('http://192.168.1.16:8012',opts));
|
||||
|
||||
//app.listen(3000);
|
||||
app.use(express.json());
|
||||
|
||||
@ -62,7 +62,8 @@
|
||||
vc.goBack();
|
||||
},
|
||||
_toOwnerPayFee:function(_fee){
|
||||
vc.jumpToPage('/admin.html#/pages/property/owePayFeeOrder?payObjId='+_fee.payObjId+"&payObjType="+_fee.payObjType+"&roomName="+_fee.roomName);
|
||||
console.log('_fee',_fee);
|
||||
vc.jumpToPage('/admin.html#/pages/property/owePayFeeOrder?payObjId='+_fee.payerObjId+"&payObjType="+_fee.payerObjType+"&roomName="+_fee.roomName);
|
||||
},
|
||||
_moreCondition:function(){
|
||||
if(vc.component.listOweFeeInfo.moreCondition){
|
||||
|
||||
@ -3,9 +3,12 @@
|
||||
<div class="col-lg-12">
|
||||
<div class="ibox">
|
||||
<div class="ibox-title">
|
||||
<h5>欠费缴费</h5>
|
||||
<h5>{{owePayFeeOrderInfo.roomName}}</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
{{owePayFeeOrderInfo.roomName}}
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-on:click="_goBack()">
|
||||
返回
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
@ -155,6 +155,9 @@
|
||||
})
|
||||
|
||||
$that.owePayFeeOrderInfo.feePrices = Math.round(totalFee * 100, 2) / 100;
|
||||
},
|
||||
_goBack:function(){
|
||||
vc.goBack();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user