style:编辑修改
Showing
2 changed files
with
34 additions
and
16 deletions
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | </el-col> | 22 | </el-col> |
| 23 | <el-col :span="6"> | 23 | <el-col :span="6"> |
| 24 | <span>ASID:</span> | 24 | <span>ASID:</span> |
| 25 | <el-input v-model="dataReport.ASID" :disabled="$store.state.business.Edit"></el-input> | 25 | <el-input v-model="dataReport.ASID" :disabled="$store.state.business.Edit" maxLength="5"></el-input> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | <el-col :span="6"> | 27 | <el-col :span="6"> |
| 28 | <span>行政区划编码:</span> | 28 | <span>行政区划编码:</span> |
| ... | @@ -61,8 +61,7 @@ | ... | @@ -61,8 +61,7 @@ |
| 61 | <el-row> | 61 | <el-row> |
| 62 | <el-col :span="5"> | 62 | <el-col :span="5"> |
| 63 | <span>创建时间:</span> | 63 | <span>创建时间:</span> |
| 64 | <el-date-picker v-model="dataReport.createDate" clearable :disabled="$store.state.business.Edit" type="date" | 64 | <el-date-picker v-model="dataReport.createDate" clearable disabled type="date" value-format="yyyy-MM-dd"> |
| 65 | value-format="yyyy-MM-dd"> | ||
| 66 | </el-date-picker> | 65 | </el-date-picker> |
| 67 | </el-col> | 66 | </el-col> |
| 68 | <el-col :span="6"> | 67 | <el-col :span="6"> | ... | ... |
| ... | @@ -14,16 +14,15 @@ | ... | @@ -14,16 +14,15 @@ |
| 14 | <el-row class="dialog-from_header item-content-input"> | 14 | <el-row class="dialog-from_header item-content-input"> |
| 15 | <el-col :span="8"> | 15 | <el-col :span="8"> |
| 16 | <span>行政编码:</span> | 16 | <span>行政编码:</span> |
| 17 | <el-input v-model="accessLog.AREACODE" maxlength="10"></el-input> | 17 | <el-input v-model="accessLog.AREACODE" maxlength="10" disabled></el-input> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :span="8"> | 19 | <el-col :span="8"> |
| 20 | <span>行政名称:</span> | 20 | <span>行政名称:</span> |
| 21 | <el-input v-model="accessLog.AREANAME" maxlength="20"></el-input> | 21 | <el-input v-model="accessLog.AREANAME" maxlength="20" disabled></el-input> |
| 22 | </el-col> | 22 | </el-col> |
| 23 | <el-col :span="8"> | 23 | <el-col :span="8"> |
| 24 | <span>日期:</span> | 24 | <span>日期:</span> |
| 25 | <el-date-picker v-model="accessLog.CREATEDATE" value-format="yyyy-MM-dd" type="date"> | 25 | <el-input v-model="accessLog.ACCESSDATE" disabled></el-input> |
| 26 | </el-date-picker> | ||
| 27 | </el-col> | 26 | </el-col> |
| 28 | </el-row> | 27 | </el-row> |
| 29 | <el-row class="dialog-from_header item-content-input"> | 28 | <el-row class="dialog-from_header item-content-input"> |
| ... | @@ -39,8 +38,7 @@ | ... | @@ -39,8 +38,7 @@ |
| 39 | <el-row class="dialog-from_header item-content-input"> | 38 | <el-row class="dialog-from_header item-content-input"> |
| 40 | <el-col :span="4"> | 39 | <el-col :span="4"> |
| 41 | <span>当日登薄量:</span> | 40 | <span>当日登薄量:</span> |
| 42 | <el-input v-model="registerInfo.TOTALNUM" oninput="if(value.length > 6) value=value.slice(0, 6)" | 41 | <el-input v-model="registerInfo.TOTALNUM" disabled type="number"></el-input> |
| 43 | type="number"></el-input> | ||
| 44 | </el-col> | 42 | </el-col> |
| 45 | <el-col :span="4"> | 43 | <el-col :span="4"> |
| 46 | <span>首次登记量:</span> | 44 | <span>首次登记量:</span> |
| ... | @@ -86,7 +84,7 @@ | ... | @@ -86,7 +84,7 @@ |
| 86 | </el-col> | 84 | </el-col> |
| 87 | <el-col :span="4"> | 85 | <el-col :span="4"> |
| 88 | <span>其他登记:</span> | 86 | <span>其他登记:</span> |
| 89 | <el-input v-model="registerInfo.OTHERREG" oninput="if(value.length > 6) value=value.slice(0, 6)" | 87 | <el-input v-model="registerInfo.otherReg" oninput="if(value.length > 6) value=value.slice(0, 6)" |
| 90 | type="number"></el-input> | 88 | type="number"></el-input> |
| 91 | </el-col> | 89 | </el-col> |
| 92 | <el-col :span="4"> | 90 | <el-col :span="4"> |
| ... | @@ -104,8 +102,7 @@ | ... | @@ -104,8 +102,7 @@ |
| 104 | <el-row class="dialog-from_header item-content-input"> | 102 | <el-row class="dialog-from_header item-content-input"> |
| 105 | <el-col :span="4"> | 103 | <el-col :span="4"> |
| 106 | <span>当日上报量:</span> | 104 | <span>当日上报量:</span> |
| 107 | <el-input v-model="accessInfo.TOTALNUM" oninput="if(value.length > 6) value=value.slice(0, 6)" | 105 | <el-input v-model="accessInfo.TOTALNUM" disabled type="number"></el-input> |
| 108 | type="number"></el-input> | ||
| 109 | </el-col> | 106 | </el-col> |
| 110 | <el-col :span="4"> | 107 | <el-col :span="4"> |
| 111 | <span>首次登记量:</span> | 108 | <span>首次登记量:</span> |
| ... | @@ -151,7 +148,7 @@ | ... | @@ -151,7 +148,7 @@ |
| 151 | </el-col> | 148 | </el-col> |
| 152 | <el-col :span="4"> | 149 | <el-col :span="4"> |
| 153 | <span>其他登记:</span> | 150 | <span>其他登记:</span> |
| 154 | <el-input v-model="accessInfo.OTHERREG" oninput="if(value.length > 6) value=value.slice(0, 6)" | 151 | <el-input v-model="accessInfo.otherReg" oninput="if(value.length > 6) value=value.slice(0, 6)" |
| 155 | type="number"></el-input> | 152 | type="number"></el-input> |
| 156 | </el-col> | 153 | </el-col> |
| 157 | <el-col :span="4"> | 154 | <el-col :span="4"> |
| ... | @@ -215,7 +212,7 @@ export default { | ... | @@ -215,7 +212,7 @@ export default { |
| 215 | accessLog: { | 212 | accessLog: { |
| 216 | AREACODE: '', | 213 | AREACODE: '', |
| 217 | AREANAME: '', | 214 | AREANAME: '', |
| 218 | CREATEDATE: '', | 215 | ACCESSDATE: '', |
| 219 | REMARK: '' | 216 | REMARK: '' |
| 220 | }, | 217 | }, |
| 221 | // 当日登薄信息记录数 | 218 | // 当日登薄信息记录数 |
| ... | @@ -230,7 +227,7 @@ export default { | ... | @@ -230,7 +227,7 @@ export default { |
| 230 | ADVANCEREG: '', // 预告登记数量 | 227 | ADVANCEREG: '', // 预告登记数量 |
| 231 | SEIZEREG: '', // 查封登记数量 | 228 | SEIZEREG: '', // 查封登记数量 |
| 232 | EASEMENTREG: '', // 地役权登记数量 | 229 | EASEMENTREG: '', // 地役权登记数量 |
| 233 | OTHERREG: '', // 其他登记数量 | 230 | otherReg: '', // 其他登记数量 |
| 234 | BUSINESSTYPECOUNT: '', // 业务类型总数 | 231 | BUSINESSTYPECOUNT: '', // 业务类型总数 |
| 235 | }, | 232 | }, |
| 236 | // 当日上报记录数 | 233 | // 当日上报记录数 |
| ... | @@ -245,7 +242,7 @@ export default { | ... | @@ -245,7 +242,7 @@ export default { |
| 245 | ADVANCEREG: '', // 预告登记数量 | 242 | ADVANCEREG: '', // 预告登记数量 |
| 246 | SEIZEREG: '', // 查封登记数量 | 243 | SEIZEREG: '', // 查封登记数量 |
| 247 | EASEMENTREG: '', // 地役权登记数量 | 244 | EASEMENTREG: '', // 地役权登记数量 |
| 248 | OTHERREG: '', // 其他登记数量 | 245 | otherReg: '', // 其他登记数量 |
| 249 | BUSINESSTYPECOUNT: '', // 业务类型总数 | 246 | BUSINESSTYPECOUNT: '', // 业务类型总数 |
| 250 | }, | 247 | }, |
| 251 | // 当日登薄详单 | 248 | // 当日登薄详单 |
| ... | @@ -267,6 +264,24 @@ export default { | ... | @@ -267,6 +264,24 @@ export default { |
| 267 | sendThis(this); | 264 | sendThis(this); |
| 268 | sendThis1(this); | 265 | sendThis1(this); |
| 269 | }, | 266 | }, |
| 267 | watch: { | ||
| 268 | registerInfo: { | ||
| 269 | handler: function (newVal, oldVal) { | ||
| 270 | this.registerInfo.TOTALNUM = (newVal.FIRSTREG - 0) + (newVal.TRANSFERREG - 0) + | ||
| 271 | (newVal.CHANGEREG - 0) + (newVal.LOGOUTREG - 0) + (newVal.RIVISEREG - 0) + (newVal.DISSENTINGREG - 0) | ||
| 272 | + (newVal.ADVANCEREG - 0) + (newVal.SEIZEREG - 0) + (newVal.otherReg - 0) | ||
| 273 | }, | ||
| 274 | deep: true | ||
| 275 | }, | ||
| 276 | accessInfo: { | ||
| 277 | handler: function (newVal, oldVal) { | ||
| 278 | this.accessInfo.TOTALNUM = (newVal.FIRSTREG - 0) + (newVal.TRANSFERREG - 0) + | ||
| 279 | (newVal.CHANGEREG - 0) + (newVal.LOGOUTREG - 0) + (newVal.RIVISEREG - 0) + (newVal.DISSENTINGREG - 0) | ||
| 280 | + (newVal.ADVANCEREG - 0) + (newVal.SEIZEREG - 0) + (newVal.otherReg - 0) | ||
| 281 | }, | ||
| 282 | deep: true | ||
| 283 | } | ||
| 284 | }, | ||
| 270 | methods: { | 285 | methods: { |
| 271 | closeDialog () { | 286 | closeDialog () { |
| 272 | this.dialogVisible = false; | 287 | this.dialogVisible = false; |
| ... | @@ -483,6 +498,10 @@ export default { | ... | @@ -483,6 +498,10 @@ export default { |
| 483 | margin-right: 5px; | 498 | margin-right: 5px; |
| 484 | } | 499 | } |
| 485 | 500 | ||
| 501 | /deep/.el-icon-circle-close { | ||
| 502 | display: none; | ||
| 503 | } | ||
| 504 | |||
| 486 | /deep/.el-tabs__item.is-active { | 505 | /deep/.el-tabs__item.is-active { |
| 487 | background: url("~@/image/tabitemse.png") no-repeat; | 506 | background: url("~@/image/tabitemse.png") no-repeat; |
| 488 | background-size: 100% 100%; | 507 | background-size: 100% 100%; | ... | ... |
-
Please register or sign in to post a comment