mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化 停车费创建失败问题
This commit is contained in:
parent
4c1e7c6f49
commit
020ecc7c38
@ -46,6 +46,7 @@
|
||||
_initCarCreateFeeAddDateInfo: function () {
|
||||
|
||||
vc.initDate('carCreateFeeStartTime', function (_startTime) {
|
||||
console.log(_startTime)
|
||||
$that.carCreateFeeAddInfo.startTime = _startTime;
|
||||
});
|
||||
vc.initDate('carCreateFeeEndTime', function (_endTime) {
|
||||
|
||||
@ -92,5 +92,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<vc:create path="property/carCreateFeeAdd"></vc:create>
|
||||
|
||||
</div>
|
||||
@ -239,6 +239,7 @@
|
||||
<vc:create path="property/editFee"></vc:create>
|
||||
<vc:create path="property/finishFee"></vc:create>
|
||||
<vc:create path="property/roomCreateFeeAdd"></vc:create>
|
||||
<vc:create path="property/carCreateFeeAdd"></vc:create>
|
||||
<vc:create path="property/addMeterWater" callBackListener="" callBackFunction=""></vc:create>
|
||||
<vc:create path="property/addProxyFee" callBackListener="" callBackFunction=""></vc:create>
|
||||
<vc:create path="property/searchRoom" emitChooseRoom="simplifyAcceptance" emitLoadData="list" roomFlag="1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user