diff --git a/app.js b/app.js index 0ba9148d2..4b4cb0be0 100644 --- a/app.js +++ b/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()); diff --git a/public/components/property/addFloor/addFloor.html b/public/components/property/addFloor/addFloor.html index be393070e..c68787008 100644 --- a/public/components/property/addFloor/addFloor.html +++ b/public/components/property/addFloor/addFloor.html @@ -15,7 +15,7 @@
-
diff --git a/public/components/property/editFloor/editFloor.html b/public/components/property/editFloor/editFloor.html index 5d472c8b9..542e9660c 100644 --- a/public/components/property/editFloor/editFloor.html +++ b/public/components/property/editFloor/editFloor.html @@ -15,7 +15,7 @@
-
diff --git a/public/components/property/parkingSpaceCreateFeeAdd/parkingSpaceCreateFeeAdd.js b/public/components/property/parkingSpaceCreateFeeAdd/parkingSpaceCreateFeeAdd.js index 4cab0e32d..4bdf48f06 100644 --- a/public/components/property/parkingSpaceCreateFeeAdd/parkingSpaceCreateFeeAdd.js +++ b/public/components/property/parkingSpaceCreateFeeAdd/parkingSpaceCreateFeeAdd.js @@ -155,7 +155,8 @@ row:20, communityId:vc.getCurrentCommunity().communityId, feeTypeCd:_feeTypeCd, - isDefault:'F' + isDefault:'F', + valid:'1' } }; diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index 1ca9cbb62..76b76577e 100644 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -179,7 +179,8 @@ row:20, communityId:vc.getCurrentCommunity().communityId, feeTypeCd:_feeTypeCd, - isDefault:'F' + isDefault:'F', + valid:'1' } }; diff --git a/public/pages/property/payFeeOrder/payFeeOrder.html b/public/pages/property/payFeeOrder/payFeeOrder.html index 47aa87968..d726906ae 100644 --- a/public/pages/property/payFeeOrder/payFeeOrder.html +++ b/public/pages/property/payFeeOrder/payFeeOrder.html @@ -47,6 +47,13 @@
+
+ +
+ +
+
diff --git a/public/pages/property/payFeeOrder/payFeeOrder.js b/public/pages/property/payFeeOrder/payFeeOrder.js index da59c5a36..742a4a249 100644 --- a/public/pages/property/payFeeOrder/payFeeOrder.js +++ b/public/pages/property/payFeeOrder/payFeeOrder.js @@ -17,7 +17,8 @@ communityId: vc.getCurrentCommunity().communityId, roomName:'', squarePrice:'', - additionalAmount:'' + additionalAmount:'', + remark:'' } }, _initMethod: function () {