| | |
| | | @change="handleOptionChange($event, index, item)" |
| | | > |
| | | <el-radio |
| | | border |
| | | v-for="(items, index) in item.svyLibTemplateTargetoptions" |
| | | :key="index" |
| | | :label="items.optioncontent" |
| | |
| | | @change="updateScore($event, index, item)" |
| | | > |
| | | <el-checkbox |
| | | border |
| | | @change="$forceUpdate()" |
| | | v-for="(items, indexs) in item.svyLibTemplateTargetoptions" |
| | | :key="indexs" |
| | |
| | | </el-form> |
| | | </div> |
| | | <div class="CONTENT" v-else> |
| | | <div class="preview-left" style="margin-top: 100px;"> |
| | | <div style="font-size: 24px;color: #175997; font-weight: 600; margin-bottom: 10px;">感谢您的配合!</div> |
| | | <div style="font-size: 20px;">{{ revisitAfter }}</div> |
| | | <div class="preview-left" style="margin-top: 100px"> |
| | | <div |
| | | style=" |
| | | font-size: 24px; |
| | | color: #175997; |
| | | font-weight: 600; |
| | | margin-bottom: 10px; |
| | | " |
| | | > |
| | | 感谢您的配合! |
| | | </div> |
| | | <div style="font-size: 20px">{{ revisitAfter }}</div> |
| | | </div> |
| | | </div> |
| | | <!-- <el-dialog |
| | |
| | | patid: 265823, |
| | | questionList: null, |
| | | revisitAfter: null, |
| | | dialogVisible:false, |
| | | dialogVisible: false, |
| | | Endornot: true, |
| | | accomplish:true, |
| | | accomplish: true, |
| | | // 前端公钥 |
| | | publicKey: |
| | | "MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKR0yHv0rbJWQE+Sc7/FwpW66qMd9qX2k6z+SDgkSdxWh/1GbBoAP7bDQQRF6vXmoKsD2ya42H6XRLSDXAoayuMCAwEAAQ== ", |
| | |
| | | (res) => { |
| | | if (res.code == 200) { |
| | | this.questionList = res.data; |
| | | this.accomplish=res.data.submit |
| | | this.accomplish = res.data.submit; |
| | | if (this.questionList[0]) { |
| | | this.questionList.forEach((item) => { |
| | | if (item.scriptResult && item.scriptType != 2) { |
| | |
| | | Submitaquestionnaire(form).then((res) => { |
| | | if (res.code == 200) { |
| | | if (this.revisitAfter) { |
| | | this.dialogVisible=true |
| | | this.dialogVisible = true; |
| | | } |
| | | this.accomplish=true; |
| | | this.accomplish = true; |
| | | this.$modal.msgSuccess("提交成功"); |
| | | } |
| | | }); |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .questionnaire { |
| | | background-image: url("../assets/images/chainbackground.jpg"); |
| | | // background-image: url("../assets/images/chainbackground.jpg"); |
| | | background-color: #DDDDDD; |
| | | background-size: cover; |
| | | background-attachment: fixed; /* 保持背景固定 */ |
| | | background-position: center; |
| | |
| | | } |
| | | } |
| | | .preview-left { |
| | | margin: 20px; |
| | | margin: 10px; |
| | | // margin: 20px; |
| | | padding: 30px; |
| | | padding: 10px; |
| | | // background: #ffff; |
| | | border: 1px solid #dcdfe6; |
| | | -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), |
| | |
| | | } |
| | | } |
| | | ::v-deep.el-alert--warning.is-light { |
| | | background-color: #fbf9f3; |
| | | color: #ffba00; |
| | | background-color: #fbf9f3; |
| | | color: #ffba00; |
| | | } |
| | | ::v-deep{ |
| | | ::v-deep { |
| | | .el-alert__title { |
| | | font-size: 18px; |
| | | line-height: 18px; |
| | | } |
| | | } |
| | | ::v-deep.el-radio.el-radio__label { |
| | | font-size: 22px; |
| | | line-height: 2; |
| | | } |
| | | </style> |