优化代码

This commit is contained in:
java110 2020-08-20 15:21:22 +08:00
parent 7816cecb47
commit e2a691fcf3
7 changed files with 19 additions and 9 deletions

8
app.js
View File

@ -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());

View File

@ -15,7 +15,7 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">楼栋名称</label>
<div class="col-sm-10"><input v-model="addFloorInfo.name" readonly type="text"
<div class="col-sm-10"><input v-model="addFloorInfo.name" type="text"
placeholder="必填,请填写名称" class="form-control"></div>
</div>
<div class="form-group row">

View File

@ -15,7 +15,7 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">楼栋名称</label>
<div class="col-sm-10"><input v-model="editFloorInfo.floorName" readonly type="text"
<div class="col-sm-10"><input v-model="editFloorInfo.floorName" type="text"
placeholder="必填,请填写名称" class="form-control"></div>
</div>
<div class="form-group row">

View File

@ -155,7 +155,8 @@
row:20,
communityId:vc.getCurrentCommunity().communityId,
feeTypeCd:_feeTypeCd,
isDefault:'F'
isDefault:'F',
valid:'1'
}
};

View File

@ -179,7 +179,8 @@
row:20,
communityId:vc.getCurrentCommunity().communityId,
feeTypeCd:_feeTypeCd,
isDefault:'F'
isDefault:'F',
valid:'1'
}
};

View File

@ -47,6 +47,13 @@
</select>
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label" style="padding-right:0px;">备注</label>
<div class="col-sm-8" style="padding-left:5px;">
<textarea placeholder="可填,请填写备注" class="form-control"
v-model="payFeeOrderInfo.remark"></textarea>
</div>
</div>
</div>
<div class="col-4" style="padding-left: 30px;">
<div class="row">

View File

@ -17,7 +17,8 @@
communityId: vc.getCurrentCommunity().communityId,
roomName:'',
squarePrice:'',
additionalAmount:''
additionalAmount:'',
remark:''
}
},
_initMethod: function () {