From a0a4de170a3279749adf5462e87eb693377ecd2f Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 28 Jan 2026 16:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E7=90=86=E5=AE=A1=E6=89=B9=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/erf/expApplyList.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/modules/erf/expApplyList.vue b/src/views/modules/erf/expApplyList.vue index 6641475..5f949f6 100644 --- a/src/views/modules/erf/expApplyList.vue +++ b/src/views/modules/erf/expApplyList.vue @@ -467,7 +467,7 @@ - -
- 可多选,根据实际生产情况选择(RF和RFID工艺都涉及时可同时选择) +
+ 可多选,所有选中的生产经理都必须审批通过后才会流转到计划员排产
- -
- 可多选,根据实际生产情况选择(RF和RFID工艺都涉及时可同时选择) +
+ 可多选,所有选中的质量经理都必须审批通过后才会流转到计划员排产
@@ -1741,5 +1741,9 @@ export default { .empty-tip p { margin: 0; } +/deep/ .manager-select .el-input__inner { + height: 30px !important; + line-height: 30px !important; +}