diff --git a/src/project/pingchang/AppReturnHomeRegister/Add.vue b/src/project/pingchang/AppReturnHomeRegister/Add.vue index 7dd57dd..2d587a6 100644 --- a/src/project/pingchang/AppReturnHomeRegister/Add.vue +++ b/src/project/pingchang/AppReturnHomeRegister/Add.vue @@ -11,7 +11,7 @@

身份证号

- +
@@ -84,7 +84,7 @@
* -

出发地区

+

出发地

@@ -100,11 +100,11 @@
- * -

出发地址

+ +

出发地详址

-
@@ -177,7 +177,7 @@
* -

返乡地区

+

目的地

@@ -193,11 +193,11 @@
- -

返乡地址

+ +

目的地详址

-
@@ -485,8 +485,8 @@ export default { return this.$toast('请选择出发地') } - if (this.startAreaId.substr(this.startAreaId.length - 3, 3) === '000') { - return this.$toast('出发地必须选到村或社区') + if (this.startAreaId.substr(4,this.startAreaId.length - 4) === '00000000') { + return this.$toast('出发地必须选至县级及以下') } // if (!this.form.startAddress) { @@ -502,7 +502,7 @@ export default { } if (new Date(this.form.startTime.replace(/-/g, '/')).getTime() >= new Date(this.form.arriveTime.replace(/-/g, '/')).getTime()) { - return this.$toast('到达时间不得早于出发时间') + return this.$toast('抵平时间不得早于出发时间') } if (!this.form.gatewayId) { diff --git a/src/project/pingchang/AppReturnHomeRegister/AppReturnHomeRegister.vue b/src/project/pingchang/AppReturnHomeRegister/AppReturnHomeRegister.vue index 7fc2184..1525073 100644 --- a/src/project/pingchang/AppReturnHomeRegister/AppReturnHomeRegister.vue +++ b/src/project/pingchang/AppReturnHomeRegister/AppReturnHomeRegister.vue @@ -12,7 +12,10 @@
-

{{ item.name }}

+

+ {{ item.name }} + {{ item.phone }} +

有异常情况

{{ item.idNumber.replace(/^(\d{6})\d{8}(.{4}$)/g, `$1${Array(9).join('*')}$2`) }}

@@ -173,9 +176,16 @@ export default { height: 50px; h2 { - color: #333333; - font-size: 36px; - font-weight: 600; + span:first-child { + color: #333333; + font-size: 36px; + font-weight: 600; + } + span:last-child { + font-size: 28px; + color: #999999; + margin-left: 16px; + } } span {