diff --git a/src/views/qms/inspectionJob/addForm.vue b/src/views/qms/inspectionJob/addForm.vue
index 592b812f5..0ac554e0c 100644
--- a/src/views/qms/inspectionJob/addForm.vue
+++ b/src/views/qms/inspectionJob/addForm.vue
@@ -12,7 +12,7 @@
style="max-height: 80vh; overflow-y: auto; padding: 0px 20px"
ref="mianscroll"
>
-
+
+
{{ item.processDescribe }}
+
检验工序
@@ -104,7 +106,8 @@
检验特性
-
+
+
+
@@ -1333,11 +1342,11 @@ const changeQualitativeCode = (e, item, cur) => {
const mianscroll = ref()
const boxList = ref()
-const topScrollClick = () => {
- nextTick(() => {
- mianscroll.value.scrollTo({ top: boxList.value.clientHeight + 550, behavior: 'smooth' })
- })
-}
+// const topScrollClick = () => {
+// nextTick(() => {
+// mianscroll.value.scrollTo({ top: boxList.value.clientHeight + 550, behavior: 'smooth' })
+// })
+// }
const inspectionValueInput = (item, cur) => {
for ( let i = 0;i < item.inspectionJobCharacteristicsUpdateReqVO.recordInspectionQuantifyList.length;i++) {
item.isPass = true
@@ -1431,6 +1440,11 @@ const inspectionValueInput = (item, cur) => {
color: #1a8bfc;
font-size: 16px;
}
+.tabs-box{
+ max-height:calc(80vh - 40px) ;
+ overflow-x: hidden;
+ overflow-y: auto;
+}