From d24c9dde20cba23b96082b4db81b5223c75e4ea9 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 08 三月 2023 09:06:28 +0800 Subject: [PATCH] 身份证正反面调整 --- src/views/operate/sms/smsIndex/createSms/index.vue | 61 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 30 deletions(-) diff --git a/src/views/operate/sms/smsIndex/createSms/index.vue b/src/views/operate/sms/smsIndex/createSms/index.vue index effcbf0..5ca289d 100644 --- a/src/views/operate/sms/smsIndex/createSms/index.vue +++ b/src/views/operate/sms/smsIndex/createSms/index.vue @@ -82,7 +82,7 @@ { required: true, trigger: "blur", message: '璇疯緭鍏ョ煭淇℃爣棰�' }, ], targetTo: [ - { required: true , trigger: "blur", message: '璇烽�夋嫨鎺ユ敹浜�' }, + { required: true , trigger: "blur", message: '璇烽�夋嫨鎺ユ敹瀵硅薄' }, ], body: [ { required: true, trigger: ['blur', 'change'], validator: validateMessageContent } @@ -172,6 +172,7 @@ }, // 閫変腑id handleCheck(data, node) { + this.checkedList = [] node.checkedNodes.forEach(item => { if(!item.hasOwnProperty('departType')){ this.checkedList.push(item.id) @@ -191,7 +192,7 @@ sendMessage(params) .then(() => { this.$message({ type: 'success', message: '鎿嶄綔鎴愬姛' }); - this.$emit('closeDialog'); + this.$emit('closeMyDialog'); }) .catch(err => this.$message({ type: 'error', message: err })); } else { @@ -221,8 +222,8 @@ url: 'sccg/admin/info?name=' + name, }) .then(res => { - this.role.targetFrom = res.data.userId - this.sendUser = res.data.username + this.role.targetFrom = res.data.userId; + this.sendUser = res.data.username; }) } } @@ -231,29 +232,29 @@ <style lang="scss" scoped> .createUser { border-radius: 1px; - background-color: #09152f; + background-color: white; main { text-align: left; - background-color: #09152f; + background-color: white; padding-bottom: 50px; .mainContent { display: flex; justify-content: center; padding-top: 50px; - &:deep(.el-dialog__title) { - color: #4b9bb7; - } - &::v-deep .el-form-item__label { - color: #4b9bb7; - } - - &::v-deep .el-input__inner { - width: 400px; - background-color: #09152f; - border: 1px solid #17324c; - } + //&:deep(.el-dialog__title) { + // color: #4b9bb7; + //} + //&::v-deep .el-form-item__label { + // color: #4b9bb7; + //} + // + //&::v-deep .el-input__inner { + // width: 400px; + // background-color: #09152f; + // border: 1px solid #17324c; + //} .message-item__left { width: 400px; @@ -269,9 +270,9 @@ width: 400px; } - :deep(.el-input) { - width: 400px; - } + //:deep(.el-input) { + // width: 400px; + //} .message-item { display: flex; @@ -286,14 +287,14 @@ margin-left: 20px; } - :deep(.el-input--suffix) { - width: 400px; - } - - &::v-deep .el-textarea__inner { - background-color: #09152f; - border: 1px solid #17324c; - } + //:deep(.el-input--suffix) { + // width: 400px; + //} + // + //&::v-deep .el-textarea__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + //} .el-form-item__content { width: 400px; @@ -328,4 +329,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0