diff --git a/app.js b/app.js index 2f1c18d48..3aa078f84 100644 --- a/app.js +++ b/app.js @@ -36,12 +36,12 @@ let 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://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://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/carCreateFeeAdd/carCreateFeeAdd.js b/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js index fdf78c0da..1f1bfeaee 100644 --- a/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js +++ b/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js @@ -14,7 +14,7 @@ carState:'SH', isMore:false, locationTypeCdName:'', - startTime:'' + startTime: vc.dateTimeFormat(new Date().getTime()) } }, _initMethod: function() { @@ -155,6 +155,7 @@ carState:'SH', isMore:false, locationTypeCdName:'', + startTime: vc.dateTimeFormat(new Date().getTime()) }; vc.component.carCreateFeeAddInfo.feeTypeCds = _feeTypeCds; diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index d09020c50..4cb5c88cc 100644 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -18,7 +18,7 @@ roomState: ['2001'], isMore: false, locationTypeCdName: '', - startTime:'' + startTime: vc.dateTimeFormat(new Date().getTime()) } }, _initMethod: function () { @@ -189,7 +189,7 @@ roomState: ['2001'], isMore: false, locationTypeCdName: '', - startTime:'' + startTime: vc.dateTimeFormat(new Date().getTime()) }; vc.component.roomCreateFeeAddInfo.feeTypeCds = _feeTypeCds; diff --git a/public/pages/admin/orderDetailManage/orderDetailManage.html b/public/pages/admin/orderDetailManage/orderDetailManage.html index e1b7cf7e7..00947db30 100644 --- a/public/pages/admin/orderDetailManage/orderDetailManage.html +++ b/public/pages/admin/orderDetailManage/orderDetailManage.html @@ -2,7 +2,7 @@