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) => {