From e34a979d934236b51606f64129c88c631d94476b Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 9 Oct 2024 16:01:45 +0800 Subject: [PATCH] =?UTF-8?q?HL-6178=E7=9B=B4=E6=8E=A5=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=92=8C=E9=A2=86=E7=94=A8=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=BA=94=E8=AF=A5=E6=B8=85=E7=A9=BA=EF=BC=8C?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E6=9C=AA=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unplannedissue/unplannedissueRequestMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue index 41241378c..7e4671889 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue @@ -157,6 +157,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => if(formField === 'costCenterCode'){ setV['costcentreCode'] = val[0]['costcentreCode'] setV['costCenterType'] = val[0]['costcentreType'] + setV['reasonCodeRequisition'] = '' } if(formField === 'reasonCodeRequisition'){ setV['reasonCodeRequisition'] = val[0]['code']