From 9fcf6a1626fe320c6f04906606907a32b19f5999 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Tue, 27 May 2025 20:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E7=94=B0=E8=A1=A5=E7=BB=99=E5=93=81?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ftSuppliesRecordMain/deliverRecordMain/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue index 44e9ab181..4fd802365 100644 --- a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue +++ b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue @@ -328,11 +328,11 @@ const importSuccess = () => { } const searchTableSuccess = (formField, searchField, val, formRef, type, row) => { - if(formField == 'fromLocationCode'){ + //if(formField == 'fromLocationCode'){ const setV = {} setV[formField] = val[0][searchField] formRef.setValues(setV) - } + //} } // 主子数据 提交 const submitForm = async (formType, submitData) => {