From e8d82e332222f102827800a54de32126f0c0efc5 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 15 Oct 2024 11:31:33 +0800 Subject: [PATCH] =?UTF-8?q?HL-6255=E9=87=8D=E6=96=B0=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83=E4=BB=A3=E7=A0=81=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=8E=9F=E5=9B=A0=E4=BB=A3=E7=A0=81=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrap/productscrapRequestMain/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 6da9c9f6a..a30c247da 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -528,6 +528,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => //成本中心代码 //成本中心类型 setV['costCenterType'] = val[0]['costcentreType'] + if(val[0]['costcentreType']!=formRef.formModel['costCenterType']){ + setV['reasonCodeRequisition'] = '' + } }else if(formField == 'productionLineCode'){ tableData.value = [] }else if(formField === 'reasonCodeRequisition'){