diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index 184f3788..0041d48b 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -572,11 +572,11 @@ export default { // }, // ], phone: [ - { - required: true, - trigger: 'blur', - message: '请输入退料人的手机号' - }, + // { + // required: true, + // trigger: 'blur', + // message: '请输入退料人的手机号' + // }, { pattern: /^1[3456789]\d{9}$/, message: '请输入正确的手机号码', diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index aa957874..beea92cd 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -1099,7 +1099,7 @@ export default { // 高亮文本 highlightText(text, keyword) { - console.log("yyyyyyyyyyyyy",text,keyword) + // console.log("yyyyyyyyyyyyy",text,keyword) if (!keyword) return text; const reg = new RegExp(keyword, 'gi'); return text.replace(reg, match => `${match}`); @@ -1167,9 +1167,8 @@ export default { if (this.currentMatchIndex === -1 || !this.matchedOptions.length) return; const option = this.matchedOptions[this.currentMatchIndex]; - const selectDom = this.$el.querySelector('.el-select-dropdown__wrap'); + const selectDom = this.$el.querySelector('.type-select-dropdown'); const optionDom = selectDom?.querySelector(`[data-key="${option.typeId}"]`); - if (optionDom) { optionDom.scrollIntoView({ block: 'center', behavior: 'smooth' }); } @@ -1225,7 +1224,7 @@ export default { // overflow-y: auto; // } -.highlight-text { +::v-deep .highlight-text { background-color: #ffd04b; color: #000; } diff --git a/src/views/material/part/partAcceptTwo/detail.vue b/src/views/material/part/partAcceptTwo/detail.vue index 3b7e4e9e..17b43f54 100644 --- a/src/views/material/part/partAcceptTwo/detail.vue +++ b/src/views/material/part/partAcceptTwo/detail.vue @@ -11,17 +11,8 @@ label-width="90px" > - - + + - + - 合格 + + 合格 + - + - 不合格 + + 不合格 + - - + + - - - - - - - - + + + + + + + - - - - - - + + - + + + + + -
-
验收结论:
+
+
验收结论:
- + maxlength="100" + >
-
+
确认 取消
- - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
- -