diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..264bc0564aee199db9512d6d5c00d697e03c7c83 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +from node:16.10.0 + +copy . /data + +workdir /data \ No newline at end of file diff --git a/app.js b/app.js index 137f520566e2704db40824a98ced16f471bf4fa2..81583b034a31f4e1f2e27aedee14493549b8baf4 100755 --- a/app.js +++ b/app.js @@ -40,10 +40,10 @@ let opts = { } -app.use('/callComponent', proxy('http://192.168.100.108:8088', opts)); -app.use('/app', proxy('http://192.168.100.108:8088', opts)); +app.use('/callComponent', proxy('http://hc:8008', opts)); +app.use('/app', proxy('http://hc:8008', opts)); app.use('/ws', createProxyMiddleware({ - target: 'http://192.168.100.108:8008', + target: 'http://hc:8008', changeOrigin: true, ws: true })); diff --git a/public/.DS_Store b/public/.DS_Store index 982f3fda72555f5c356492cacd3ba5138f5fcb67..41f4eb79ec642cd355b77c0b4600e3d13636bdbd 100755 Binary files a/public/.DS_Store and b/public/.DS_Store differ diff --git a/public/components/contract/contractDetailFee/contractDetailFee.html b/public/components/contract/contractDetailFee/contractDetailFee.html index 407127e07fbcd69d931c8f934e4ee356961ba582..d6087001e550e82fd3ad2df43d127af7315a0172 100644 --- a/public/components/contract/contractDetailFee/contractDetailFee.html +++ b/public/components/contract/contractDetailFee/contractDetailFee.html @@ -7,16 +7,13 @@
{{reportHuaningOweFeeDetailInfo.conditions.year}} |
{{reportHuaningOweFeeDetailInfo.conditions.year}} |
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{fee.payerObjName}} | +{{fee.roomName}} | {{fee.builtUpArea}} | -{{fee.squarePrice}} | -{{_getMonthFee(fee)}} | -{{fee.startTime}} | +{{fee.feeName}} | {{fee.endTime}} | +{{fee.deadlineTime}} | {{fee.oweAmount}} | -{{fee.btAmount}} | -{{fee.bfAmount}} | +{{fee.curOweAmount}} | +{{fee.preOweAmount}} |
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+
---|---|---|---|---|
{{fee.objName}} | +{{fee.ownerName}}({{fee.link}}) | ++ {{fee.feeName}} + | ++ {{fee.curYearMonth}} + | ++ {{fee.receivableAmount || 0}} + | +
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
---|---|---|---|---|---|---|
{{fee.objName}} | +{{fee.ownerName}}({{fee.link}}) | ++ {{fee.receivedAmount || 0}} + | ++ {{fee.feeName}} + | ++ {{fee.curYearMonth}} + | ++ {{fee.cashierName}} + | ++ {{fee.createTime}} + | +
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- {{fee.floorNum}} - | -- {{fee.roomCount}} - | -- {{fee.freeCount}} - | -- {{fee.hisMonthOweFee}} - | -- {{fee.oweFee}} - | -- {{fee.todayReceivedRoomCount}} - | -- {{fee.todayReceivedRoomAmount}} - | -- {{fee.hisOweReceivedRoomCount}} - | -- {{fee.hisOweReceivedRoomAmount}} - | -- {{fee.monthReceivedRoomCount}} - | -- {{(fee.roomCount-fee.freeCount-fee.monthReceivedRoomCount).toFixed(0)}} - | -- {{(fee.monthReceivedRoomCount/(fee.roomCount-fee.freeCount)*100).toFixed(2)}}% - | - -- {{fee.monthReceivedRoomAmount}} - | -- {{fee.curMonthOweFee}} - | -- {{(fee.monthReceivedRoomAmount/(fee.monthReceivedRoomAmount+fee.curMonthOweFee)*100).toFixed(2)}}% - | -
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
{{item.payerObjName}} | {{item.feeName}} |
- {{vc.dateFormat(item.endTime)}}
- |
@@ -43,7 +56,7 @@
{{(item.curDegrees-item.preDegrees).toFixed(2)}} | {{printPayFeeInfo.builtUpArea}} | -{{item.mwPrice}} | +{{item.mwPrice}} | {{item.squarePrice}}/{{item.additionalAmount}} | {{item.feeTotalPrice}} | diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.html b/public/pages/property/reportFeeSummary/reportFeeSummary.html index 3f57247a3fb35b18767d5899751a35ac7143049e..fa939ee586dff98e6a955a40495ccfc1d9a70feb 100755 --- a/public/pages/property/reportFeeSummary/reportFeeSummary.html +++ b/public/pages/property/reportFeeSummary/reportFeeSummary.html @@ -120,13 +120,22 @@
- |
+
+ |
+
+ |
|
- |
+
+ |
@@ -146,10 +155,25 @@
{{fee.receivedFee}}
+ {{fee.curReceivableFee}} + | ++ {{(fee.curReceivableFee-fee.curOweFee).toFixed(2)}} + | +{{((fee.feeRoomCount-fee.oweRoomCount)/fee.feeRoomCount*100).toFixed(2)}}% | -- {{((fee.receivedFee-fee.preReceivedFee)/(fee.hisOweFee+fee.curReceivableFee)*100).toFixed(2)}}% + | + 0% + | ++ {{((fee.curReceivableFee-fee.curOweFee)/(fee.curReceivableFee)*100).toFixed(2)}}% + | ++ 0% + | ++ {{((fee.hisReceivedFee)/(fee.hisReceivedFee+fee.hisOweFee)*100).toFixed(2)}}% |
0%
diff --git a/public/pages/property/reportFeeSummary/reportFeeSummary.js b/public/pages/property/reportFeeSummary/reportFeeSummary.js
index 30117cb3feb5824b5b486a68990e35943489bdbf..42b57acc9afeec70d34e95e1e0a6a6dbc1d20d22 100755
--- a/public/pages/property/reportFeeSummary/reportFeeSummary.js
+++ b/public/pages/property/reportFeeSummary/reportFeeSummary.js
@@ -56,11 +56,12 @@
}
$that.reportFeeSummaryInfo.conditions.startDate = _newDate;
_data.setMonth(_data.getMonth() + 1);
+ _data.setDate(0);
_month = _data.getMonth() + 1;
if (_month < 10) {
- _newDate = _data.getFullYear() + "-0" + _month + "-01";
+ _newDate = _data.getFullYear() + "-0" + _month + '-' + _data.getDate();
} else {
- _newDate = _data.getFullYear() + "-" + _month + "-01";
+ _newDate = _data.getFullYear() + "-" + _month + '-'+ _data.getDate();
}
$that.reportFeeSummaryInfo.conditions.endDate = _newDate;
},
diff --git a/public/pages/property/reportHuaning/reportHuaning.html b/public/pages/property/reportHuaning/reportHuaning.html
index c4d97a6969adbc0c93b96fdaa2a6fad70f3b9fa4..1e74daea03ea4ba25b71e90a717677419bf51319 100644
--- a/public/pages/property/reportHuaning/reportHuaning.html
+++ b/public/pages/property/reportHuaning/reportHuaning.html
@@ -1,19 +1,16 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
-
+
+
-
+
+
-
+
@@ -131,12 +125,12 @@
|
-
+ |
|
-
+
@@ -151,20 +145,18 @@
| {{couponPropertyUser.stock}}张 |
{{couponPropertyUser.state == '1001'?'未使用':'已使用'}} |
{{couponPropertyUser.startTime}} |
-
+
|
diff --git a/public/user.html b/public/user.html
index 2a731b3ff8dbd55d4d695e68b04ea7cce2ced39b..5ff4ac88241df8d9f004ce01fda2f73b3cc95dfc 100755
--- a/public/user.html
+++ b/public/user.html
@@ -36,13 +36,6 @@
- diff --git a/public/vcCore/vc-validate.js b/public/vcCore/vc-validate.js index 478d89707440707da2375d4fcad739f0553837ab..1951f8999ee0bf6aa8da7c0457244fd1f66d9ef1 100755 --- a/public/vcCore/vc-validate.js +++ b/public/vcCore/vc-validate.js @@ -36,9 +36,18 @@ vc 校验 工具类 -method 校验手机号 **/ phone:function(text){ - var regPhone =/^0?1[3|4|5|6|7|8][0-9]\d{8}$/; + console.log('(vc-validate)phone:' + text) + var regPhone =/^.*$/; return regPhone.test(text); }, + + /** + 校验手机号 + **/ + // newPhone:function(text){ + // var regPhone =/^0?1[3|4|5|6|7|8][0-9]\d{1}$/; + // return regPhone.test(text); + // }, /** 校验邮箱 **/ diff --git a/public/vcCore/vcFramework-0.4.js b/public/vcCore/vcFramework-0.4.js index 2e176cb91d7594128ae606ff2c71c5300760001c..88f6cf59de854d0e7932077b2a63541e1c3cb3d6 100755 --- a/public/vcCore/vcFramework-0.4.js +++ b/public/vcCore/vcFramework-0.4.js @@ -1687,7 +1687,8 @@ vc 校验 工具类 -method 校验手机号 **/ phone: function (text) { - let regPhone = /^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/; + console.log('(vcFramework-0.4)phone:' + text) + var regPhone =/^.*$/; return regPhone.test(text); }, /** diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index b10a655122fa14bff8b87a832e19cdd1c14781c8..d9a6e131a489c832e4ac9cbf96ef266219d0bef5 100755 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -2337,7 +2337,8 @@ 校验手机号 **/ phone: function(text) { - let regPhone = /^0?1[3|4|5|6|7|8|9][0-9]\d{8}$/; + console.log('(vcFramework)phone:' + text) + var regPhone =/^.*$/; return regPhone.test(text); }, /** |
---|